Releases: jjranalli/nightwind
Releases · jjranalli/nightwind
1.1.13
23 Feb 14:29
Compare
Sorry, something went wrong.
No results found
1.1.12
24 Jun 21:55
Compare
Sorry, something went wrong.
No results found
Added
enable() function in helpers to selectively enable dark/light mode
beforeTransition() function in helpers, fixing unwanted transitions as a side-effect of having nightwind class at html tag.
Fixed
added tailwindcss as peerDependency
Huge thanks to @jaulz , @Djiit and @josephbuchma for the contributions for this release!
1.1.11
01 Apr 18:46
Compare
Sorry, something went wrong.
No results found
Added
Support for CSS variables
1.1.10
29 Mar 21:37
Compare
Sorry, something went wrong.
No results found
Added
'nightwind-prevent-block' class
fixedBlockClass Nightwind configuration option
transitionClasses Nightwind configuration option
Changed
Nightwind by default now generates transition classes only for 'text', 'bg' and 'border' color classes.
1.1.9
29 Mar 02:03
Compare
Sorry, something went wrong.
No results found
Changed
Nightwind configuration option 'importantSibling' into 'importantNode'
1.1.8
29 Mar 01:45
Compare
Sorry, something went wrong.
No results found
1.1.7
27 Mar 18:35
Compare
Sorry, something went wrong.
No results found
Added
Fixed
Bug where tailwindcss-typography nightwind classes were not correctly generated, when using tailwindcss-jit
1.1.6
17 Feb 02:22
Compare
Sorry, something went wrong.
No results found
Fixed
Bug where sometimes color classes with 'inherit' or 'transparent' were not rendered correctly in dark mode
1.1.5
15 Feb 23:03
Compare
Sorry, something went wrong.
No results found
Added
Support for Typography official TailwindCSS plugin
Fixed
Support for 'group-focus' variant
1.1.4
16 Feb 00:30
Compare
Sorry, something went wrong.
No results found
Changed
New 'variants', 'colorClasses' and 'transitionDuration' configuration in tailwind.config.js (with backward compatibility)
Fixed
'group-hover' classes not being correctly generated