Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[Rust] Release 0.19.1
Changed
- Update
html5everto0.38. - Update
selectorsto0.35.
Fixed
- Inline
!importantstyles being overwritten by stylesheet!importantstyles. #637
[Ruby] Release 0.19.1
Changed
- Update
html5everto0.38. - Update
selectorsto0.35.
Fixed
- Inline
!importantstyles being overwritten by stylesheet!importantstyles. #637
[Python] Release 0.19.1
Changed
- Update
html5everto0.38. - Update
selectorsto0.35.
Fixed
- Inline
!importantstyles being overwritten by stylesheet!importantstyles. #637
[PHP] Release 0.19.1
Changed
- Update
html5everto0.38. - Update
selectorsto0.35.
Fixed
- Inline
!importantstyles being overwritten by stylesheet!importantstyles. #637
[JavaScript] Release 0.19.2
Changed
- Update
html5everto0.38. - Update
selectorsto0.35.
Fixed
- Inline
!importantstyles being overwritten by stylesheet!importantstyles. #637
[Java] Release 0.19.1
Changed
- Update
html5everto0.38. - Update
selectorsto0.35.
Fixed
- Inline
!importantstyles being overwritten by stylesheet!importantstyles. #637
[C] Release 0.19.1
Changed
- Update
html5everto0.38. - Update
selectorsto0.35.
Fixed
- Inline
!importantstyles being overwritten by stylesheet!importantstyles. #637
[Rust] Release 0.19.0
Added
InlineOptions::remove_inlined_selectorsoption to remove selectors that were successfully inlined from<style>blocks.
Changed
- Update
cssparserto0.36. - Update
html5everto0.36. - Update
selectorsto0.33.
Fixed
- CLI tests compatibility with future Cargo versions. #602
Performance
- Use element indexes for faster selector lookups on large documents.
- Use more efficient data structures for storing element styles.
[Ruby] Release 0.19.0
Added
remove_inlined_selectorsoption to remove selectors that were successfully inlined from<style>blocks.
Changed
- Update
cssparserto0.36. - Update
html5everto0.36. - Update
selectorsto0.33.
Performance
- Use element indexes for faster selector lookups on large documents.
- Use more efficient data structures for storing element styles.
[Python] Release 0.19.0
Added
remove_inlined_selectorsoption to remove selectors that were successfully inlined from<style>blocks.
Changed
- Update
cssparserto0.36. - Update
html5everto0.36. - Update
selectorsto0.33.
Performance
- Use element indexes for faster selector lookups on large documents.
- Use more efficient data structures for storing element styles.