All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.4.0 (2022-12-30)
- Fix border-opacity utilities by overriding
borderOpacity
core plugin (#16, #21). Thanks to @vltansky.
- Remove broken LTR-only fallbacks for
border-radius
andscroll-padding
utilities (#18, #19). Thanks to @larsenwork.
0.3.0 (2022-10-23)
- Upgrade to Tailwind v3.2.0 – the plugin will no longer work with older releases of Tailwind.
- Minify the published plugin.
0.2.0 (2022-06-10)
- Upgrade to Tailwind v3.1.0 – the plugin will no longer work with older releases of Tailwind.
- Add
text-start
fortext-align: start
andtext-end
fortext-align: end
, matching Tailwind core plugin.
- 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.
0.1.0 (2022-03-09)
First usable release!