Getting Started
Metronic Changelog
Version
Stay updated with the latest enhancements and fixes in Metronic Tailwind CSS HTML & JavaScript Toolkit. This page provides a detailed log of all the changes, including new features, improvements, and bug fixes for each release.
New
Core
Enhanced
KTMenu
initialization and cleanup processes for better performance and memory management.
-
Preview
Core
Added
Livewire navigation support
in KTDom helper for integration with Laravel Livewire applications.
-
Preview
Components
Added
preserveParentDropdowns
option to enhance menu dropdown behavior and prevent unwanted closing.
-
Preview
Updates & Improvements
React/Next.js
Enhanced
user management
components including account security, permissions, roles, and user profile management.
-
Preview
React/Next.js
Updated
UI components
including alert, badge, button, chart, command, context-menu, dialog, github-button, and hover-card.
-
Preview
React/Next.js
Updated package dependencies and configuration files for improved stability and performance.
Fixes
New
Updates & Improvements
HTML
When
multiple
option is enabled, users can select multiple options without the dropdown closing after each selection.
-
Preview
HTML
Enhanced
Stepper
component to support async validation with step cancellation in change event handlers.
-
Preview
HTML
Enhanced
Toast
component clearAll method to properly remove containers and prevent stale references.
-
Preview
React/Next.js
Migrated to the new
radix-ui
package.
React/Next.js
Updated package dependencies.
New
Updates & Improvements
Global
Upgrade
package.json
dependencies.
New
Updates & Improvements
Fixes
Global
Safari custom scrollbar style issue fixed.
New
Next.js
Added
User Mangement
, fully function Next.js app for managing users, accounts and settings.
-
Preview
New
Updates & Improvements
Fixes
Updates & Improvements
Fixes
New
Updates & Improvements
Packages
Updated all global dependencies to their latest stable versions in
package.json
.
New
Updates & Improvements
HTML
Added
antialiased
class to the body tag
to globally enhance font smoothing and improve text rendering quality.
-
More
Show less
Updates & Improvements
Fixes
CSS
Resolved CSS errors in
dist/assets/css/styles.css
.
Updates & Improvements
CSS
The CSS source for Demo1 has been relocated from
src/core/plugins/layouts/demo1.js
to
src/css/demos/demo1.css
.
This change resolves the CSS errors in
-
More
Show less
dist/assets/css/styles.css
caused by the PostCSS issue with nested CSS elements.
Fixes
CSS
Resolved CSS errors in
dist/assets/css/styles.css
.
Updates & Improvements
SPA
Use type-only exports in
index.spa.ts
.
Package
Due to the increasing package size, reaching
10gb
, the
Metronic v8.x
package has been moved.
It is now available for download from Google Drive, provided in the ThemeForest download package, and from the
Metronic Downloads
site, which requires a purchase code to download individual features.
-
More
Show less
Fixes
Components
Resolved an issue where the
transitionEnd
and
animationEnd
events were not triggered in Firefox.
KTReparent
Fixed an issue where the component was not working during the window resize event
-
Preview
New
Initial Release