You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.5 KiB
2.5 KiB
Changelog
1.1.2 (2021-04-08)
- Fix: fixed Cypress version in GitLab CI conf.
1.1.1 (2021-04-07)
- Chore: bumped deps.
1.1.0 (2021-03-16)
- Feat: added Tailwind JIT compiler.
- Chore: upgraded Vite to 2.1.
- Chore: bumped deps.
1.0.2 (2021-03-10)
- Chore: bumped deps.
1.0.1 (2021-03-01)
- Chore: bumped deps.
1.0.0 (2021-02-22)
- Feat: added an example of
_APP_VERSION
using version frompackage.json
- Docs: tweaked README.
- Chore: upgraded Tailwind from PostCSS 7 compatibility build to latest PostCSS 8.
- Chore: upgraded Vite from beta to latest 2.0.
- Chore: changed dependabot interval to monthly.
0.9.0 (2021-02-08)
- Feat: added a fully typed example of Vuex 4 store (It's much easier to strip out if you don't need it than to build manually every time you do.)
- Feat: added
@tailwindcss/line-clamp
plugin. - Feat: added
_APP_VERSION
constant that can be defined build time. - Refactor: moved to the new script setup syntax. (At the time of this change Vetur doesn't understand this syntax yet so you might want to use Volar instead.)
- Chore: bumped deps.
0.8.0 (2021-01-28)
- Feat: added an alias for referring
<project_root>/src
with just@
. - Chore: bumped deps.
0.7.0 (2021-01-21)
- Feat: upgraded Cypress and GitLab Cypress image to 6.3.0.
- Feat: added postcss-nesting plugin.
- Chore: bumped deps.
0.6.2 (2021-01-18)
- Chore: bumped deps.
0.6.1 (2021-01-08)
- Fix: moved non-browser packages to dev dependencies.
- Chore: bumped deps.
0.6.0 (2021-01-07)
- Feat: upgraded Vite to 2.0 Beta.
- Fix: fixed GitHub actions.
0.5.3 (2020-12-28)
- Chore: bumped deps.
0.5.2 (2020-12-21)
- Chore: bumped deps.
0.5.1 (2020-12-15)
- Chore: bumped deps.
0.5.0 (2020-12-07)
- Feat: added
vite.config.js
. - Chore: bumped deps.
- Fix: repackaged TailwindCSS compatibility version as per new docs.
0.4.2 (2020-11-23)
- Chore: bumped deps.
0.4.1 (2020-11-19)
- Fix: fixed Tailwind package.
0.4.0 (2020-11-18)
- Upgraded to Tailwind 2.0
- Added
@tailwindcss/aspect-ratio
and@tailwindcss/forms
plugins
0.3.0 (2020-11-17)
- Added pre-configured GitLab CI, moved project to GitLab
- Renamed master branch to trunk
- Bumped deps
0.2.0 (2020-10-24)
- Added commented out tailwind UI config
0.1.0 (2020-09-28)
- Added changelog
- Added Cypress.io tests
0.0.0 (2020-09-15)
- Initial version