|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | # Changes to Selector Specificity
|
|---|
| 2 |
|
|---|
| 3 | ### 2.2.0 (March 21, 2023)
|
|---|
| 4 |
|
|---|
| 5 | - Add support for:
|
|---|
| 6 | - `::view-transition`
|
|---|
| 7 | - `::view-transition-group(*)` and `::view-transition-group(name)`
|
|---|
| 8 | - `::view-transition-image-par(*)` and `::view-transition-image-par(name)`
|
|---|
| 9 | - `::view-transition-old(*)` and `::view-transition-old(name)`
|
|---|
| 10 | - `::view-transition-new(*)` and `::view-transition-new(name)`
|
|---|
| 11 |
|
|---|
| 12 | ### 2.1.1 (January 28, 2023)
|
|---|
| 13 |
|
|---|
| 14 | - Improve `types` declaration in `package.json`
|
|---|
| 15 |
|
|---|
| 16 | ### 2.1.0 (January 19, 2023)
|
|---|
| 17 |
|
|---|
| 18 | - Add support for `::slotted`
|
|---|
| 19 | - Add support for `:host`
|
|---|
| 20 | - Add support for `:host-context`
|
|---|
| 21 |
|
|---|
| 22 | ### 2.0.2 (July 8, 2022)
|
|---|
| 23 |
|
|---|
| 24 | - Fix case insensitive matching.
|
|---|
| 25 |
|
|---|
| 26 | ### 2.0.1 (June 10, 2022)
|
|---|
| 27 |
|
|---|
| 28 | - Fixed: Exception on `:nth-child` without arguments. [#439](https://github.com/csstools/postcss-plugins/issues/439)
|
|---|
| 29 |
|
|---|
| 30 | ### 2.0.0 (June 4, 2022)
|
|---|
| 31 |
|
|---|
| 32 | - Breaking: use only named exports instead of `default`
|
|---|
| 33 | - Added: `compare(a, b)` function to compare selectors by specificity
|
|---|
| 34 |
|
|---|
| 35 | ```diff
|
|---|
| 36 | - `import selectorSpecificity from '@csstools/selector-specificity';`
|
|---|
| 37 | + `import { selectorSpecificity } from '@csstools/selector-specificity';`
|
|---|
| 38 | ```
|
|---|
| 39 |
|
|---|
| 40 | ### 1.0.0 (April 26, 2022)
|
|---|
| 41 |
|
|---|
| 42 | - Initial version
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.