mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 10:51:44 +02:00
Experimental chunking optimisation and other performance improvements (#5871)
* Chunking optimization * Fix comments * Remove redundant `insertionsMinusRemovals` variable * Fix typo * Unblock Netlify builds * Add placeholder * Upgrade Playwright (fixes crash when debugging) * Fix `autoFocus` not working * Fix huge document test * Fix the previous issue without changing `useSlateSelector` * Retry `test:integration` * Re-implement `useSlateWithV` * Retry `test:integration` * Update docs * Update JS examples to match TS examples * Upload Playwright's `test-results` directory in CI to access traces * Change trace mode to `retain-on-first-failure` * Fix: `Locator.fill(text)` is flaky on Editable * Add changesets * Increase minimum `slate-dom` version * Update changeset * Update 09-performance.md * Deprecate the `useSlateWithV` hook * Fix errors and improve clarity in 09-performance.md * Minimum `slate-dom` version is now 0.116 * Update `yarn.lock`
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
- [Executing Commands](walkthroughs/05-executing-commands.md)
|
||||
- [Saving to a Database](walkthroughs/06-saving-to-a-database.md)
|
||||
- [Enabling Collaborative Editing](walkthroughs/07-enabling-collaborative-editing.md)
|
||||
- [Using the Bundled Source](walkthroughs/xx-using-the-bundled-source.md)
|
||||
- [Using the Bundled Source](walkthroughs/08-using-the-bundled-source.md)
|
||||
- [Improving Performance](walkthroughs/09-performance.md)
|
||||
|
||||
## Concepts
|
||||
|
||||
|
Reference in New Issue
Block a user