We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8125e5 commit a1b589eCopy full SHA for a1b589e
CHANGELOG.md
@@ -1,9 +1,13 @@
1
# Transcoder Changelog
2
3
## 1.2.16 - UNRELEASED
4
+### Added
5
+* Added `make update` to update NPM packages
6
+* Added `make update-clean` to completely remove `node_modules/`, then update NPM packages
7
+
8
### Changed
9
* More consistent `makefile` build commands
-* Use Tailwind 2.x & `@tailwindcss/jit`
10
+* Use Tailwind CSS `^2.1.0` with JIT
11
* Move settings from the `composer.json` “extra” to the plugin main class
12
* Move the manifest service registration to the constructor
13
* Remove deprecated ManifestController
0 commit comments