21 Commits

Author SHA1 Message Date
26cb2da48f Add missing types (#1653) 2022-04-11 15:50:44 +01:00
cd0859498d Rework export to HTML for clipboard to better support Tables and Lists (#1610)
* Rework export to HTML for clipboard to better support Tables and Lists

* Improve Selection Extract Logic
2022-04-09 00:43:38 -07:00
b1daaebef6 Show highlight language over code block (#1564)
* Show highlight language over code block

* Fix tests
2022-04-09 00:43:38 -07:00
affc10a935 Fix toolbar code formatting (#1644) 2022-04-09 00:43:38 -07:00
83203fcb05 Add code line numbers (#1640)
* Add codeblock line numbers

* Fix tests

* Fix tests

* Fix popup
2022-04-09 00:43:38 -07:00
5efa24d9dd Bump to version 0.1.20 (#1635) 2022-04-09 00:43:38 -07:00
78300fac5c Fix @lexical/code (#1633)
* Fix @lexical/code

* Fix package.json
2022-04-09 00:43:38 -07:00
ca9d97af4f Bump to version 0.1.19 (#1632) 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
1dc12c82e4 registerNodeTransform (#1606) 2022-04-09 00:43:37 -07:00
a845badefe Basic External Copy + Paste for Tables (#1579)
* Basic External Copy + Paste

* Fix paste CodeBlock

* Handle CodeBlock TableRows with noop conversion so core TableRows arent rendered instead
2022-04-09 00:43:36 -07:00
b51435d21a Revert "Revert "Add typed commands (#1580)" (#1595)" (#1596)
This reverts commit 5313d32da75dfa9bbb8a45ae6da25b234a86706b.
2022-04-09 00:43:36 -07:00
9130322a02 Revert "Add typed commands (#1580)" (#1595)
This reverts commit 8ed260606f20cee9c6ca0f926ea84c939a2e18a7.
2022-04-09 00:43:36 -07:00
c10037691c Add typed commands (#1580) 2022-04-09 00:43:36 -07:00
5edfd9ff0f Fix license author name (#1574) 2022-04-09 00:43:35 -07:00
6e77bdac34 Rename types (#1571) 2022-04-09 00:43:35 -07:00
cdb5178355 Move withSubscriptions to utils (#1565)
* Move withSubscriptions to utils

* Fix tests
2022-04-09 00:43:35 -07:00
1616879274 Move command type out of listeners to registerCommandListener (#1551)
* Move command type out of listener callback to registerCommandListener outer method

* Remove optional chaining

* correct boolean values returned from some command callbacks

* Fix bug with priorty ordering

* clarify type

* Fix failing E2E

* Fix E2E bug

* Wrap mutiple commands in withSubscriptions

* update docs

* Address small issues and add unit test

* remove console logs

* Fix E2E bugs

* Fix E2E bugs

* Remove flow fixmes and add invariant
2022-04-09 00:43:35 -07:00
146c95a540 Add @lexical/overflow @lexical/link (#1556)
* Add @lexical/overflow @lexical/link

* Fix tests
2022-04-09 00:43:35 -07:00
3b13497b8a Move code logic into @lexical/code (#1554)
* Move code logic into @lexical/code

* Fix tests
2022-04-09 00:43:34 -07:00