Releases: howbizarre/starter-template-vue-3-bootstrap-5-sass-dark-theme-typescript
v1.1.802
- Updated all dependencies in
package.json
to latest; - Silencing SCSS deprecation warnings in console, cos' of Bootstrap old way use preprocessor (We all waiting for Bootstrap's new version which to remove these warnings);
- Bump version to 1.1.802 in package.json;
If you are loading styles in
vite.config
you will need toimport { resolve } from "path";
and use it to load CSS.
Full Changelog: v1.1.8...v1.1.802
v1.1.8
- Updated all dependencies in
package.json
to latest; - Sass adds some console warnings for Bootstrap's old way of using the preprocessor (We all waiting for Bootstrap's new version which to remove these warnings);
- Bump version to 1.1.8 in package.json;
If you are loading styles in
vite.config
you will need toimport { resolve } from "path";
and use it to load CSS.
Full Changelog: v1.1.7...v1.1.8
v1.1.7
All dependencies have been updated.
Added background colors with new opacity feature.
Full Changelog: v1.1.6...v1.1.7
v1.1.6
All dependencies have been updated.
Full Changelog: v1.1.5...v1.1.6
v1.1.5
All dependencies have been updated.
Full Changelog: v1.1.4...v1.1.5
v1.1.4
Just update some packages to the latest versions.
vue to 3.3.8;
vite to 4.5.0;
vue-router to 4.2.5;
bootstrap to 5.3.2;
sass to 1.69.5;
bootstrap-icons to 1.11.1;
vue-tsc to 1.8.22;
@types/bootstrap to 5.2.8;
@types/node to 0.8.10;
@vitejs/plugin-vue to 4.4.0;
v1.1.0
Added the Dark Theme support
v1.0.1
Initial version.