Skip to content

Releases: nystudio107/craft-richvariables

Version 4.0.0

05 Aug 15:52
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 release

Fixed

  • Fixed an issue which caused an exception to be thrown by changing ->getFields() to ->getCustomFields() (#45)

Version 4.0.0-beta.3

05 Apr 16:58
Compare
Choose a tag to compare

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

09 Mar 03:45
Compare
Choose a tag to compare

Fixed

  • Updated types for Craft CMS 4.0.0-alpha.1 via Rector

Version 4.0.0-beta.1

07 Feb 21:01
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.0.31

24 Jan 19:52
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where craft-plugin-vite was not included as required (#39)

Version 1.0.30

12 Jan 17:52
Compare
Choose a tag to compare

Added

  • Add .gitattributes & CODEOWNERS
  • Add linting to build
  • Add compression of assets
  • Add bundle visualizer

Version 1.0.29

15 Apr 14:48
Compare
Choose a tag to compare

Changed

  • Cache the Rich Variables menu in local storage, to increase performance for multiple rich text fields per page (#29)

Version 1.0.28

06 Apr 19:00
Compare
Choose a tag to compare

Added

  • Added make update to update NPM packages
  • Added make update-clean to completely remove node_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

03 Mar 19:56
Compare
Choose a tag to compare

Changed

  • Dockerized the buildchain, using craft-plugin-manifest for the webpack HMR bridge

Version 1.0.26

14 Feb 04:51
Compare
Choose a tag to compare

Changed

  • Update to webpack 5 buildchain