Commit Graph

2921 Commits

Author SHA1 Message Date
Liam Newman
cbeac824e1
Merge pull request #2040 from mhnaeem/feature/redesigned-responsive-site
Fixes #1444 - Redesigned website
2022-04-11 20:23:35 -07:00
Hammad
f2ab338b05 Redesigned the front facing beautifier.io website to be much cleaner looking with responsive design that can now work on mobile devices 2022-04-11 23:45:50 -02:30
Liam Newman
ed2e08d452
Merge pull request #2031 from mhnaeem/feature/link-python-library-on-site
Fixes #2030 - Add a link to the python library on the main site
2022-04-10 20:02:08 -07:00
Hammad
16ceedff61 Add a link to the python library on the main site 2022-04-10 20:06:26 -02:30
Liam Newman
8af8e0b95f
Merge pull request #2027 from mhnaeem/regression/tests-for-array-formatting
Fixes #772 - Added regression tests
2022-04-09 23:53:09 -07:00
Hammad
de94b3fa50 Add regression tests for #772 2022-04-10 03:25:09 -02:30
Liam Newman
e14fa0a9b2
Merge pull request #2025 from beautify-web/staging/main
Pulling staging/main into main
2022-04-08 22:32:49 -07:00
GitHub Action
ecd5278e88 Bump version numbers for 1.14.3 2022-04-09 05:31:09 +00:00
Liam Newman
b8507a534a
Merge pull request #2020 from mhnaeem/regression/tests-for-space-after-string-css
Adding regression tests for #1798
2022-04-07 23:04:32 -07:00
Liam Newman
2a935a0ac1
Merge pull request #2021 from mhnaeem/regression/tests-for-space-in-paren-class-methods
Adding some regression tests to confirm #1151
2022-04-07 23:01:42 -07:00
Hammad
ed690dbac7 Adding some regression tests to confirm #1151 is fixed 2022-04-08 03:11:46 -02:30
Hammad
05b4d89313 Adding regression tests for #1798 2022-04-08 02:08:34 -02:30
Liam Newman
2fe3a93a5a
Merge pull request #2019 from mhnaeem/feature/add-preliminary-support-for-scss-maps
Adding basic support for SCSS/SASS maps
2022-04-07 21:05:07 -07:00
Hammad
9981a93e25 Adding basic support for SCSS/SASS maps 2022-04-08 01:16:16 -02:30
Liam Newman
da49102ea6
Merge pull request #2018 from mhnaeem/bug/css-grid-template-property-fix
Fix issue #1817 - grid-template property css
2022-04-06 23:31:50 -07:00
Liam Newman
fe57c7bd3a
Merge branch 'main' into bug/css-grid-template-property-fix 2022-04-06 23:23:20 -07:00
Liam Newman
51a283a476
Merge pull request #2017 from mhnaeem/bug/less-mixins-with-curly-braces
[LESS] Fixing issues with spacing when an object literal lives inside a mixin
2022-04-06 23:16:05 -07:00
Hammad
69789d1ae9 Fix issue #1817 - css property values that have multiple parts and if followed by a string lose formatting. Also add multiline support for grid-template property 2022-04-07 02:52:34 -02:30
Liam Newman
395b77394e
Update test/data/css/tests.js 2022-04-06 22:09:06 -07:00
Liam Newman
f6e0936d9f
Update test/data/css/tests.js 2022-04-06 21:44:28 -07:00
Liam Newman
d768b06d8c
Update test/data/css/tests.js 2022-04-06 21:41:28 -07:00
Liam Newman
a3fc4b633e
Update test/data/css/tests.js 2022-04-06 21:36:37 -07:00
Liam Newman
15e0bbfa6c
Update test/data/css/tests.js 2022-04-06 21:34:52 -07:00
Hammad
784bd1e82d Fixing issues with spacing when an object literal lives inside a mixin call 2022-04-06 22:31:51 -02:30
Liam Newman
7d3330958b
Merge pull request #2013 from mhnaeem/bug/class-as-object-property
'class' as a object property name
2022-04-06 00:08:14 -07:00
Hammad
94c7a056c7 Add more tests for the class as an object property test case 2022-04-06 01:32:17 -02:30
Hammad
f0740309dd Identifying block statements from object literals for objects that have class/interface as key type. Also added some regression tests 2022-04-05 21:34:47 -02:30
Hammad
6ed8dc8bc4 Checking to make sure that the token with text 'class' or 'interface' has whitespace after it to be considered a block statement, otherwise treat as object literal 2022-04-02 22:42:35 -02:30
Liam Newman
33df40fcdc
Merge pull request #1997 from mhnaeem/feature/support-import-meta-syntax
feature: support import.meta syntax
2022-03-29 11:59:19 -07:00
Liam Newman
c0ca06f7a4
Merge pull request #1992 from mhnaeem/feature/add-logical-assignments
Added support for logical AND, NULL, and OR assignments
2022-03-29 11:53:12 -07:00
Liam Newman
9b85789817
Merge pull request #2003 from bitwiseman/security-2022-03
Update for security fixes
2022-03-29 11:44:36 -07:00
Liam Newman
43a9df83b9
Merge branch 'main' into feature/add-logical-assignments 2022-03-29 11:38:50 -07:00
Liam Newman
5f3cc9ad99
Merge branch 'main' into feature/support-import-meta-syntax 2022-03-29 11:38:40 -07:00
Liam Newman
270e5e44d1 Package-lock cleanup 2022-03-29 11:35:47 -07:00
Liam Newman
b77a706ad3 Cleanup package-lock.json 2022-03-29 11:05:57 -07:00
Liam Newman
bb2406895e More package cleanup 2022-03-29 10:56:13 -07:00
Liam Newman
1caf2a997b Update package-lock dependencies 2022-03-29 10:50:44 -07:00
Liam Newman
2b0a90b590 Update makefile to stabilize package-lock 2022-03-29 10:49:20 -07:00
Liam Newman
22fc368ffc Force update of npm 2022-03-29 10:09:33 -07:00
Liam Newman
9839d038e2 Fix pip version 2022-03-29 09:45:16 -07:00
Liam Newman
464e5493a3 Do not save during first npm install 2022-03-29 09:40:12 -07:00
Liam Newman
1d19f674b8 Merge remote-tracking branch 'upstream/main' into security-2022-03 2022-03-29 09:22:30 -07:00
Liam Newman
3fed13578d
Merge pull request #2008 from beautify-web/staging/main
Pulling staging/main into main
2022-03-29 01:33:14 -07:00
GitHub Action
a877e951fd Bump version numbers for 1.14.2 2022-03-29 08:30:49 +00:00
Liam Newman
0c4443f7f7
Update release-all.sh 2022-03-29 01:29:42 -07:00
Liam Newman
865a5b4559
Merge pull request #2006 from lyonbot/fix/npm-dep
fix: remove npm dep
2022-03-29 00:57:04 -07:00
Liam Newman
b32d2af5c7
Merge branch 'main' into feature/add-logical-assignments 2022-03-29 00:48:56 -07:00
Liam Newman
ea23c2af0e
Merge branch 'main' into feature/support-import-meta-syntax 2022-03-29 00:48:41 -07:00
Liam Newman
9240f6604a
Merge branch 'main' into security-2022-03 2022-03-29 00:48:15 -07:00
Liam Newman
27341772ab
Merge branch 'main' into fix/npm-dep 2022-03-29 00:47:45 -07:00