Releases: thibaudcolas/tailwindcss-vanilla-rtl
Releases · thibaudcolas/tailwindcss-vanilla-rtl
v0.4.0 – Bug fixes
v0.3.0 - Tailwind v3.2
0.3.0 (2022-10-23)
Changed
- Upgrade to Tailwind v3.2.0 – the plugin will no longer work with older releases of Tailwind.
- Minify the published plugin.
v0.2.0 - Tailwind v3.1
0.2.0 (2022-06-10)
Changed
- Upgrade to Tailwind v3.1.0 – the plugin will no longer work with older releases of Tailwind.
Added
- Add
text-start
fortext-align: start
andtext-end
fortext-align: end
, matching Tailwind core plugin.
Removed
- Stop overriding the
container
core plugin, as it sets the same amount of space left and right. - Remove LTR-only fallback styles for inset
left
/right
positioning in older browsers. - Remove LTR-only fallback styles for
scroll-margin
in older browsers.