Skip to content

Releases: nystudio107/craft-webperf

Version 4.0.0-beta.3

18 Mar 17:25
Compare
Choose a tag to compare

Fixed

  • Fix registering permissions (#352)

Version 4.0.0-beta.2

09 Mar 03:54
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

28 Feb 05:31
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.0.27

12 Jan 18:10
Compare
Choose a tag to compare

Added

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

Version 1.0.26

04 Jan 21:12
Compare
Choose a tag to compare

Changed

  • Updated the buildchain to use Node 16
  • Changed buildchain to Vite from webpack 5

Version 1.0.25

17 Jul 15:20
Compare
Choose a tag to compare

Changed

  • Switched documentation system to VitePress

Fixed

  • Fixed an issue where an exception could be thrown in Craft CMS 3.7.x if no element existed when rendering the sidebar (#38)

Version 1.0.24

06 Apr 18:52
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

  • Use Tailwind CSS ^2.1.0 with JIT

Version 1.0.23

01 Apr 20:21
Compare
Choose a tag to compare

Changed

  • More consistent makefile build commands
  • Use Tailwind 2.x & @tailwindcss/jit
  • Move settings from the composer.json “extra” to the plugin main class
  • Move the manifest service registration to the constructor
  • Fix the broken Vue data tables

Version 1.0.20

10 Feb 00:24
Compare
Choose a tag to compare

Changed

  • Updated Axios to ^0.21.1

Fixed

  • Fixed an incompatibility with PHP 8 caused by trait aliases not being fully qualified

Version 1.0.19

09 Dec 14:38
Compare
Choose a tag to compare

Changed

  • Moved the CSS/JS buildchain over to webpack 5
  • Updated to latest npm deps