We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab826e commit 4720e21Copy full SHA for 4720e21
bindings/c/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.13.0] - 2024-01-19
6
+
7
### Added
8
9
- Support for the `data-css-inline="keep"` attribute to enforce keeping the `style` tag.
@@ -10,12 +12,6 @@
10
12
11
13
- Lookups for previous / next siblings, affecting selectors like `nth-child`. [#324](https://github.com/Stranger6667/css-inline/issues/324)
14
-## [0.13.0] - 2024-01-19
-
15
-### Fixed
16
17
-- Lookups for previous / next siblings, affecting selectors like `nth-child`. [#324](https://github.com/Stranger6667/css-inline/issues/324)
18
19
### Performance
20
21
- Avoid using binary search on attributes.
0 commit comments