Releases: nystudio107/craft-webperf
Releases · nystudio107/craft-webperf
Version 4.0.0-beta.3
Fixed
- Fix registering permissions (#352)
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.27
Added
- Add
.gitattributes
&CODEOWNERS
- Add linting to build
- Add compression of assets
- Add bundle visualizer
Version 1.0.26
Changed
- Updated the buildchain to use Node 16
- Changed buildchain to Vite from webpack 5
Version 1.0.25
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
Added
- Added
make update
to update NPM packages - Added
make update-clean
to completely removenode_modules/
, then update NPM packages
Changed
- Use Tailwind CSS
^2.1.0
with JIT
Version 1.0.23
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
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
Changed
- Moved the CSS/JS buildchain over to webpack 5
- Updated to latest npm deps