Skip to content

Releases: m49n/idea-october

October CMS Support 0.1.31

28 Jun 10:19

Choose a tag to compare

  • 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

25 Jun 18:01

Choose a tag to compare

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

25 Jun 17:51

Choose a tag to compare

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