9.4.1
[@mantine/form]Fix some functions not working correctly with react compiler (#9007)[@mantine/charts]Heatmap: Fix values outside the provided domain rendering with no fill (#8982)[@mantine/core]RollingNumber: Fix rendering-0for values that round to zero (#8983)[@mantine/core]Slider: Fix incorrect marks labels position in RTL layouts (#8996)[@mantine/hooks]Fix use-set and use-map hooks using stale values when used with React compiler (#9008)[@mantine/form]AddFormProviderPropstype export (#9009)[@mantine/schedule]ResourcesDayView: Fix incorrect multiday events rendering (#9014)[@mantine/dates]TimePicker: Fix duration values greater than 9999 hours not working (#9002)[@mantine/core]Menu: Marknon-menuitemdropdown children as presentational (#9004)[@mantine/core]Collapse: Fixrefandstyleprops not working whentransitionDuration: 0(#9013)[@mantine/core]Textarea: Fix autosize not working correctly withminRowson initial render[@mantine/schedule]ResourcesWeekView: Add events resizing support
- @ayu3456 made their first contribution in https://github.com/mantinedev/mantine/pull/9013
- @Sanjays2402 made their first contribution in https://github.com/mantinedev/mantine/pull/9004
Full Changelog: https://github.com/mantinedev/mantine/compare/9.4.0...9.4.1
v4.10.0
- feat(image-preview): expose prev/next methods by @JavonLuo in https://github.com/youzan/vant/pull/13830
- feat(Field): expose adjustTextareaSize by @zhaojjiang in https://github.com/youzan/vant/pull/13839
- feat(locale): add Norwegian Nynorsk (nn-NO) language pack by @arvindfroi in https://github.com/youzan/vant/pull/13858
- fix(Popup): fix useLockScroll to allow horizontal scroll on child com… by @mashirozx in https://github.com/youzan/vant/pull/13811
- fix(Field): prevent click event when disabled with is-link by @Bayern4ever-dot in https://github.com/youzan/vant/pull/13846
- fix(locale): correct Norwegian Bokmål (nb-NO) translations by @arvindfroi in https://github.com/youzan/vant/pull/13853
- docs: add nn-NO locale docs by @chenjiahan in https://github.com/youzan/vant/pull/13859
- chore(deps): update dependency markdown-it to v14.1.1 [security] by @renovate[bot] in https://github.com/youzan/vant/pull/13800
- chore(deps): update pnpm to v10.33.0 by @renovate[bot] in https://github.com/youzan/vant/pull/13803
- chore(deps): update all patch dependencies by @renovate[bot] in https://github.com/youzan/vant/pull/13802
- chore(deps): update dependency lodash to v4.18.1 [security] by @renovate[bot] in https://github.com/youzan/vant/pull/13805
- chore(deps): enable Renovate automerge for non-major updates by @chenjiahan in https://github.com/youzan/vant/pull/13807
- chore(deps): update dependency esbuild to ^0.28.0 by @renovate[bot] in https://github.com/youzan/vant/pull/13809
- chore(deps): update all patch dependencies by @renovate[bot] in https://github.com/youzan/vant/pull/13808
- chore(deps): update dependency @rsbuild/core to v2 by @renovate[bot] in https://github.com/youzan/vant/pull/13824
- chore(deps): bump postcss from 8.5.9 to 8.5.10 by @dependabot[bot] in https://github.com/youzan/vant/pull/13827
- chore(deps): update dependency @rslib/core to ^0.21.3 by @renovate[bot] in https://github.com/youzan/vant/pull/13814
- chore(deps): update dependency @rsbuild/plugin-vue-jsx to v2 by @renovate[bot] in https://github.com/youzan/vant/pull/13816
- chore(deps): update codecov/codecov-action action to v6 by @renovate[bot] in https://github.com/youzan/vant/pull/13815
- chore(deps): update dependency autoprefixer to ^10.5.0 by @renovate[bot] in https://github.com/youzan/vant/pull/13822
- chore(deps): update all patch dependencies by @renovate[bot] in https://github.com/youzan/vant/pull/13821
- chore: migrate linting to Rslint by @chenjiahan in https://github.com/youzan/vant/pull/13831
- chore(deps): update dependency vue-router to v5 by @renovate[bot] in https://github.com/youzan/vant/pull/13788
- chore(deps): update dependency macos to v26 by @renovate[bot] in https://github.com/youzan/vant/pull/13842
- chore(deps): update dependency markdown-it to ^14.2.0 by @renovate[bot] in https://github.com/youzan/vant/pull/13841
- chore(deps): bump js-cookie from 3.0.5 to 3.0.7 by @dependabot[bot] in https://github.com/youzan/vant/pull/13840
- chore(deps): update dependency @rstest/coverage-istanbul to ^0.10.3 by @renovate[bot] in https://github.com/youzan/vant/pull/13837
- chore(deps): update dependency terser to ^5.48.0 by @renovate[bot] in https://github.com/youzan/vant/pull/13834
- chore(deps): bump brace-expansion from 2.0.1 to 5.0.6 by @dependabot[bot] in https://github.com/youzan/vant/pull/13838
- chore(deps): update all patch dependencies by @renovate[bot] in https://github.com/youzan/vant/pull/13833
- chore(deps): update dependency @rstest/core to ^0.10.3 by @renovate[bot] in https://github.com/youzan/vant/pull/13836
- chore: replace issues helper action by @chenjiahan in https://github.com/youzan/vant/pull/13844
- chore(deps): update dependency esbuild to v0.28.1 [security] by @renovate[bot] in https://github.com/youzan/vant/pull/13850
- chore(deps): update actions/stale action to v10.3.0 by @renovate[bot] in https://github.com/youzan/vant/pull/13852
- chore(deps): update all patch dependencies by @renovate[bot] in https://github.com/youzan/vant/pull/13851
- chore(deps): update all patch dependencies by @renovate[bot] in https://github.com/youzan/vant/pull/13854
- chore(deps): update dependency @babel/preset-typescript to ^7.29.7 by @renovate[bot] in https://github.com/youzan/vant/pull/13855
- @JavonLuo made their first contribution in https://github.com/youzan/vant/pull/13830
- @mashirozx made their first contribution in https://github.com/youzan/vant/pull/13811
- @Bayern4ever-dot made their first contribution in https://github.com/youzan/vant/pull/13846
- @arvindfroi made their first contribution in https://github.com/youzan/vant/pull/13853
Full Changelog: https://github.com/youzan/vant/compare/v4.9.24...v4.10.0
formatjs_cli: 1.1.18
- fix(@formatjs/intl-durationformat): respect numberingSystem option by @longlho in https://github.com/formatjs/formatjs/pull/6795
- fix(babel-plugin-formatjs): respect throws false for extraction errors by @longlho in https://github.com/formatjs/formatjs/pull/6798
- chore: release main by @longlho in https://github.com/formatjs/formatjs/pull/6797
- fix(react-intl): support react 18 peer range by @longlho in https://github.com/formatjs/formatjs/pull/6800
- test(react-intl): add React 17 typecheck fixture by @longlho in https://github.com/formatjs/formatjs/pull/6805
- test(react-intl): add React 16.8 typecheck fixture by @longlho in https://github.com/formatjs/formatjs/pull/6806
- fix(react-intl): support React 18+ consumers by @longlho in https://github.com/formatjs/formatjs/pull/6807
- fix(@formatjs/icu-messageformat-parser): print plural/select branches in canonical order by @Amund211 in https://github.com/formatjs/formatjs/pull/6802
- chore(deps): update dependency esbuild to v0.28.1 [security] by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6793
- chore(deps): update dependency oxlint to v1.70.0 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6786
- chore(deps): update dependency happy-dom to v20.10.6 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6784
- chore(deps): update pnpm to v11.8.0 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6790
- chore(deps): update dependency semver to v7.8.4 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6788
- chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260618.1 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6783
- chore(deps): update dependency lucide-react to v1.21.0 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6785
- chore(deps): update dependency @vue/test-utils to v2.4.11 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6787
- chore(deps): update dependency ts-loader to v9.6.1 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6781
- chore(deps): update dependency svelte to v5.56.3 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6789
- chore(deps): update dependency @rspack/core to v2.0.8 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6808
- build(deps): bump vite from 8.0.0 to 8.1.0 by @dependabot[bot] in https://github.com/formatjs/formatjs/pull/6803
- build(deps): bump esbuild from 0.28.0 to 0.28.1 by @dependabot[bot] in https://github.com/formatjs/formatjs/pull/6792
- chore(deps): update react monorepo by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6811
- chore(deps): update dependency rolldown to v1.1.2 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6810
- chore: release main by @longlho in https://github.com/formatjs/formatjs/pull/6804
- chore(deps): update rust crate regex to v1.12.4 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6813
- chore(deps): update rust crate napi to v3.9.3 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6812
- fix(deps): update dependency babel-plugin-formatjs to v11.3.13 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6815
- fix(deps): update dependency eslint-plugin-formatjs to v6.4.15 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6816
- fix(deps): update dependency react-intl to v10.1.13 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6820
- fix(deps): update rust crate oxc_data_structures to 0.137 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6830
- chore(deps): fix pnpm install warnings by @longlho in https://github.com/formatjs/formatjs/pull/6833
- @Amund211 made their first contribution in https://github.com/formatjs/formatjs/pull/6802
Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.17...formatjs_cli_v1.1.18
v53.2.4
- Updated
@platejs/core.
- Updated
@platejs/core,@platejs/utils.
Thanks to everyone who contributed to this release:
@zbeyens
Full changelog: v53.2.3...v53.2.4
v53.2.3
- #5042 by @bbyiringiro – Fix block removal suggestions missing
userIdmetadata
Thanks to everyone who contributed to this release:
@bbyiringiro, @delijah
Full changelog: v53.2.2...v53.2.3
Release 2026-06-27 20:33
Release 2026-06-27 20:33
- query-devtools: set window.nonce in setupStyleSheet (#10736) (49012dbd5) by @842u
- devtools: add transform: translateZ(0) for Safari overflow rendering (#10638) (ceec8f0a8) by @lihan3238
- query-devtools/utils: scope the 'setupStyleSheet' dedup check to the target so a 'shadowDOMTarget' still receives its own '#_goober' style tag when 'document.head' already has one (#10815) (ecd89c8fa) by @sukvvon
- query-devtools/Devtools: correct the Theme sub-trigger className from 'position' to 'theme' (#10811) (01c763444) by @sukvvon
- query-devtools/PiPContext: reset 'pip_open' in 'localStore' from 'closePipWindow' so the auto-open createEffect does not reopen the window after a programmatic close (#10813) (f5bf180d9) by @sukvvon
- query-devtools/utils: make 'last updated' sort return 0 for queries with equal 'dataUpdatedAt' to follow the standard comparator contract (#10812) (25cdd975f) by @sukvvon
- lit produces dist-js which needs to be a prod build output (#10995) (9cb8eac3f) by @TkDodo
- release: avoid pre dist tag for prereleases (#10986) (e6ad3fc40) by @brenelz
- svelte-query/containers: fix typo from 'Tanstack' to 'TanStack' (#10722) (fcdcf8ac0) by @parkhojeong
- update pnpm to 11.9.0 (#10978) (4eb0ed932) by @Sheraff
- @tanstack/angular-query-experimental@5.101.2
- @tanstack/eslint-plugin-query@5.101.2
- @tanstack/lit-query@0.2.9
- @tanstack/preact-query@5.101.2
- @tanstack/preact-query-devtools@5.101.2
- @tanstack/preact-query-persist-client@5.101.2
- @tanstack/query-async-storage-persister@5.101.2
- @tanstack/query-broadcast-client-experimental@5.101.2
- @tanstack/query-core@5.101.2
- @tanstack/query-devtools@5.101.2
- @tanstack/query-persist-client-core@5.101.2
- @tanstack/query-sync-storage-persister@5.101.2
- @tanstack/react-query@5.101.2
- @tanstack/react-query-devtools@5.101.2
- @tanstack/react-query-next-experimental@5.101.2
- @tanstack/react-query-persist-client@5.101.2
- @tanstack/solid-query@5.101.2
- @tanstack/solid-query-devtools@5.101.2
- @tanstack/solid-query-persist-client@5.101.2
- @tanstack/svelte-query@6.1.36
- @tanstack/svelte-query-devtools@6.1.36
- @tanstack/svelte-query-persist-client@6.1.36
- @tanstack/vue-query@5.101.2
- @tanstack/vue-query-devtools@6.1.36
Release 2026-06-27 20:33
Release 2026-06-27 20:33
- query-devtools: set window.nonce in setupStyleSheet (#10736) (49012dbd5) by @842u
- devtools: add transform: translateZ(0) for Safari overflow rendering (#10638) (ceec8f0a8) by @lihan3238
- query-devtools/utils: scope the 'setupStyleSheet' dedup check to the target so a 'shadowDOMTarget' still receives its own '#_goober' style tag when 'document.head' already has one (#10815) (ecd89c8fa) by @sukvvon
- query-devtools/Devtools: correct the Theme sub-trigger className from 'position' to 'theme' (#10811) (01c763444) by @sukvvon
- query-devtools/PiPContext: reset 'pip_open' in 'localStore' from 'closePipWindow' so the auto-open createEffect does not reopen the window after a programmatic close (#10813) (f5bf180d9) by @sukvvon
- query-devtools/utils: make 'last updated' sort return 0 for queries with equal 'dataUpdatedAt' to follow the standard comparator contract (#10812) (25cdd975f) by @sukvvon
- lit produces dist-js which needs to be a prod build output (#10995) (9cb8eac3f) by @TkDodo
- release: avoid pre dist tag for prereleases (#10986) (e6ad3fc40) by @brenelz
- svelte-query/containers: fix typo from 'Tanstack' to 'TanStack' (#10722) (fcdcf8ac0) by @parkhojeong
- update pnpm to 11.9.0 (#10978) (4eb0ed932) by @Sheraff
- @tanstack/angular-query-experimental@5.101.2
- @tanstack/eslint-plugin-query@5.101.2
- @tanstack/lit-query@0.2.9
- @tanstack/preact-query@5.101.2
- @tanstack/preact-query-devtools@5.101.2
- @tanstack/preact-query-persist-client@5.101.2
- @tanstack/query-async-storage-persister@5.101.2
- @tanstack/query-broadcast-client-experimental@5.101.2
- @tanstack/query-core@5.101.2
- @tanstack/query-devtools@5.101.2
- @tanstack/query-persist-client-core@5.101.2
- @tanstack/query-sync-storage-persister@5.101.2
- @tanstack/react-query@5.101.2
- @tanstack/react-query-devtools@5.101.2
- @tanstack/react-query-next-experimental@5.101.2
- @tanstack/react-query-persist-client@5.101.2
- @tanstack/solid-query@5.101.2
- @tanstack/solid-query-devtools@5.101.2
- @tanstack/solid-query-persist-client@5.101.2
- @tanstack/svelte-query@6.1.36
- @tanstack/svelte-query-devtools@6.1.36
- @tanstack/svelte-query-persist-client@6.1.36
- @tanstack/vue-query@5.101.2
- @tanstack/vue-query-devtools@6.1.36