Skip to content

Commit bfdd685

Browse files
committed
3.9.2
1 parent 0b4ba06 commit bfdd685

3 files changed

Lines changed: 12 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
1-
## [3.9.1](https://github.com/fczbkk/css-selector-generator/compare/v3.9.0...v3.9.1) (2026-03-29)
2-
1+
## [3.9.2](https://github.com/fczbkk/css-selector-generator/compare/v3.9.1...v3.9.2) (2026-04-21)
32

43
### Bug Fixes
54

6-
* correct fallback selector for element in iframe ([047c991](https://github.com/fczbkk/css-selector-generator/commit/047c991f6a0bfb60329c1d26579b05aa1411eb93))
5+
- prevent unintended :scope in selectors ([2bdedb0](https://github.com/fczbkk/css-selector-generator/commit/2bdedb0161af53f8a8aedfe27dc36ea2cfe54986)), closes [#1101](https://github.com/fczbkk/css-selector-generator/issues/1101)
6+
7+
## [3.9.1](https://github.com/fczbkk/css-selector-generator/compare/v3.9.0...v3.9.1) (2026-03-29)
78

9+
### Bug Fixes
810

11+
- correct fallback selector for element in iframe ([047c991](https://github.com/fczbkk/css-selector-generator/commit/047c991f6a0bfb60329c1d26579b05aa1411eb93))
912

1013
# [3.9.0](https://github.com/fczbkk/css-selector-generator/compare/v3.8.1...v3.9.0) (2026-03-28)
1114

12-
1315
### Features
1416

15-
* add ignoreGeneratedClassNames option ([a7670c9](https://github.com/fczbkk/css-selector-generator/commit/a7670c998b2e91170930c7ae0e4a42a2acc375ec))
16-
17-
17+
- add ignoreGeneratedClassNames option ([a7670c9](https://github.com/fczbkk/css-selector-generator/commit/a7670c998b2e91170930c7ae0e4a42a2acc375ec))
1818

1919
## [3.8.1](https://github.com/fczbkk/css-selector-generator/compare/v3.8.0...v3.8.1) (2026-02-26)
2020

21-
2221
### Bug Fixes
2322

24-
* generate valid selectors for children of shadow DOM ([eb4b243](https://github.com/fczbkk/css-selector-generator/commit/eb4b2437661b20328c87f519c630f64885c5af4f))
25-
* prevent invalid child combinators in shadow DOM ([56f8175](https://github.com/fczbkk/css-selector-generator/commit/56f8175d8c55bf4cbeb2aea3c6f3611d1b2eff16)), closes [#1100](https://github.com/fczbkk/css-selector-generator/issues/1100)
26-
27-
23+
- generate valid selectors for children of shadow DOM ([eb4b243](https://github.com/fczbkk/css-selector-generator/commit/eb4b2437661b20328c87f519c630f64885c5af4f))
24+
- prevent invalid child combinators in shadow DOM ([56f8175](https://github.com/fczbkk/css-selector-generator/commit/56f8175d8c55bf4cbeb2aea3c6f3611d1b2eff16)), closes [#1100](https://github.com/fczbkk/css-selector-generator/issues/1100)
2825

2926
# [3.8.0](https://github.com/fczbkk/css-selector-generator/compare/v3.7.0...v3.8.0) (2026-01-09)
3027

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-selector-generator",
33
"title": "CSS Selector Generator",
4-
"version": "3.9.1",
4+
"version": "3.9.2",
55
"description": "JavaScript object that creates unique CSS selector for given element.",
66
"author": "Riki Fridrich <riki@fczbkk.com> (https://fczbkk.com)",
77
"license": "MIT",

0 commit comments

Comments
 (0)