08f61ba0d2
Rename GridSelection to TableSelection ( #5534 )
2024-01-24 10:52:28 -05:00
1eb6b4c39e
It's a journey ( #5242 )
2023-11-17 12:13:30 -07:00
b67c26fd17
Transpile optional catch binding ( #5048 )
2023-09-25 16:53:38 -04:00
d679e1ff28
Retain TextNode whitespace on export ( #4969 )
2023-09-06 09:45:39 -04:00
92bb46f4f9
Add error formating params ( #4629 )
2023-06-09 16:38:58 -04:00
c315ac91f8
Add error formating params ( #4627 )
2023-06-09 13:06:43 -04:00
a82b7547ea
Better Error Message for exportJSON type ( #4556 )
2023-05-28 15:01:38 +01:00
0a4886d082
Fix update-changelog not finishing ( #4537 )
2023-05-24 13:22:27 -04:00
e1ef6beaf9
Update codes.json ( #4320 )
2023-04-13 16:21:57 -04:00
f910e243ec
Table - cell merging ( #4046 )
2023-03-08 12:33:02 -05:00
8033d76969
Remove remaining deprecated hooks ( #3782 )
2023-03-06 20:20:24 +00:00
24678b6170
Added support for Java & C++ ( #3884 )
2023-02-16 10:27:31 +00:00
3e8231fe96
Remove deprecated modules from core code base ( #3729 )
2023-01-24 08:33:53 +00:00
31bc120f50
v0.7.5 ( #3630 )
2022-12-23 13:18:17 +00:00
0b7c0760cd
Remove VERSION ( #3531 )
2022-12-12 08:34:05 +00:00
a49e682a35
Support TypeScript language in code nodes ( #3469 )
2022-12-01 13:43:10 +00:00
bbe2bb493d
Add more invariants around insertion of text nodes into root ( #3399 )
...
* Update codes
* Add code
* Fix typo
* Fix typo
* Fix unit tests
2022-11-23 15:48:16 +00:00
81948ca691
[Lexical] [WWW] Remove the extra space after the oncall shortname ( #3360 )
2022-11-14 10:45:38 +00:00
a1716002e2
fix increment-version ( #3306 )
2022-11-02 09:22:14 -06:00
78fcd902de
Handle quotes in increment-version changelog ( #3291 )
2022-10-31 10:03:54 -04:00
d248de02b7
Handle bad list item children gracefully ( #3226 )
2022-10-20 02:13:35 +01:00
2ef877a866
nightly and dev releases ( #3192 )
2022-10-17 09:05:21 -06:00
924b651488
Fix oncall annotation issue missing from some files ( #3075 )
2022-09-27 12:59:49 -04:00
f22ca966a5
Add oncall annotation ( #3071 )
2022-09-26 14:38:49 +01:00
42cf15c597
[Automated Releases] Add logging and dry run to release script ( #2986 )
...
* add logs to release script
* add dry run to release script
* adjust dry run script
* add tag
* dont paginate changelog output
* auto-update changelog
* fix changelog
* fix import
* async
* cleanup
* fix
* fix
2022-09-12 12:42:42 -06:00
83f49f2623
Fix www exports ( #2994 )
2022-09-12 12:42:26 -06:00
11e842d241
Fix WWW import rewrite for React ( #2996 )
...
* bad toc types
* fix react rename
2022-09-12 19:23:10 +01:00
5d41362107
fix versioning for ff merge ( #2983 )
2022-09-09 20:07:22 -06:00
28e1c7b59c
Update collab errors, related cleanup ( #2971 )
2022-09-08 22:09:41 -04:00
e829a84f24
Automated releases ( #2949 )
...
* change to using package.json in root as pinned version
* wip automated release workflow with manual triggerl
* change release script
* Fix build script
* checkout new branch
* release on push to next
* no accidental releases
* release on push to latest
* fix yaml
* fix yaml
* fix yaml
* remove unnecessary
* remove unnecessary
* prettier
2022-09-08 16:46:53 -06:00
863b666e03
Add empty comment in front of 'export' in a bundled file ( #2970 )
2022-09-08 14:18:28 -06:00
1580cbc268
Use window of current default view ( #2918 )
...
* Use window of current default view
* Use window of current default view
* Fix codes
2022-08-31 14:53:51 +01:00
9b25ea5158
chore(auto-link-plugin): fix invariant message for node registration check ( #2790 )
...
* chore(auto-link-plugin): fix invariant message for node registration check
* extract code to update code 74
2022-08-08 14:34:55 -07:00
f6ffb628e6
chore(lexical-playground): typos, improved build ( #2780 )
2022-08-08 09:01:38 +01:00
229d86bded
Website error codes - lexical.dev/error/<code> ( #2574 )
...
* setup website error codes
* generated files
* Revert "generated files"
This reverts commit 84b4f790d572f4a04f9fd1f4f495e31135158e5c.
* Revert "setup website error codes"
This reverts commit 0875ff6fc89c88bebf5e4999baa1475447db9dea.
* use query params instead
* .
2022-07-03 11:21:29 -07:00
f7748dc27e
fix: typo edtior to editor ( #2560 )
2022-06-29 15:39:06 +01:00
816269b7cf
Fix Flow rewrite imports script ( #2477 )
2022-06-20 11:36:30 +01:00
0c5f9fdb1d
shared PKG to cleanup ( #2463 )
2022-06-17 14:07:08 +01:00
3dad575340
Exclude TS files from WWW build ( #2437 )
2022-06-16 10:58:49 +01:00
96bdfb1c85
Add header to scripts ( #2432 )
2022-06-15 17:31:12 +01:00
2f537def12
Lint for correct header ( #2424 )
2022-06-15 12:40:19 +01:00
c26e41d595
Autogenerate TypeScript declaration files ( #2359 )
...
* Remove .d.ts and fix type errors
* Fix failing test
* Upgrade roll up to remove maxlisteners warning
* Refactor type generation and make build script run in sequence to avoid OOM errors in GitHub actions
* Small change
* Fix playground TS errors
2022-06-14 10:42:43 +01:00
1bbb94cefa
Remove watch mode scripts ( #2361 )
2022-06-07 17:36:14 +01:00
abdea71087
0.3.0 ( #2316 )
...
* 0.3.0
2022-06-02 11:58:14 +01:00
02cb62f89a
Fix invariant and update codes ( #2315 )
2022-06-02 10:50:52 +01:00
82f4365a5e
Move HTML<->Lexical functions to new package, @lexical/html. ( #2246 )
2022-05-24 16:26:53 -04:00
c8b7add27d
Migrate last 2 packages to TS (10/n) ( #2237 )
...
* Run migration scripts
* Fix more difficult types
* Remove shared modules
* debug failing build
* Fix small bugs
* Remove unnecessary types for getLatest and getWritable
* Fix failing unit test
* Fix small type error in playground due to empty editor config
2022-05-24 14:15:39 +01:00
1c3ddd0f3d
Fix relative imports in @lexical/react ( #2245 )
...
* Fix relative imports in @lexical/react
* Fix imports
2022-05-23 17:09:18 +01:00
1524885b9b
Migrate 4 more packages to TS ( #2231 )
...
* Migrate remaining packages
* Make build work
2022-05-22 19:04:35 +01:00
be1e15567a
Migrate 5 more packages to TypeScript (8/n) ( #2215 )
...
* Migrate packages
* Migrate lists
* Small type change
* Mix merge issues
* Remove unnecessary type
2022-05-20 22:58:05 +01:00