Skip to content

Commit 7ee3a52

Browse files
authored
0.3.6 (#2556)
1 parent a063cc6 commit 7ee3a52

File tree

29 files changed

+331
-270
lines changed

29 files changed

+331
-270
lines changed

CHANGELOG.md

+61
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
## 0.3.6 (June 29, 2022)
2+
3+
lexical & @lexical/ packages:
4+
- fix(lexical): Text with underline format is stripped out on paste (#2555) 子瞻 Luci
5+
- Trigger readonly listener only when value has changed (#2550) Maksim Horbachevsky
6+
- fix(lexical): deselecting a decorator node by clicking (#2554) 子瞻 Luci
7+
- Remove wordwrap for tree view (#2551) John Flockton
8+
- add docs for headless package (#2539) Acy Watson
9+
- Normalize list children (#2509) Acy Watson
10+
- Add ability to set format and detail by string type (#2547) John Flockton
11+
- Pasting multi-line plain text into rich-text mode produces separate paragraphs (#2507) Maksim Horbachevsky
12+
- Revert "Revert "fix: insert text after delete next to inline node (#2530)" (#2544)" (#2549) Gerard Rovira
13+
- Revert "fix: insert text after delete next to inline node (#2530)" (#2544) Gerard Rovira
14+
- fix: insert text after delete next to inline node (#2530) Patrik Åkerstrand
15+
- Fix IME bug in `lexical-history` (#2501) John Flockton
16+
- Export Klass from Lexical root (#2533) John Flockton
17+
- Hide placeholder when readonly (#2511) Gerard Rovira
18+
- remove utility types from all packages (#2529) John Flockton
19+
- Improve markdown newline export/import (#2519) Maksim Horbachevsky
20+
- Revisit formatText node selection (#2524) Gerard Rovira
21+
- Fix $generateHtmlFromNodes to output whole editor contents if selection is null (#2504) yicrotkd
22+
- Remove unnecessary comments (#2505) John Flockton
23+
- fix(lexical): "selection.format" is not set correctly (#2502) 子瞻 Luci
24+
- Fixed getStyleObjectFromRawCSS function to work with unformatted css (#2515) Karam Qaoud
25+
- Fix image copy+paste (#2517) Dominic Gannaway
26+
- Migrate to TS strict mode 6/n (#2496) John Flockton
27+
- fix(lexical): caret at wrong place when paste (#2465) 子瞻 Luci
28+
- Fix infinite recursion in insertText in RangeSelection (#2490) Patrik Åkerstrand
29+
- Update error message and docs (#2492) John Flockton
30+
- Migrate to TS strict mode 5/n (#2488) John Flockton
31+
- Fix composition bugs affecting intern (#2487) John Flockton
32+
- Fix FF issue with composition (#2486) Dominic Gannaway
33+
- Migrate to TS strict mode 3/n (#2482) John Flockton
34+
- Fix Flow rewrite imports script (#2477) John Flockton
35+
- Migrate to TS strict mode 2/n (#2469) John Flockton
36+
- Inserting inline elements (#2474) Maksim Horbachevsky
37+
- Fix component/plugin names in get started section (#2472) Aleš Menzel
38+
- Revert "add e2e tests for MaxLength plugin (#2466)" (#2467) Gerard Rovira
39+
- add e2e tests for MaxLength plugin (#2466) Adithya Vardhan
40+
- Fix can format backwards when at first text node boundary (#2445) Gerard Rovira
41+
- Fix button--outline hover color dark mode (#2462) M. Zakiyuddin Munziri
42+
- Migrate to TS strict mode 1/n (#2458) John Flockton
43+
- renamed character styles popup plugin (#2456) Strek
44+
45+
Playground:
46+
- Flower size (#2527) Gerard Rovira
47+
- fix(lexical-playground): Resizing is not consistent on mobile (#2518) 子瞻 Luci
48+
- fix(lexical-playground): Floating toolbar displayed on composition (#2506) 子瞻 Luci
49+
- chore(lexical-playground): remove redundant code (#2497) 子瞻 Luci
50+
51+
Docs:
52+
- add docs for headless package (#2539) Acy Watson
53+
- tiny typo fix (#2514) Hadi El-Yakhni
54+
55+
Infra:
56+
- Update e2e test docs and run-all script (#2522) yicrotkd
57+
- Fix Windows CI Runs (#2513) Acy Watson
58+
- Deploy Lexical prod build to Vercel (#2476) Gerard Rovira
59+
- CI check against prod bundle (#2460) Gerard Rovira
60+
- shared PKG to cleanup (#2463) Gerard Rovira
61+
162
## 0.3.5 (June 16, 2022)
263

364
- Fix bad warnOnlyOnce minification (#2448)

0 commit comments

Comments
 (0)