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.3.0] - 2025-05-08
6+
7+ - refactor: move css into completion
8+
59## [ 1.2.1] - 2025-04-11
610
711- fix: fix some error completion not in JSIndexedPropertyAccessExpression
107111- support a little complex parents selector
108112- support css selector has pseudo
109113
110- [ Unreleased ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.2.0...HEAD
111-
114+ [ Unreleased ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.3.0...HEAD
115+ [ 1.3.0 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.2.1...v1.3.0
116+ [ 1.2.1 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.2.0...v1.2.1
112117[ 1.2.0 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.1.0...v1.2.0
113118[ 1.1.0 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.0.3...v1.1.0
114119[ 1.0.3 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.0.1...v1.0.3
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.2.1
8- version =1.2.1
7+ pluginVersion =1.3.0
8+ version =1.3.0
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