Commit Graph

2998 Commits

Author SHA1 Message Date
Liam Newman
4addbe4cdc
Merge pull request #2073 from adityakush24/dark-mode
dark mode
2022-08-06 13:01:13 -07:00
Liam Newman
8011f804bb
Update web/onload.js 2022-08-06 13:00:20 -07:00
Liam Newman
a2dcf1e8c5
Merge pull request #2087 from havardAasen/fix-python-test-issue-1950
Fix test 'Do not remove whitespace after number'
2022-08-06 12:58:57 -07:00
Liam Newman
26039ebd76
Merge pull request #2085 from raizapw19/fix-language-names
Update README.md
2022-08-06 11:38:15 -07:00
Liam Newman
fc2a584dee
Merge pull request #2072 from SimaDovakin/main
Added max width to the column with editor area. I used 'minmax' grid …
2022-08-06 11:36:32 -07:00
Liam Newman
968e9a65e9
Merge pull request #2084 from beautify-web/dependabot/npm_and_yarn/terser-5.14.2
Bump terser from 5.12.1 to 5.14.2
2022-08-06 11:35:32 -07:00
Håvard F. Aasen
457c571d78
Fix test 'Do not remove whitespace after number'
The Python version changed the wrong variable, which means that the
test fails.

This patch changes the variable from '_flags.whitespace_before' to
'_output.space_before_token'.
2022-08-04 21:52:38 +02:00
rmp9
cbdc4a8129 Update README.md
Capitalize names
2022-07-23 18:01:53 -07:00
dependabot[bot]
3eca51c06d
Bump terser from 5.12.1 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 00:56:14 +00:00
adityakush24
e5dcd80191 added theme toggle button 2022-07-18 00:25:25 +05:30
SimaDovakin
4c63ab2526 Changed grid-template-columns value to calculated values. 2022-06-30 09:17:25 +03:00
adityakush24
203fc5ea1d dark mode 2022-06-27 19:02:04 +05:30
SimaDovakin
25c7f75793 Added max width to the column with editor area. I used 'minmax' grid function for this. 2022-06-27 10:43:17 +03:00
Liam Newman
a5485f7c05
Merge pull request #2065 from beautify-web/staging/main
Pulling staging/main into main
2022-06-20 16:52:10 -07:00
GitHub Action
3256a5aa0d Bump version numbers for 1.14.4 2022-06-20 23:50:26 +00:00
GitHub Action
94b2a436ab Update Changelog 2022-06-20 23:50:14 +00:00
Liam Newman
bb8fdc5074
Try another way of updating pip 2022-06-20 16:39:42 -07:00
Liam Newman
b7ff83b803
Ignore pip upgrade failure to allow windows builds to run 2022-06-20 16:29:32 -07:00
Liam Newman
145ffa00c5
Merge pull request #2064 from bitwiseman/issue/2051
Fix two spacing issue in CSS
2022-06-20 14:26:44 -07:00
Liam Newman
19e952183d
Merge branch 'main' into issue/2051 2022-06-20 13:27:50 -07:00
Liam Newman
87bdfd0154 Fix two spacing issue in CSS 2022-06-20 13:26:35 -07:00
Liam Newman
ba2236a2de
Merge pull request #2063 from beautify-web/revert-2058-feature-dark-mode
Revert "Dark mode"
2022-06-20 11:38:52 -07:00
Liam Newman
a187f22556
Revert "Dark mode" 2022-06-20 11:29:02 -07:00
Liam Newman
4132fe117e
Merge pull request #2058 from ilancohen/feature-dark-mode
Dark mode
2022-06-20 10:59:34 -07:00
Liam Newman
53ae8b67aa Fix lock file 2022-06-20 10:46:04 -07:00
Liam Newman
559aa72f53
Merge branch 'main' into feature-dark-mode 2022-06-20 10:41:19 -07:00
Liam Newman
d7db71ffd6
Merge pull request #2047 from beautify-web/issue/rawgit
Remove rawgit
2022-06-20 10:40:42 -07:00
Ilan Cohen
5f8aeda53c
Update index.html
Co-authored-by: Liam Newman <bitwiseman@gmail.com>
2022-06-02 15:03:56 +03:00
Ilan Cohen
b80f848734 fix for compilation 2022-06-01 15:35:31 +03:00
Ilan Cohen
a41899bca3 Dark mode 2022-05-31 12:47:07 +03:00
Liam Newman
435680d2c0
Remove rawgit from script 2022-04-23 19:23:20 -07:00
Liam Newman
6d5c622182
Remove rawgit 2022-04-23 19:22:01 -07:00
Liam Newman
ffd14abad1
Merge pull request #2033 from mhnaeem/feature/space-after-named-function-classes
Fixes #1622 - Adds space_after_named_function option for ES6 classes
2022-04-21 17:53:00 -07:00
Liam Newman
4cc5e6ef5b
Merge branch 'main' into feature/space-after-named-function-classes 2022-04-21 17:30:35 -07:00
Liam Newman
3f22fa199f
Merge pull request #2004 from kcamsanc/in-class-method
[ISSUE 1846] Resolve indent issue with class method named in
2022-04-21 17:25:13 -07:00
Liam Newman
4b6ba1be74
Merge branch 'main' into in-class-method 2022-04-21 10:01:39 -07:00
Liam Newman
508e8033fb
Merge pull request #2046 from a-vento/partialsfix-1869
solution to partials not seperated by spaces
2022-04-21 09:59:30 -07:00
Liam Newman
11f2dae290
Merge branch 'main' into feature/space-after-named-function-classes 2022-04-20 21:12:20 -07:00
avento
7fe98948dc reran cli 2022-04-18 17:03:07 -04:00
avento
c50fc92c9a deleted invalid option 2022-04-16 18:12:44 -04:00
avento
9a1268ea11 fixed style problems and condensed conditions 2022-04-16 15:19:23 -04:00
avento
63c9ffa11c solution to partials not seperated by spaces 2022-04-15 13:14:34 -04:00
Liam Newman
4df0273a74
Merge pull request #2034 from zalsaedy/handlebars-1988
[Issue #1988] Added support to recognize Handlebars block with whitespace control
2022-04-13 11:50:01 -07:00
zalsaedy
eb8233cd3c Additional whitespace removed in tests 2022-04-13 14:31:25 -04:00
zalsaedy
8edfc82fc1 Moved brackets to same line in tests 2022-04-13 12:11:27 -04:00
Hammad
0b35ee91b9 Instead of just relying on the text to confirm last token, also check for the type to be reserved token this way we will be sure that it is actually the special word class instead of a property called class 2022-04-13 03:24:20 -02:30
Liam Newman
73e57eef86
Merge pull request #2011 from bhaveshvasnani/remove_whitespace_number
[Issue 1950] Do not remove whitespace after number
2022-04-12 14:50:17 -07:00
Bhavesh Vasnani
073f66f29b modifying pyhton regex search function 2022-04-13 01:28:32 +05:30
Liam Newman
5344f24bf0
Merge pull request #2035 from mhnaeem/bug/add-grid-template-areas-to-non-semicolon-list
Add grid-template-areas to NON_SEMICOLON_NEWLINE_PROPERTY list
2022-04-12 12:36:47 -07:00
Hammad
1f1f5db201 Accommodating for the fact that the last last token can be of type class but it doesn't necessarily have to be the keyword class 2022-04-12 03:33:09 -02:30