Releases: myFavShrimp/turf
Releases · myFavShrimp/turf
0.9.5
0.9.4
- Add
<style_sheet_hash>
,<style_sheet_hash_short>
,<name_hash>
, and<name_hash_short>
placeholders intopackage.metadata.turf.class_names.template
configuration option (thank you @lukidoescode for creating a pr)
0.9.3
- Updated lightningcss
0.9.2
0.9.1
- Added error source information to error messages
0.9.0
- Updated dependencies
- Renamed the
inline_style_sheet
macro tostyle_sheet_values
to avoid confusion - Added the
inline_style_sheet
andinline_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
andwhere
CSS pseudo classes. (thank you @BToersche)
0.8.0
- Updated dependencies
- Removed
once_cell
feature flag - Removed support for Rust 1.65
0.7.1
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
- 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