Skip to content

Releases: EccentricVamp/freshwind

4.0.0

20 Nov 04:15
Compare
Choose a tag to compare

Changed

  • Replaced deprecated twind package with @twind/core
  • Updated plugin parameters to work with Twind's new defineConfig method

NOTE: Both of the above changes are breaking changes. To make conversion easier, I've added a usage section to the readme.

Fixed

  • Duplicated styles (#4)
  • Flash of unstyled content (#5)

3.0.1-beta.5

20 Nov 03:37
Compare
Choose a tag to compare
3.0.1-beta.5 Pre-release
Pre-release
Fix typing

3.0.1-beta.4

20 Nov 03:20
Compare
Choose a tag to compare
3.0.1-beta.4 Pre-release
Pre-release
Try to fix sheet

3.0.1-beta.3

20 Nov 03:08
Compare
Choose a tag to compare
3.0.1-beta.3 Pre-release
Pre-release
Fix install

3.0.1-beta.2

20 Nov 02:53
Compare
Choose a tag to compare
3.0.1-beta.2 Pre-release
Pre-release
Try using sheet factory

3.0.1-beta.1

20 Nov 01:41
Compare
Choose a tag to compare
3.0.1-beta.1 Pre-release
Pre-release

Changed

  • Separate Twind config from Freshwind

3.0.1-beta.0

20 Nov 01:23
Compare
Choose a tag to compare
3.0.1-beta.0 Pre-release
Pre-release

Changed

  • twind to @twind/core

3.0.0

19 Nov 23:17
Compare
Choose a tag to compare

Added

  • Support plain-text class names (#3)
  • Support hydration (#1)

Changed

  • Renamed entry point from freshwind.ts to plugin.ts
  • Bumped versions of Preact and Twind

Breaking Changes

  • Renamed entry point from freshwind.ts to plugin.ts
  • Requires selfURL property to be specified in plugin config

Known Issues

  • Some styles are duplicated due to hydration

3.0.0-beta.5

19 Nov 22:52
Compare
Choose a tag to compare
3.0.0-beta.5 Pre-release
Pre-release

Fixed

  • Hydration? Probably?

3.0.0-beta.4

19 Nov 22:49
Compare
Choose a tag to compare
3.0.0-beta.4 Pre-release
Pre-release

Fixed

  • Hydration? Maybe?