File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.5.1] - 2025-12-09
6+
7+ - Extracted stylesheet parsing logic into a separate function ` resolveStylesheetFromReference `
8+ - Removed duplicate style file lookup code
9+ - Optimized CSS selector caching mechanism
10+ - Unified handling of JS reference expressions and literal expressions parsing
11+ - Added null safety checks to avoid NullPointerException
12+ - Cleaned up unused import statements
13+
514## [ 1.5.0] - 2025-12-08
615
716### Bug Fixes
132141- support a little complex parents selector
133142- support css selector has pseudo
134143
135- [ Unreleased ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.4.0...HEAD
144+ [ Unreleased ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.1...HEAD
145+ [ 1.5.1 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.0...v1.5.1
146+ [ 1.5.0 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.3.0...v1.5.0
136147[ 1.4.0 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.3.0...v1.4.0
137148[ 1.3.0 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.2.1...v1.3.0
138149[ 1.2.1 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.2.0...v1.2.1
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ pluginGroup = com.example.css
44pluginName = React Css Modules All
55pluginRepositoryUrl = https://github.com/Q-Peppa/react-css-modules-all
66# SemVer format -> https://semver.org
7- pluginVersion =1.5.0
8- version =1.5.0
7+ pluginVersion =1.5.1
8+ version =1.5.1
99
1010
1111# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
You can’t perform that action at this time.
0 commit comments