Skip to content

v1.2.0 - CodeMirror Admin CSS Editor

Choose a tag to compare

@NichlasB NichlasB released this 02 May 19:37
· 1 commit to main since this release

What's New in v1.2.0

This release adds a CodeMirror-powered editing experience for the custom CSS setting in the plugin admin UI and tightens the supporting asset-loading flow around that editor. It also cleans up local deployment handling by replacing the tracked deploy script with a reusable template and expanding ignores for local-only artifacts.

Highlights

  • Add CodeMirror support for the custom CSS admin setting
  • Sync CodeMirror content back to the saved textarea on submit
  • Replace the tracked deploy script with deploy.example.sh and expand local ignore rules

Changelog

[1.2.0] - 2026-05-02

Added

  • CodeMirror-powered CSS editor support for the custom CSS admin setting
  • JavaScript synchronization between the CodeMirror instance and the saved textarea value

Changed

  • Refactor search shell style enqueueing to reduce duplication in plugin bootstrap logic
  • Replace the tracked deployment script with a committed deploy.example.sh template for local setup
  • Expand ignored local-only deployment and session artifacts in Git

Upgrade Notes

No breaking changes in this release.