chore(deps): ⬆️ update prod dependencies (minor) - autoclosed #350
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.1->3.3.12.0.0-next.38->2.0.0-next.440.17.0-next.24->0.17.0-next.271.5.1->1.14.0Release Notes
adobe/react-spectrum (@react-aria/live-announcer)
v3.3.1Compare Source
v3.3.0Compare Source
v3.2.0Compare Source
v3.1.2Compare Source
ariakit/ariakit (ariakit)
v2.0.0-next.44Compare Source
Patch Changes
Checkboxwith a stringvalueprop used in combination with theuseCheckboxStatehook. (#2223)v2.0.0-next.43Compare Source
Patch Changes
<Popover portal>with no tabbable elements inside. (#2170)v2.0.0-next.42Compare Source
Patch Changes
Extracted React specific utilities from the
ariakit-utilspackage to theariakit-react-utilspackage. (#1819)Fixed type errors in TypeScript v4.8. (#1885)
TypeScript: Renamed types to have unique names matching their pattern. (#2153)
Updated dependencies:
ariakit-utils@0.17.0-next.27,ariakit-react-utils@0.17.0-next.27.v2.0.0-next.41Compare Source
Minor Changes
Improved
ComboboxwithautoSelectbehavior. (#1821)Before, when
autoSelectwas enabled, the first item would be selected only on text insertion. That is, deleting or pasting text was ignored. Now, the first item is selected on any change to the input value, including programmatic changes.Updated the behavior of
autoComplete="inline"andautoComplete="both"onComboboxso the completion string is only appended and highlighted when the caret is at the end of the input. (#1823)Added
moveOnKeyPressprop toCompositeItem. (#1821)Added
moveOnKeyPressprop toComposite. (#1821)Patch Changes
Comboboxwhen pressing modifier keys. (#1826)v2.0.0-next.40Compare Source
Minor Changes
Activating
CompositeItemelements rendered as links with Cmd/Ctrl+Enter now correctly opens the new tab in the background instead of bringing it to front. (#1771)Added support for clicking on
CompositeItemelements rendered as links with Alt+Enter to start a download. (#1771)Improved
CompositeTypeaheadruntime performance. (#1792)Added
displayNameto components in development. (#1791)Patch Changes
Fixed
ComboboxwithautoComplete="inline"orautoComplete="both"not allowing text selection in some cases. (#1773)Fixed
onFocusVisibletiming on theFocusablecomponent so it waits for any logic in focus/keydown events to be performed before applying thedata-focus-visibleattribute. (#1774)Fixed stale validity state on
FormField. (#1778)Fixed nested
Menuprematurely hiding when moving the mouse to it on Safari. (#1764)Fixed
Popoverblurred pixels when trying to fit viewport. (#1793)Fixed
portalRefprop type onPortalnot accepting mutable refs with initial value set tonull.Fixed
Selectnot getting focus when some browser extensions (like 1password) automatically moves focus to the next form element. (#1777)Updated dependencies:
ariakit-utils@0.17.0-next.26.v2.0.0-next.39Compare Source
Minor Changes
Improved support for
CompositeItemrendered as a link. This includesComboboxItem,MenuItem, andSelectItemcomponents. (#1736)Now clicking on
<a>items with a mouse or keyboard while pressingmetaKey(macOS) orctrlKey(PC) opens the link in a new tab as expected. Popovers won't close andSelect/Comboboxvalues won't change when clicking with those modifiers.The
roleattribute onMenuButton, when inside another menu, is now based on the popover role instead of being alwaysmenuitem. (#1728)Patch Changes
Fixed
Collectionitems order when adding items from start. (#1748)Fixed
Comboboxnot calling theonKeyDownprop when pressing printable keys. (#1739)Fixed
Hovercardprematurely hiding when moving mouse to it when the card is positioned diagonally to the anchor. (#1742)Fixed
aria-labelledbyattribute onMenunot pointing to the correct element when usingMenuHeading. (#1737)Fixed
TabwithdefaultSelectedIdon React 17. (#1724)Updated dependencies:
ariakit-utils@0.17.0-next.25.dcastil/tailwind-merge (tailwind-merge)
v1.14.0Compare Source
New Features
mt-[calc(theme(fontSize.4xl)/1.125)]would not be recognized correctly because no length unit is present in the arbitrary value.calc(),min(),max()andclamp()function is used in the arbitrary value.mt-[…]the arbitrary value can only be a length, so I don't check for it. A consequence of this is that if you use non-Tailwind classes likemt-[this-is-totally-not-tailwind], tailwind-merge will recognize it as a Tailwind class from now on. Please don't use classes that look like Tailwind classes with arbitrary value but aren't Tailwind classes with tailwind-merge (in default config) to prevent incorrect merging behavior.Bug Fixes
col-span-fullclass missing in default config by @dcastil in https://github.com/dcastil/tailwind-merge/pull/267Documentation
Full Changelog: dcastil/tailwind-merge@v1.13.2...v1.14.0
v1.13.2Compare Source
Bug Fixes
moduleResolution: node16by @LiamMartens in https://github.com/dcastil/tailwind-merge/pull/245Documentation
Full Changelog: dcastil/tailwind-merge@v1.13.1...v1.13.2
Thanks to @bluetch for sponsoring tailwind-merge! ❤️
v1.13.1Compare Source
Bug Fixes
basis-autoandbasis-fullnot being merged correctly by @lukasz-kapica in https://github.com/dcastil/tailwind-merge/pull/242Full Changelog: dcastil/tailwind-merge@v1.13.0...v1.13.1
v1.13.0Compare Source
This release focuses on improvements to the docs.
Bug Fixes
0without unit not being recognized by @dcastil in https://github.com/dcastil/tailwind-merge/pull/237Documentation
Other
Full Changelog: dcastil/tailwind-merge@v1.12.0...v1.13.0
v1.12.0Compare Source
With this release tailwind-merge supports all features introduced in Tailwind CSS v3.3.
New Features
line-heightmodifiers infont-sizeutilities liketext-lg/7and more potential postfix modifiers in the future (learn more).w-1/2which doesn't contain a modifier. So tailwind-merge always checks whether class without potential modifier exists and if it doesn't it checks for full class. This behavior might get reversed in the next major version as a breaking change (learn more).conflictingClassGroupModifiersobject to tailwind-merge config (learn more).Full Changelog: dcastil/tailwind-merge@v1.11.0...v1.12.0
v1.11.0Compare Source
New Features
text-lg/7) introduced in Tailwind CSS v3.3 is not yet supported in tailwind-merge because that feature is a bit more involved. I'll add support for it in a future release. More info in https://github.com/dcastil/tailwind-merge/issues/211.isPercentwhich is needed internally for the default scale of color stop positions.gradientColorStopPositionssupported in tailwind-merge.ps-0(padding-inline-start: 0px;) are de-duplicated away when using the matching property for all sides afterwards like in this casep-0, but not when using single axis sides likepx-0becausepadding-inline-startcan also be the top or bottom padding depending on writing mode.twMerge('ps-0 p-0') === 'p-0' && twMerge('ps-0 px-0') === 'ps-0 px-0'.Full Changelog: dcastil/tailwind-merge@v1.10.0...v1.11.0
Thanks to @brandonmcconnell for sponsoring tailwind-merge! ❤️
v1.10.0Compare Source
New Features
Full Changelog: dcastil/tailwind-merge@v1.9.1...v1.10.0
v1.9.1Compare Source
Bug Fixes
opacity-50 opacity-[.025]weren't merged correctly. You might not have noticed since classes with arbitrary values are defined after the default ones in the output stylesheet, but merging it the other way around (opacity-[.025] opacity-50) would have led to a styling bug.isNumber.Full Changelog: dcastil/tailwind-merge@v1.9.0...v1.9.1
v1.9.0Compare Source
New Features
Documentation
Other
Full Changelog: dcastil/tailwind-merge@v1.8.1...v1.9.0
v1.8.1Compare Source
Bug Fixes
Full Changelog: dcastil/tailwind-merge@v1.8.0...v1.8.1
Thanks to @aniravi24 for sponsoring tailwind-merge! ❤️
v1.8.0Compare Source
New Features
jointotwJoinby @dcastil in https://github.com/dcastil/tailwind-merge/pull/161joinfunction and renamed it totwJointo make replacing it via search and replace easier sincejoinis a common function name. You don't need to change anything right now, but if you have some spare time, rename join → twJoin in your code since thejoinfunction will be removed in the next major release.Full Changelog: dcastil/tailwind-merge@v1.7.0...v1.8.0
Thanks to @gjtorikian for sponsoring tailwind-merge! ❤️
v1.7.0Compare Source
New Features
Full Changelog: dcastil/tailwind-merge@v1.6.2...v1.7.0
v1.6.2Compare Source
Bug Fixes
stroke-[3]correctly.isArbitraryWeightand renamed it toisArbitraryNumberto reflect its broader use case. You don't need to change anything right now, but if you have some spare time, renameisArbitraryWeight→isArbitraryNumberin your code sinceisArbitraryWeightwill be removed in the next major release.Other
0.0.0-devanymore and instead have the version number of the last release, like1.6.1-dev. That makes it easier for tools like Renovate to understand which package version you're using in case you use dev releases.Full Changelog: dcastil/tailwind-merge@v1.6.1...v1.6.2
v1.6.1Compare Source
Bug Fixes
Full Changelog: dcastil/tailwind-merge@v1.6.0...v1.6.1
v1.6.0Compare Source
New Features
twMerge. That's especially handy for nested conditions.joinfunction which is present in the tailwind-merge exports as well. It has the same functionality as clsx but without support for objects as arguments which makes it a little faster.Bug Fixes
String.prototype.matchAll()Other
Full Changelog: dcastil/tailwind-merge@v1.5.1...v1.6.0
Thanks to @charkour for sponsoring tailwind-merge! ❤️
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.