Skip to content

Releases: jjranalli/nightwind

1.1.13

23 Feb 14:29
Compare
Choose a tag to compare

Fixed

  • support for tailwind v3

1.1.12

24 Jun 21:55
Compare
Choose a tag to compare

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
Choose a tag to compare

Added

  • Support for CSS variables

1.1.10

29 Mar 21:37
Compare
Choose a tag to compare

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
Choose a tag to compare

Changed

  • Nightwind configuration option 'importantSibling' into 'importantNode'

1.1.8

29 Mar 01:45
Compare
Choose a tag to compare

Added

1.1.7

27 Mar 18:35
Compare
Choose a tag to compare

Added

Fixed

  • Bug where tailwindcss-typography nightwind classes were not correctly generated, when using tailwindcss-jit

1.1.6

17 Feb 02:22
Compare
Choose a tag to compare

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
Choose a tag to compare

Added

  • Support for Typography official TailwindCSS plugin

Fixed

  • Support for 'group-focus' variant

1.1.4

16 Feb 00:30
Compare
Choose a tag to compare

Changed

  • New 'variants', 'colorClasses' and 'transitionDuration' configuration in tailwind.config.js (with backward compatibility)

Fixed

  • 'group-hover' classes not being correctly generated