Skip to content

ArchitectUI Vue Admin Free - v2.1.0

Choose a tag to compare

@puikinsh puikinsh released this 09 Dec 10:39
· 7 commits to master since this release

v2.1.0 - Complete Dependency Update

Live Demo: https://demo.dashboardpack.com/architectui-vue-free/
Pro Version: https://dashboardpack.com/theme-details/architectui-dashboard-vue-pro/

This release updates all dependencies to the latest stable versions while maintaining full backward compatibility and zero vulnerabilities.

Highlights

  • FontAwesome 7 - Upgraded from v6 with improved icon designs and better scaling
  • Vitest 4 - Faster tests with enhanced developer experience
  • Bootstrap-Vue-Next 0.40 - Latest component library with new features
  • Vue 3.5.25 - Latest Vue 3 with all optimizations
  • Zero Vulnerabilities - Complete security audit passed

Major Version Upgrades

Package Previous Current
FontAwesome (core) 6.7.2 7.1.0
FontAwesome (solid) 6.7.2 7.1.0
FontAwesome (brands) 7.0.0 7.1.0
bootstrap-vue-next 0.30.4 0.40.9
vitest 3.2.4 4.0.15
@vitest/ui 3.2.4 4.0.15
jsdom 26.1.0 27.3.0
@googlemaps/js-api-loader 1.16.10 2.0.2

Minor/Patch Upgrades

Package Previous Current
vue 3.5.17 3.5.25
vue-router 4.5.1 4.6.3
vite 7.1.11 7.2.7
pinia 3.0.3 3.0.4
typescript 5.8.3 5.9.3
eslint 9.31.0 9.39.1
sass 1.89.2 1.95.0
prettier 3.6.2 3.7.4
bootstrap 5.3.7 5.3.8
chart.js 4.5.0 4.5.1
vue-chartjs 5.3.2 5.3.3
And 15+ more packages...

What's Changed

  • Updated vitest.config.ts to use defineConfig from vitest/config (vitest 4.x requirement)
  • Added if-function to Sass deprecation silencing for Bootstrap SCSS compatibility

Quality Assurance

  • Zero Vulnerabilities - npm audit clean
  • All Tests Pass - 8/8 tests passing
  • Type Check - Clean TypeScript compilation
  • Lint - No ESLint errors
  • Build - Production build successful

Migration

This release is fully backward compatible. No code changes required.

If you have custom vitest configuration:

// Update import for vitest 4.x
import { defineConfig } from 'vitest/config'

Installation

npm install
npm run serve

Full Changelog: https://github.com/DashboardPack/architectui-vue-theme-free/blob/master/CHANGELOG.md