Skip to content

Releases: howbizarre/starter-template-vue-3-bootstrap-5-sass-dark-theme-typescript

v1.1.802

03 Dec 14:27
Compare
Choose a tag to compare
  • 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 to import { resolve } from "path"; and use it to load CSS.

Full Changelog: v1.1.8...v1.1.802

v1.1.8

22 Oct 06:51
Compare
Choose a tag to compare
  • 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 to import { resolve } from "path"; and use it to load CSS.

Full Changelog: v1.1.7...v1.1.8

v1.1.7

09 Jul 07:08
Compare
Choose a tag to compare

All dependencies have been updated.
Added background colors with new opacity feature.

Full Changelog: v1.1.6...v1.1.7

v1.1.6

26 Apr 08:37
Compare
Choose a tag to compare

All dependencies have been updated.

Full Changelog: v1.1.5...v1.1.6

v1.1.5

13 Mar 17:57
Compare
Choose a tag to compare

All dependencies have been updated.

Full Changelog: v1.1.4...v1.1.5

v1.1.4

07 Nov 07:41
Compare
Choose a tag to compare

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

23 Feb 13:41
Compare
Choose a tag to compare

Added the Dark Theme support

v1.0.1

22 Feb 15:38
Compare
Choose a tag to compare

Initial version.