52 Commits

Author SHA1 Message Date
291b57a872 0.6.0 (#3296) 2022-10-31 14:55:41 -04:00
a2d745fa10 v0.5.1-next.2 (#3286)
Co-authored-by: Lexical GitHub Actions Bot <>
2022-10-30 11:28:23 -06:00
bbf1cf1651 Revert "v0.5.1-next.2 (#3269)" (#3272)
This reverts commit 39dfb2eb7339f78d19d773086775793cfde67395.
2022-10-26 16:04:37 -06:00
39dfb2eb73 v0.5.1-next.2 (#3269)
Co-authored-by: Lexical GitHub Actions Bot <>
2022-10-26 15:54:14 -06:00
573a716ef9 v0.5.1-next.1 (#3205)
Co-authored-by: Lexical GitHub Actions Bot <>
2022-10-18 12:50:39 -06:00
8f99978f55 v0.5.1-next.0 (#3201)
Co-authored-by: Lexical GitHub Actions Bot <>
2022-10-17 16:24:49 -06:00
e85a7c563c v0.5.0 (#3059) 2022-09-23 21:02:47 +01:00
664793bd35 0.4.1 (#2946) 2022-09-05 17:44:57 +01:00
60b51372df 0.4.0 (#2939)
* 0.4.0

* change todos
2022-09-03 18:08:41 -06:00
7032780a49 Fix Lexical package main entry points (#2897) 2022-08-26 13:47:12 +01:00
3f339a700b Add autogenerated TypeDoc docs (#2837)
* upgrade docusaurus

* add typedoc deps

* add typedoc documentation

* patched plugin

* update module names

* add file header

* revert eslint changes

* shuffle dependencies

* lint

* remove duplicate headers

* move API to separate topnav and sidebar

* rename modules
2022-08-17 21:33:40 -06:00
3aa15b7b6c 0.3.11 (#2829) 2022-08-12 10:02:00 -07:00
6bee268df6 0.3.10 (#2827) 2022-08-12 15:01:36 +01:00
ea6574ec5e 0.3.9 (#2819) 2022-08-11 20:57:45 +01:00
0469c4fc10 0.3.8 (#2669) 2022-07-21 10:31:55 +01:00
1d9750d801 0.3.7 (#2608) 2022-07-07 09:27:11 +01:00
7ee3a5237e 0.3.6 (#2556) 2022-06-29 15:31:24 +01:00
fc5c5b13b0 0.3.5 (#2449) 2022-06-16 20:18:00 +01:00
121ff40c87 0.3.4 Release (#2443) 2022-06-16 13:01:52 -04: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
c903c2e0b6 0.3.3 (#2384) 2022-06-09 21:32:49 -04:00
69cea082d9 Fix utility type bugs for TS (#2353)
* Add Spread as lexical type export

* Remove lint warnings

* Add utility types as dev dependencies

* Fix failing tests
2022-06-07 12:16:47 +01:00
ee43bd7442 0.3.2 (#2345)
* 0.3.2

* .
2022-06-06 10:08:24 +01:00
c664a90a31 0.3.1 (#2337)
* Update CHANGELOG.

* 0.31

* Remove placeholder specific changes
2022-06-03 12:18:42 -04:00
abdea71087 0.3.0 (#2316)
* 0.3.0
2022-06-02 11:58:14 +01:00
540466f339 Fix various JSON/HTML issues (#2317) 2022-06-02 11:43:49 +01: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
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
8f9a903785 Add unstable serialization logic for node JSON parsing (#2157)
* Add unstable serialization logic for node JSON parsing

* Ooops

* Freeze editorState

* Migrate code node

* Address feedback

* Address feedback

* Address feedback

* Address more feedback

* Address more feedback

* Address FlowFixMes

* update types

* prettier

* remove import

* polish types

* fix types

* add ut for unstable APIs

* fix rebase issue

* oops

* wip

* more nodes

* types

* prettier

* add tests for core nodes

* update codes.json

* Merge global files

* Rename global type defs

* Update packages/lexical-link/src/index.js

Co-authored-by: Gerard Rovira <zurfyx@users.noreply.github.com>

* fix linter an versions

* more versions

Co-authored-by: acywatson <acy.watson@gmail.com>
Co-authored-by: John Flockton <thegreatercurve@users.noreply.github.com>
Co-authored-by: Gerard Rovira <zurfyx@users.noreply.github.com>
2022-05-19 11:44:52 -07:00
30c10bcd97 0.2.9 (#2145)
* 0.2.9

* Update package-lock
2022-05-11 22:31:16 +01:00
04c4f03a5c 0.2.8 (#2141) 2022-05-11 19:27:54 +01:00
7b886c8dc0 0.2.7 (#2125) 2022-05-09 22:14:12 -04:00
58832d4d3f 0.2.6 (#2087) 2022-05-09 19:17:15 -04:00
3fd311358a 0.2.5 (#2016) 2022-04-28 14:35:48 +01:00
8ef3f1cb61 Fix memory leak with EditorContext (#1767)
* Fix memory leak with EditorContext

* Fix flow

* Fix prettier
2022-04-21 19:55:37 +01:00
87c0afeb06 Bump version to 0.2.4 (#1909) 2022-04-21 13:07:59 -04:00
23fe2217ba Use TS type predicates for checks (#1901) 2022-04-21 08:36:20 +01:00
a8056be7b2 Bump version to 0.2.3 (#1880) 2022-04-19 15:37:13 -07:00
ab15dd3a9f 0.2.2 (#1843) 2022-04-18 16:42:49 +01:00
915b371be0 Bump version to 0.2.1 (#1746) 2022-04-14 13:26:39 -07:00
c9d27a861e Bump to 0.2.0 (#1670) 2022-04-13 09:36:19 -07:00
8bd53d3a3b Release 0.1.21 to npm (#1657)
* Release 0.1.21 to npm

* Update package-lock
2022-04-12 14:01:26 +01:00
5efa24d9dd Bump to version 0.1.20 (#1635) 2022-04-09 00:43:38 -07:00
ca9d97af4f Bump to version 0.1.19 (#1632) 2022-04-09 00:43:37 -07:00
fb90f510f3 fix types (#1626) 2022-04-09 00:43:37 -07:00
436e11ceb4 Release 0.1.18 (#1625)
* Add changelog

* Update version

* Update version
2022-04-09 00:43:37 -07:00
03396d1521 Bump version to 0.1.17 (#1619)
* Bump version to 0.1.17

* address comment

* address comment
2022-04-09 00:43:37 -07:00
235907f716 Fix auto-generated typedefs (#1585) 2022-04-09 00:43:36 -07:00
a055144fdc Add flow/dts files for new packages (#1582) 2022-04-09 00:43:36 -07:00