Nativewind 5.0 → latest: release plan & checklist #1818
Replies: 4 comments 7 replies
|
A bunch of PRs have been addressed and everything has been labeled appropriately (v5 vs deferred post 5.0)
Reviewing all the remaining issues labeled Nishan (Expo) is reviewing my updates to the Expo skill for using Tailwind v4 with Expo. |
For Dannativewind react-native-css
For Marknativewind react-native-css Blocked (by above)
|
|
Please add an AI migration |
|
Hi Dan, Mark — hope the 5.0 push is going well. I've opened quite a few PRs here over the last month, and I realise that arriving all at once looks like a firehose. It's a backlog rather than a sprint: I've been using the library in production for a long time, patching things locally as I hit them so I could keep shipping, and writing each one up as I went. Submitting them was the last step, which is why they landed so close together. Genuinely no expectation that they're dealt with quickly. The main thing worth saying: 26 of the 29 are bug fixes — only #388, #416 and #430 are features. Reading the 5.0 scope, core bug fixes are in scope, so more of these may be closer to the bar than the number of them suggests. Happy to label them myself against that bar if it's useful, or to mark whatever you'd rather defer. Three are hard failures rather than wrong output:
Two are performance, and I only understood the second while measuring the first: #434 and #436 together take One overlaps something you'd already started, which I only spotted afterwards — sorry about the duplicated effort. #393 makes the same A few of them touch the same files, so the order matters:
The full set, for reference: #388, #389, #390, #391, #392, #393, #410, #411, #412, #413, #415, #416, #417, #418, #420, #421, #422, #423, #425, #426, #427, #428, #429, #430, #431, #432, #434, #435, #436. No hurry on any of this, and if anything needs changing I'm glad to do it. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey y'all,
We're getting ready to promote Nativewind 5.0 from
previewtolatest. The goal is a minimal, stable upgrade from v4; no big surprises, just the must-have features and the bug fixes that genuinely block a clean release.This post tracks what's left, who's on it, and a rough timeline. Feedback and help are very welcome (see the bottom).
Scope for 5.0
In scope:
A small set of must-have features
filtersupport,mix-blend-mode, and core bug fixes.Out of scope (deferred so they don't hold up the release)
If something isn't a blocker for a stable v5, it waits.
TODO
PR & issue triage (Mark & Dan)
blend-modePRs for inclusion.nativewindandreact-native-css.Timeline: kicking off this week, with reviews/merges happening over the next several days.
Migration guide (v4 → v5)
Timeline: in parallel with triage, ready before the final release.
Release candidate
latest.A couple of notes on the RC:
"RC" means no more API-breaking changes, only bug fixes land between the RC and the final version.
Heads up on a known caveat: installs pinned to one RC version don't automatically pull later RCs, so please reinstall/update explicitly when testing newer RCs.
Promote to latest
Rough timeline
latest(just a tagged release).Dates are intentionally a bit loose with the bake window being the main fixed point.
Cadence
How you can help
previewrelease and report any regressions from v4.Thanks ❤️
All reactions