source: frontend/node_modules/postcss-focus-within/CHANGELOG.md

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.2 KB
Line 
1# Changes to PostCSS Focus Within
2
3### 5.0.4 (February 5, 2022)
4
5- Improved `es module` and `commonjs` compatibility
6
7### 5.0.3 (January 2, 2022)
8
9- Removed Sourcemaps from package tarball.
10- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
11
12### 5.0.2 (December 13, 2021)
13
14- Changed: now uses `postcss-selector-parser` for parsing.
15- Updated: documentation
16
17### 5.0.1 (September 22, 2021)
18
19- Added missing `dist` to bundle.
20- Added missing `exports` to `package.json`
21- Added missing `types` to `package.json`
22- Added bundling & testing as prepublish step.
23
24### 5.0.0 (September 17, 2021)
25
26- Updated: Support for PostCS 8+ (major).
27- Updated: Support for Node 12+ (major).
28
29### 4.0.0 (April 20, 2020)
30
31- Fixed: Allow `:focus-within` to appear escaped in a selector
32- Updated: Support for Node 10+
33- Updated: Ownership moved to CSS Tools
34
35### 3.0.0 (September 17, 2018)
36
37- Updated: Support for PostCSS v7+
38- Updated: Support for Node v6+
39
40### 2.0.0 (April 7, 2018)
41
42- Changed: default functionality to preserve the original rule
43- Added: `preserve` option to preserve the original rule using `:focus-within`
44
45### 1.0.0 (February 17, 2018)
46
47- Initial version
Note: See TracBrowser for help on using the repository browser.