File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.5.3] - 2025-12-10
6+
7+ - 将插件名称从 "React Css Modules All" 更改为 "CSS Modules"
8+
59## [ 1.5.2] - 2025-12-10
610
711- 将所有相关类从com.example.ide包迁移至com.peppa.css包
151155- support a little complex parents selector
152156- support css selector has pseudo
153157
154- [ Unreleased ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.2...HEAD
158+ [ Unreleased ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.3...HEAD
159+ [ 1.5.3 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.2...v1.5.3
155160[ 1.5.2 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.1...v1.5.2
156161[ 1.5.1 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.0...v1.5.1
157162[ 1.5.0 ] : https://github.com/Q-Peppa/react-css-modules-all/compare/v1.3.0...v1.5.0
Original file line number Diff line number Diff line change 11# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22
3- pluginGroup = com.example .css
4- pluginName = React Css Modules All
3+ pluginGroup = com.peppa .css
4+ pluginName = CSS Modules
55pluginRepositoryUrl = https://github.com/Q-Peppa/react-css-modules-all
66# SemVer format -> https://semver.org
7- pluginVersion = 1.5.2
8- version = 1.5.2
7+ pluginVersion = 1.5.3
8+ version = 1.5.3
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild =242
1111# pluginUntilBuild = 242.* # for Supported all version > 231
Original file line number Diff line number Diff line change 1- rootProject.name = " React Css Modules All "
1+ rootProject.name = " CSS Modules"
Original file line number Diff line number Diff line change 11<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
22<idea-plugin >
33 <id >react.css.module.all</id >
4- <name >React Css Modules All </name >
4+ <name >CSS Modules</name >
55 <vendor >Peppa</vendor >
66 <description ><![CDATA[
77<p><b>CSS Modules support for React/JavaScript projects</b></p>
You can’t perform that action at this time.
0 commit comments