Releases: myFavShrimp/turf
Releases · myFavShrimp/turf
0.10.0
0.9.6
- Fixed vendor prefixing
0.9.5
- Fixed build on windows
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