18 Commits

Author SHA1 Message Date
6e4f072ea1 Configure ESLint: enable curly rule, fix on save (#5666) 2024-02-29 13:25:38 -07:00
a9fde4f8cb IME Input via CDP with latest Playwright (#5584) 2024-02-06 09:31:56 +00:00
10b4e145bc Remove capital letter mentions (#4991) 2023-09-13 10:34:55 -06:00
25e6f04be3 Mutations to respect canInsertBeforeAfter (#4553) 2023-05-25 14:56:34 -04:00
2db581b0c2 Disable lint rule in composition test (#3552) 2022-12-14 09:22:41 +00:00
0180f98f34 Various fixes in $wrapNodes (#3234) 2022-12-12 07:16:02 -07:00
11ad8f14bb Lexical Typeaheads (#2534) 2022-07-12 10:36:21 -04:00
db3dd506b9 chore: use keyboard shortcuts (#2580)
* chore: use keyboard shortcuts

* chore: rename to pressBackspace
2022-07-05 09:30:39 -07:00
6d817943a0 fix(lexical-playground): Floating toolbar displayed on composition (#2506) 2022-06-27 09:17:17 +01:00
45d5549ba3 Fix bug with skipTransforms (#1979)
* Fix bug with skipTransforms

* Fix collab bug

* Better collab fix

* Better collab fix
2022-04-25 22:35:33 +01:00
2e59e48dbb Improve CI (#1933)
* improve ci

* skip failing collab tests
2022-04-25 08:35:06 -07:00
b8eed7e79d Refactor e2e & regression tests to use test utilities (#1842)
* refactor to use test utilities

* fix minor error
2022-04-18 12:37:36 +01:00
1e5eca000c Add prettier, eslint and flow checks to workflows (#1838)
* Add prettier, eslint and flow checks to workflows

* run `yarn prettier:fix` to fix all files

* Use integrity check instead of separate lint check

* remove blank line
2022-04-18 09:58:33 +01:00
ab3c56df40 Fix android GBoard issues (#1732)
* Fix android GBoard issues

* Fix various issues

* Fix various issues

* Fix various issues

* Fix various issues
2022-04-14 19:48:25 +01:00
edb02ae516 Fix IME issue when applying text format (#1661)
* Fix IME issue when applying text format

* Fix IME issue when applying text format

* Skip for plain text

* Further fixes

* Further fixes
2022-04-13 00:26:44 +01:00
dbae9f8014 Html formatter (#1553)
* Add attributes formatter (Firefox and Chrome output different order)

* Add html formatter to trigger pritter in VC / precommit hook

* Add html format trigger to tests
2022-04-09 00:43:34 -07:00
622a06322d format all the things (#1513) 2022-04-09 00:43:33 -07:00
e7ff8f49d4 Rewrite test harness (#1487)
* switch to playwright/test

* update package-lock

* wip

* fix composition

* fix history

* fix tables

* fix character limit

* fix File and Selection tests

* update npm scripts

* fix plain text tests

* fix Keywords plain text

* skip selection test

* fix collab bug

* wait for iframe

* fix package-lock

* fix rebase issue

* fix initialization

* fix char overflow

* fix video uploads and other cleanup

* forbid only

* fix forbid only

* disable tracing

* add comment

* fix regression tests

* address comments
2022-04-09 00:43:32 -07:00