Releases: nystudio107/craft-transcoder
Releases · nystudio107/craft-transcoder
Version 4.0.0-beta.4
Fixed
- Fixed incorrect return types in
TranscoderVariablethat could cause exceptions to be thrown
Version 4.0.0-beta.3
Changed
- Refactored to use
Assets::EVENT_DEFINE_THUMB_URLnow available in Craft4.0.0-beta.2
Version 4.0.0-beta.2
Fixed
- Updated types for Craft CMS
4.0.0-alpha.1via Rector
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.2.21
Added
- Add
.gitattributes&CODEOWNERS - Add linting to build
- Add compression of assets
- Add bundle visualizer
Version 1.2.20
Changed
- Switch to Node 16 via
16-alpineDocker tag by default - Update to Tailwind CSS
^3.0.0 - Changed buildchain to Vite from webpack 5
Version 1.2.19
Changed
- Refactor to better directory structure
- Use Textlint for the documentation
Version 1.2.18
Changed
- Updated to work with
craft-vite-pluginversion^1.0.4
Version 1.2.17
Changed
- Switched buildchain to Vite &
craft-vite-plugin - Switched documentation system to VitePress
Version 1.2.16
Added
- Added
make updateto update NPM packages - Added
make update-cleanto completely removenode_modules/, then update NPM packages
Changed
- More consistent
makefilebuild commands - Use Tailwind CSS
^2.1.0with JIT - Move settings from the
composer.json“extra” to the plugin main class - Move the manifest service registration to the constructor
- Remove deprecated ManifestController