Releases: nystudio107/craft-richvariables
Releases · nystudio107/craft-richvariables
Version 4.0.0
Version 4.0.0-beta.3
Changed
- Changed the
composer.json
to require"craftcms/redactor": "^3.0.0-beta.1"
now that the beta is available (#43)
Version 4.0.0-beta.2
Fixed
- Updated types for Craft CMS
4.0.0-alpha.1
via Rector
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.0.31
Fixed
- Fixed an issue where
craft-plugin-vite
was not included as required (#39)
Version 1.0.30
Added
- Add
.gitattributes
&CODEOWNERS
- Add linting to build
- Add compression of assets
- Add bundle visualizer
Version 1.0.29
Changed
- Cache the Rich Variables menu in local storage, to increase performance for multiple rich text fields per page (#29)
Version 1.0.28
Added
- Added
make update
to update NPM packages - Added
make update-clean
to completely removenode_modules/
, then update NPM packages
Changed
- More consistent
makefile
build commands - Use Tailwind CSS
^2.1.0
with JIT - Move settings from the
composer.json
“extra” to the plugin main class - Move the manifest service registration to the constructor
- Remove deprecated ManifestController
Version 1.0.27
Changed
- Dockerized the buildchain, using
craft-plugin-manifest
for the webpack HMR bridge
Version 1.0.26
Changed
- Update to webpack 5 buildchain