🐞 Fix grouping columns does not apply sorting for Table. #50086@Zyf665
🐞 Fix Popover/PopConfirm/Tooltip with topLeft, topRight, bottomLeft, bottomRight zoom in transform origin not correct when target element width is too large. #50134
💄 Optimize ColorPicker when selecting a color from the transparent state, it defaults to using a bright color instead of black color to enhance the user interaction experience. #50148
🐞 Fix grouping columns does not apply sorting for Table. #50086@Zyf665
🐞 Fix Popover/PopConfirm/Tooltip with topLeft, topRight, bottomLeft, bottomRight zoom in transform origin not correct when target element width is too large. #50134
💄 Optimize ColorPicker when selecting a color from the transparent state, it defaults to using a bright color instead of black color to enhance the user interaction experience. #50148
a9f844066#8395 - Revert introduction of safevalues to prevent issues from arising in Browser CommonJS environments due to ES5 incompatibility. For more information, see [GitHub PR #8395](firebase/firebase-js-sdk#8395)
a9f844066#8395 - Revert introduction of safevalues to prevent issues from arising in Browser CommonJS environments due to ES5 incompatibility. For more information, see [GitHub PR #8395](firebase/firebase-js-sdk#8395)
025f2a103#8280 (fixes #8279) - Fixed typos in documentation and some internal variables and parameters.
b9244a517#8378 (fixes #8365) - Properly handle the case in app-compat checks where window exists but self does not. (This occurs in Ionic Stencil's Jest preset.)
Add a new replace(url, init?) alternative to redirect(url, init?) that performs a history.replaceState instead of a history.pushState on client-side navigation redirects (#11811)
Patch Changes
Fix initial hydration behavior when using future.v7_partialHydration along with unstable_patchRoutesOnMiss (#11838)
During initial hydration, router.state.matches will now include any partial matches so that we can render ancestor HydrateFallback components
Updated dependencies:
@remix-run/router@1.19.0
react-router@6.26.0
6.25.1
Patch Changes
Memoize some RouterProvider internals to reduce unnecessary re-renders (#11803)
Updated dependencies:
react-router@6.25.1
6.25.0
Minor Changes
Stabilize future.unstable_skipActionErrorRevalidation as future.v7_skipActionErrorRevalidation (#11769)
When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a Response with a 4xx/5xx status code
You may still opt-into revalidation via shouldRevalidate
This also changes shouldRevalidate's unstable_actionStatus parameter to actionStatus
Patch Changes
Updated dependencies:
react-router@6.25.0
@remix-run/router@1.18.0
6.24.1
Patch Changes
Remove polyfill.io reference from warning message because the domain was sold and has since been determined to serve malware (#11741)
Move @testing-library/dom and @types/react-dom to peer dependencies (#1305) (a4744fa)
BREAKING CHANGES
@testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
@types/react-dom needs to be installed if you're typechecking files using @testing-library/react.
Commits
a4744fa feat: Move @testing-library/dom and @types/react-dom to peer dependencie...
Bumps the dev-dependencies group with 25 updates in the / directory:
5.3.7
5.4.0
5.17.3
5.20.0
3.1.4
3.1.6
10.12.1
10.12.5
12.1.1
12.3.0
6.23.1
6.26.0
15.0.7
16.0.0
20.12.12
22.1.0
18.3.2
18.3.3
7.10.0
8.0.0
7.10.0
8.0.0
1.6.0
2.0.5
1.6.0
2.0.5
10.4.19
10.4.20
8.57.0
9.8.0
5.1.3
5.2.1
7.34.1
7.35.0
0.4.7
0.4.9
24.0.0
24.1.1
8.4.38
8.4.40
3.2.5
3.3.3
3.4.3
3.4.7
5.4.5
5.5.4
5.2.11
5.3.5
1.6.0
2.0.5
Updates
@ant-design/icons
from 5.3.7 to 5.4.0Commits
Updates
antd
from 5.17.3 to 5.20.0Release notes
Sourced from antd's releases.
... (truncated)
Changelog
Sourced from antd's changelog.
... (truncated)
Commits
997650e
docs: v5.20.0 (#50218)cbdbed3
test: set maxWorkers for test:visual-regression (#50219)f4b585a
fix(color-picker): In disabled state, cursor is no-allowed (#50217)14a9449
fix: unit for line-height for ColorPicker (#50220)4b09f30
fix: add missed translation in uk_UA (#50178)9484dd3
docs: improve Segmented docs with SegmentedItemType (#50205)d9b550a
chore: auto merge branches (#50216)6cb0040
chore: auto merge branches (#50215)b36f02a
docs: fix broken umi link (#50214)93d04f1
chore: change to export type (#50203)Updates
dompurify
from 3.1.4 to 3.1.6Release notes
Sourced from dompurify's releases.
Commits
4083a90
Merge pull request #978 from cure53/main90a10a1
fix: Fixed a typo on the README65df042
chore: Preparing 3.1.6 release6e03334
fix: Made sure that remove() is not called directly from node00fc06c
fix: Fixed a DOM clobbering issue leading to an error being thrownf8c2ef5
Merge pull request #977 from cure53/dependabot/npm_and_yarn/multi-99ca4f73d8e5112ec
build(deps): bump ws and socket.io-adapter9978cec
docs: Added better security warning about SAFE_FOR_XML to READMEfa542df
fix: Changed the order for attribute checks slightly for safer hooksb8b552c
Merge pull request #975 from cure53/dependabot/npm_and_yarn/multi-2d3aef8690Updates
firebase
from 10.12.1 to 10.12.5Release notes
Sourced from firebase's releases.
... (truncated)
Commits
8547b44
Version Packages (#8404)5ae04bc
Merge main into releaseaef5468
Abort Firestore listeners on terminate. (#8399)6bb2e89
Implement SessionToken Persistence (#8391)3f2c12a
Rename usages of "master" branch to "main" (#8398)a9f8440
Revert introduction of safevalues (#8395)e542f1d
Upgrade to ESLint 8 (#8384)6266124
Fix changeset checker (#8392)b9244a5
Handle app-compat environment check where self does not exist (#8378)46da093
Refactor stream (#8376)Updates
firebase-admin
from 12.1.1 to 12.3.0Release notes
Sourced from firebase-admin's releases.
Commits
500bb81
[chore] Release 12.3.0 (#2644)f26ad1d
build(deps): bump@types/node
from 20.14.8 to 20.14.11 (#2641)b8f284d
build(deps-dev): bump@microsoft/api-extractor
from 7.47.0 to 7.47.2 (#2642)8386694
build(deps): bump@google-cloud/storage
from 7.11.2 to 7.12.0 (#2643)e5001c1
feat(fcm): Add HTTP2 support forsendEach()
andsendEachForMulticast()
(#...9682e7e
build(deps-dev): bump mocha and@types/mocha
(#2640)74f1143
build(deps): bump@fastify/busboy
from 2.1.1 to 3.0.0 (#2632)78b117d
build(deps-dev): bump@types/lodash
from 4.17.5 to 4.17.7 (#2636)3604443
Remove Remote Config dependency on Long JS (#2614)3049575
build(deps): bump@google-cloud/firestore
from 7.8.0 to 7.9.0 (#2618)Updates
react-router-dom
from 6.23.1 to 6.26.0Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
... (truncated)
Commits
91ef146
chore: Update version for release (#11863)7acbfbe
chore: Update version for release (pre) (#11860)8334033
chore: Update version for release (pre) (#11854)653d1a8
Fix hydration behavior of patchRoutesOnMiss when v7_partialHydration is enabl...01d0f41
Add support for replace() redirects (#11811)98941f8
chore: Update version for release (#11815)db24ec9
chore: Update version for release (pre) (#11814)a252428
Reduce RouterProvider re-renders when using View Transitions (#11803)6b8daf9
Revert "Temporary change to test release process off v6 branch"b8a4cdb
Temporary change to test release process off v6 branchUpdates
@testing-library/react
from 15.0.7 to 16.0.0Release notes
Sourced from
@testing-library/react
's releases.Commits
a4744fa
feat: Move@testing-library/dom
and@types/react-dom
to peer dependencie...Updates
@types/node
from 20.12.12 to 22.1.0Commits
Updates
@types/react
from 18.3.2 to 18.3.3Commits
Updates
@typescript-eslint/eslint-plugin
from 7.10.0 to 8.0.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
1db993a
chore(release): publish 8.0.0ce09260
docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about ru...b8274d3
fix(rule-tester): provide Linter a cwd in its constructor (#9678)1b0468e
Merge branch 'main'838dd0c
chore: use parserOptions.projectService internally (#9659)35cf3d2
chore(release): publish 7.18.046a5709
docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...9eec790
fix(eslint-plugin): [strict-boolean-expressions] support branded booleans (#9...9927a29
docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (#9293)6cebdf6
feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (#9662)Updates
@typescript-eslint/parser
from 7.10.0 to 8.0.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Superseded by #397.