react-native-tailwind
react-native-tailwind copied to clipboard
fix(deps): ⬆️ update dependency twrnc to v4
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| twrnc | ^3.6.4 -> ^4.0.0 |
Release Notes
jaredh159/tailwind-react-native-classnames (twrnc)
v4.11.1
v4.11.0
Added
- Add support for resolving color from more color configurations and uitilities (thanks @DaltonPelkey) (#360) and (#361) and (#362).
v4.10.1
Fixed
- Fixed error in RN web from missing platform constants (thanks @Pedrozxcv) (#359) and (#339).
v4.10.0
Added
- support transformOrigin and percentage-based values for translate (thanks @Pedrozxcv) (#356)
v4.9.1
Fixed
v4.9.0
Added
- support pointer-events-(auto|none|box-only|box-none) (thanks @ferretwithaberet) (#349) and (#350)
v4.8.0
Added
- support arbitrary hsl colors and opacity modifiers (thanks @cpotdevin) (#347)
v4.7.0
Added
- support transform scale, rotate, skew, translate (thanks @Pedrozxcv) (#343)
v4.6.1
Changed
- prevent auto-upgrades to
[email protected]until we explore/fix compitibility (#331)
v4.6.0
v4.5.1
Changed
- revised minimum RN version to 0.62.2 after testing, see (#308)
v4.5.0
Added
v4.4.0
Added
v4.3.0
Added
v4.2.0
Added
- added support for arbitrary viewport spacing (eg.
mx-[10vh]) (#285) and (#287) - added support for arbitrary flex-grow/shrink syntax (eg.
grow-[7]) (#146) and (#287)
v4.1.0
Added
- added Android-only text vertical align (thanks @menghany) (#284)
v4.0.2
Fixed
- fixed reading of app color scheme from multiple, nested components (thanks @crjc) (#281) and (#283)
v4.0.1
Fixed
- when duplicate utilities, last now wins (#245) and (#279)
- resolve unusual color values from config in
tw.color()(#273) and (#280)
v4.0.0
See migration guide for upgrading instructions.
Added
-
tw.memoBusterproperty for breaking memoization, see here for more details.
Fixed
- media-query off by one pixel error (#223)
- initialization of color scheme when managing color scheme manually (not listening to device changes) (see #266)
Changed
-
useDeviceContext()options when opting-out of listening to device color scheme changes (see migration-guide) -
useAppColorScheme()no longer allows initial value, moved touseDeviceContext()(see migration guide and #266) - media-query minimum (see #223)
v3.6.8
Fixed
- support TS
moduleResolution: "NodeNext"w/typesexport (#263)
Changed
- update dev-only deps and config
v3.6.7
Fixed
- fix breakpoint/prefix resolution of string-based custom utilities (#259)
v3.6.6
Fixed
- handle negative z-index utilities (e.g.
-z-30) (#258)
v3.6.5
Fixed
- export documented
stylefn (#255)
Changed
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.