Joe Anderson
fb87646e86
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`
2025-06-06 16:42:11 -07:00
Dylan Schiemann
c4c14882ed
Update dependencies to React 18, Node 20, TS 5.2, etc. ( #5528 )
...
* incremental upgrade to React 18, TS 4.9, etc.
* update yarn config
* fix build
* minor cleanup in type definitions
* incremental updates for TS 5.0
* fix build
* upgrade to typescript 5.2
* update dependencies
* fix lint issues
* update to latest Playwright version
* update changesets dep
* update emotion/css
* incremental dependency updates
* more small dependency updates
* upgrade prettier and eslint
* fix lint issues
* update dependencies rollup
* fix @types/node resolution to restore linting
* update tiny-invariant dependency
* update dependencies
* update dependencies lerna
* upgrade react-router-dom
* update @types/react and @types/node
* update babel dependencies
* udpate simple-git-hooks
* update @types/node resolution
* update lint-staged
* remove cypress from dependency list
* update @types/node to support Node 20
* update workflows to Node 20
* set resolutions for @types/react
* downgrade @types/react to 18.2.28
* update mocha
* update rimraf
* update @types/js-dom
* remove .lintstagedrc.js
* upgrade next to latest
* v0.61.4
* update lerna
* update faker and rollup
* update immer
* fix yarn clean command
* attempt to fix integration tests
* attempt to stabilize integration tests
* wip fix integration tests
* skip unstable integration test
* Add changeset
---------
Co-authored-by: Dalibor Tosic <dalibortosic00@gmail.com >
Co-authored-by: Nikola <nikolabijelic14@gmail.com >
2023-10-20 08:34:24 -07:00
Nemanja Tosic
1b205c087b
Fix stale decorations ( #4876 )
...
* test changes
* fix decoration not updating
* Add changeset
* Fix lint issues
* Tests with earlier version of Node.js
* Bump node version on CI
The base typescript config uses ESNext as target, so presumably the
latest node should be used.
Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org >
2022-03-09 04:06:18 -07:00
Eric Charles
d338dcc7ce
Jest testing for slate-react ( #4459 )
...
* initial skeleton for jest testing
* run in serial mocha, then jest on slate-react only
* run-s without glob patterns https://github.com/yarnpkg/berry/issues/22
* don't run mocha on slate-react package
* use yarn run instead of run-s
2021-09-01 14:25:11 -07:00