Skip to content

Commit

Permalink
v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexical GitHub Actions Bot committed Aug 26, 2024
1 parent 36b8eab commit 000d254
Show file tree
Hide file tree
Showing 42 changed files with 426 additions and 381 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
## v0.17.1 (2024-08-26)

- lexical-playground Bug Fix fix comment timestamps (#6555) Ira Hopkinson
- lexical Add tests for HTMLConfig (#5507) wnhlee
- lexical-table Bug Fix Append a ParagraphNode to each cell when unmerging (#6556) Minseo Kang
- lexical-table Fix table selection paste as plain text (#6548) Ivaylo Pavlov
- lexical-tablelexical-clipboard Bug Fix Race condition in table CUTCOMMAND (#6550) Bob Ippolito
- lexical-playground Bug Fix Fix firefox e2e test regression in Selection.spec.mjs (#6546) Bob Ippolito
- Bug Fix Fix issue where triple-clicking a cell would dangerously select entire document (#6542) Mo
- lexical-playground Fix in playground show component-menu when scroll (#6510) keiseiTi
- lexical-react Fix multiple node selection deletion (#6538) Ivaylo Pavlov
- lexical-yjs Bug Fix Properly sync when emptying document via undo (#6523) Mo
- lexical-table Stop selecting the whole table after pasting cells (#6539) Ivaylo Pavlov
- lexical-table Fix a number of table Cut command scenarios (#6528) Ivaylo Pavlov
- Chore change className props in TreeView component to optional (#6531) Mingxuan Wang
- lexical-list Bug Fix handle non-integer numbers in setIndent (#6522) jrfitzsimmons
- Chore Mark additional tests as flaky from #6535 test runs (#6536) Bob Ippolito
- lexical-table Bug Fix Selection in tables with merged cells (#6529) Botho
- Revert Fix OverflowNode configuration (#6535) Bob Ippolito
- lexical-react Fix Fix React.startTransition on Webpack React 17 (#6517) Turner
- Fix OverflowNode configuration (#6027) Gerard Rovira
- lexical-react remove editorDEPRECATED that has been deprecated for two years (#6494) Bob Ippolito
- lexical Refactor RFC LexicalNode.afterCloneFrom to simplify clone implementation (#6505) Bob Ippolito
- lexicalselection Feature yield target to style patch fn (#6472) Divyansh Kumar
- lexical surface more error details in reconciler (#6511) Sherry
- lexical Bug Fix Fix decorator selection regression with short-circuiting (#6508) Bob Ippolito
- Fix splitText when detached (#6501) Gerard Rovira
- Flow add more HTMLDivElementDOMProps (#6500) Gerard Rovira
- lexical-playground Bug Fix Update tooltip for redo button with correct macOS shortcut (#6497) Bob Ippolito
- lexical Feature Add version identifier to LexicalEditor constructor (#6488) Bob Ippolito
- docs prevent automatic p tag wrapping (#6491) Devy
- Revert lexicalplayground fix block cursor show horizontal (#6490) Bob Ippolito
- When creating a new check list, set the checked value of the list item to false instead of undefined (#5978) Aman Harwara
- lexicalplayground fix block cursor show horizontal (#6486) keiseiTi
- lexical Bug Fix Merge pasted paragraph into empty quote (#6367) wnhlee
- lexical-table Bug Fix Enable observer updates on table elements attributes change (#6479) Evgeny Vorobyev
- v0.17.0 (#6487) Sherry
- v0.17.0 Lexical GitHub Actions Bot

## v0.17.0 (2024-07-31)

- LexicaCI run extended tests for safari in mac-os and chromefirefox in linuxwindows (#6466) Sahejkm
Expand Down
6 changes: 3 additions & 3 deletions examples/react-plain-text/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lexical/react-plain-text-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "0.17.0",
"lexical": "0.17.0",
"@lexical/react": "0.17.1",
"lexical": "0.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/react-rich-collab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lexical/react-rich-collab-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,9 +12,9 @@
"server:webrtc": "cross-env HOST=localhost PORT=1235 npx y-webrtc"
},
"dependencies": {
"@lexical/react": "0.17.0",
"@lexical/yjs": "0.17.0",
"lexical": "0.17.0",
"@lexical/react": "0.17.1",
"@lexical/yjs": "0.17.1",
"lexical": "0.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"y-webrtc": "^10.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react-rich/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lexical/react-rich-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "0.17.0",
"lexical": "0.17.0",
"@lexical/react": "0.17.1",
"lexical": "0.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lexical/react-table-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/react": "0.17.0",
"lexical": "0.17.0",
"@lexical/react": "0.17.1",
"lexical": "0.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions examples/vanilla-js-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@lexical/vanilla-js-plugin-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/dragon": "0.17.0",
"@lexical/history": "0.17.0",
"@lexical/rich-text": "0.17.0",
"@lexical/utils": "0.17.0",
"@lexical/dragon": "0.17.1",
"@lexical/history": "0.17.1",
"@lexical/rich-text": "0.17.1",
"@lexical/utils": "0.17.1",
"emoji-datasource-facebook": "15.1.2",
"lexical": "0.17.0"
"lexical": "0.17.1"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
12 changes: 6 additions & 6 deletions examples/vanilla-js/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@lexical/vanilla-js-example",
"private": true,
"version": "0.17.0",
"version": "0.17.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@lexical/dragon": "0.17.0",
"@lexical/history": "0.17.0",
"@lexical/rich-text": "0.17.0",
"@lexical/utils": "0.17.0",
"lexical": "0.17.0"
"@lexical/dragon": "0.17.1",
"@lexical/history": "0.17.1",
"@lexical/rich-text": "0.17.1",
"@lexical/utils": "0.17.1",
"lexical": "0.17.1"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit 000d254

Please sign in to comment.