Releases: m49n/idea-october
Releases · m49n/idea-october
October CMS Support 0.1.31
- Support October CMS component blocks with page aliases like [breadcrumbs breadcrumbsc].
- Use the real component alias for Ctrl+Click navigation, property completion, and property inspections.
- Support hyphenated component property names such as main-ol-class.
October CMS Support 0.1.30
Changes:
- Removed the upper IDE build bound from the GitHub distribution.
- The plugin descriptor now keeps since-build=253 and omits until-build.
- Added a regression test for open-ended compatibility config.
Validation:
- .\gradlew.bat test
- .\gradlew.bat buildPlugin
- Verified generated plugin.xml inside the ZIP has no until-build attribute.
October CMS Support 0.1.29
Changes:
- Prioritize October component property completion over standard HTML/XML suggestions.
- Show component property title/type/default in completion.
- Include allowed property names in unknown-property diagnostics.
- Avoid duplicate inspection messages in multi-language template files.
Validation:
- .\gradlew.bat test
- .\gradlew.bat buildPlugin