Skip to content

Releases: myFavShrimp/turf

0.9.5

27 Nov 16:23
Compare
Choose a tag to compare
  • Fixed build on windows

0.9.4

22 Oct 15:21
Compare
Choose a tag to compare
  • Add <style_sheet_hash>, <style_sheet_hash_short>, <name_hash>, and <name_hash_short> placeholders into package.metadata.turf.class_names.template configuration option (thank you @lukidoescode for creating a pr)

0.9.3

08 Aug 06:03
Compare
Choose a tag to compare
  • Updated lightningcss

0.9.2

19 Jul 15:59
Compare
Choose a tag to compare
  • Fixed settings parsing of browser version target arrays with a single major version specification (thank you @emnul for reporting the issue)

0.9.1

13 Jul 06:40
Compare
Choose a tag to compare
  • Added error source information to error messages

0.9.0

13 Jun 15:34
Compare
Choose a tag to compare
  • Updated dependencies
  • Renamed the inline_style_sheet macro to style_sheet_values to avoid confusion
  • Added the inline_style_sheet and inline_style_sheet_values macros to allow inline SCSS style definitions
  • Changed randomized_class_name to use base64 ids rather than numeric ids for randomizing class ids (thank you @BToersche)
  • Added support for any, has, host, is, not, slotted and where CSS pseudo classes. (thank you @BToersche)

0.8.0

19 Feb 06:31
Compare
Choose a tag to compare
  • Updated dependencies
  • Removed once_cell feature flag
  • Removed support for Rust 1.65

0.7.1

17 Jan 16:01
Compare
Choose a tag to compare

0.7.1

  • Fixed compilation on minimum supported Rust version by pinning dependency versions
  • Restructured project to allow specifying dependency from git repo

0.7.0

20 Oct 06:41
Compare
Choose a tag to compare
  • Added optional configurable file output of the resulting CSS
  • Added the alternative inline_style_sheet macro which directly returns the CSS style sheet and a class names struct
  • The class name configuration is now located under the class_names key
  • Added the excludes configuration option for excluding class names from the uniquification process using regex
  • The minimum supported Rust version has been bumped to 1.65.0

0.6.2

26 Sep 18:47
a176c8b
Compare
Choose a tag to compare

0.6.2

  • Fixed failing builds due to a badly specified dependency in one of turf's dependencies (thank you @xeho91 for offering a quick fix)
  • Updated lightningcss