Skip to content

Releases: nystudio107/craft-transcoder

Version 4.0.0-beta.4

09 Apr 00:42

Choose a tag to compare

Fixed

  • Fixed incorrect return types in TranscoderVariable that could cause exceptions to be thrown

Version 4.0.0-beta.3

17 Mar 19:27

Choose a tag to compare

Changed

  • Refactored to use Assets::EVENT_DEFINE_THUMB_URL now available in Craft 4.0.0-beta.2

Version 4.0.0-beta.2

09 Mar 03:49

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 01:54

Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.2.21

12 Jan 17:59

Choose a tag to compare

Added

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

Version 1.2.20

04 Jan 21:08

Choose a tag to compare

Changed

  • Switch to Node 16 via 16-alpine Docker tag by default
  • Update to Tailwind CSS ^3.0.0
  • Changed buildchain to Vite from webpack 5

Version 1.2.19

16 May 19:43

Choose a tag to compare

Changed

  • Refactor to better directory structure
  • Use Textlint for the documentation

Version 1.2.18

14 May 19:19

Choose a tag to compare

Changed

  • Updated to work with craft-vite-plugin version ^1.0.4

Version 1.2.17

10 May 01:23

Choose a tag to compare

Changed

  • Switched buildchain to Vite & craft-vite-plugin
  • Switched documentation system to VitePress

Version 1.2.16

06 Apr 18:54

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