Releases: jeffreyvr/tailpress
Releases · jeffreyvr/tailpress
0.1.0
0.0.9
Updating to Tailwind CSS v2.1 which includes the JIT engine in core among other things.
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
Releasing version 0.0.3
- Update Laravel Mix from version 5^ to 6^.
- Removing Laravel Mix Tailwind, defining plugins within
webpack.mix.js
instead. - Switching from Sass to PostCSS for faster compiling.
- Moved TailPress colors and font size settings to
tailpress.json
file. - Use
tailpress.json
to populateeditor-color-palette
andeditor-font-sizes
theme support automatically. - New screenshot.
- Update readme.
- Other minor fixes and improvements.
0.0.2
Releasing version 0.0.2
- Adding basic support for the block editor Gutenberg by generating alignment, font size and color classes.
- Contains four theme colors out of the box, being primary, secondary, dark and light. This is adjustable of course.
- Loading a
editor-style.css
. - Removing double slashes on resulting manifest asset URLs.
- Modified template files to have a better starting point (including horizontal main navigation, footer always at the bottom for short pages).
- Added a basic 404 page template.