Changelog
All notable changes to this template will be documented in this file.
v13.3.3 (2024-09-06)
ASP.NET Core - MVC
Fixed
- Minor bug fixes & improvements
v13.3.2 (2024-08-07)
Vue, Nuxt & VueJS Laravel
Updated
- Updated all the libraries to the latest version
v13.3.1 (2024-07-26)
Next.js
Updated
- Updated docs
- Updated all the packages to the latest version
- Updated Calendar styles
- Updated responsive in the eCommerce app
- Updated date-picker component
- Updated section spacing in card basic page
- Updated HorizontalWithAvatar statistic card
- Replaced MUI theme object colors with CSS variables
- Updated navbar blur to true in the
themeConfig
file
Fixed
- Fixed minor layout bugs
- Fixed logo-text rendering in vertical-menu when collapsed and small screen
- Fixed
subMenuContent
styles for popoutWhenCollapsed
in bordered layout
Removed
- Removed unused images
- Removed
avatarIconSize
prop as tailwind cannot generate dynamic classes
- Removed
rgbaToHex
util
v13.3.0 (2024-07-12)
Django, ASP.NET Core - Razor Pages & MVC
Added
- New Design Alignments
- New spacer & utility classes
- Navbar Dropdown Active state
- Rimix Icons
Updated
- Bootstrap 5.3.3
- Documentation
Removed
- MDI( Material Design Icons)
Fixed
- UI improvements & bug fixes
HTML, HTML + Laravel
Fixed
- Menu RTL fixes
- Minor Bug fixes & Improvements
v13.2.0 (2024-07-08)
Next.js
Added
- Added Landing, Pricing, Payment, Checkout and Help Center pages
- Added eCommerce, Academy, Logistics and Email apps
- Added Academy and Logistics dashboards
- Added new cards in Widget Examples
- Added
HOCs
(Higher Order Components) viz. TranslationWrapper, AuthGuard and GuestOnlyRoute
- Added
homePageUrl
in themeConfig and next.config.mjs files
- Added
private
, guest-only
and public
routes for authentication
- Added
excludeLang
in search and menuData files to exclude lang in the URLs
- Added
exactMatch
& activeUrl
props in MenuItem component
- Added
input-otp
package for two step verification
Updated
- Updated docs
- Updated all the packages to the latest version
- Updated
src/app/server/actions
file for all the server actions
- Updated
removeI18n
script in the full-version to remove translation from the whole template
- Updated types
- Updated redux slices
- Updated MUI overrides
- Updated GenerateMenu file
- Updated folder structure (breaking change for authentication)
- Updated Horizontal and Vertical menu styles
- Updated redirects in the
next.config.mjs
file
- Updated
src/components/layout/shared/Logo.tsx
component
- Updated
src/fake-db
folder structure and file names
- Updated default border-radius value from 6px to 10px for the
rounded
class and update the files accordingly
- Replaced MUI theme object colors with CSS variables
- Replaced
react-draft-wysiwyg
editor with tiptap
editor
- Replaced
kbar
search with cmdk
search
Fixed
- Fixed bugs in pages and apps
- Fixed localize URLs on the login page, Under Maintenance and Not Authorized pages
- Fixed form submission while hydrating on login page
- Fixed navbar height when we have fixed content height like chat, email etc.
- Fixed custom icon button's size
Removed
- Removed unused packages
- Removed unused example file
- Removed
middleware
file and moved all the auth and translation logics into their respective HOCs (Higher Order Components)
- Removed unnecessary 'use client' from all files
- Removed paperChannel from our theme overrides as MUI have provided this variable by default
- Removed background-color-rgb CSS variable and replaced it with mui-palette-background-paperChannel
- Removed alias for reducers
- Removed
reactStrictMode
from the next.config.mjs file as we are no longer using useReducer hook
- Removed
demoConfig
file, getDemoName
server action function and their related code
v13.1.0 (2024-05-07)
Next.js
- Initial Release (Next.js v14 + App Router)
Deprecated
- Next.js v13 version with Pages Router is now deprecated
HTML & HTML + Laravel
Added
- New Design Alignments
- New spacer & utility classes
- Navbar Dropdown Active state
- Rimix Icons
Updated
- Bootstrap 5.3.3
- Documentation
Removed
- MDI( Material Design Icons)
Fixed
- UI improvements & bug fixes
HTML + Laravel
v13.0.0 (2024-04-26)
Nuxt
Added
- Nuxt 3 Version (Initial Release)
Vue & Vue Laravel
Added
- Migration guide in docs for major and technical changes (Highly recommended to read)
unplugin-vue-router
for typed pages
- eCommerce App
- Dashboard
- Products
- Product List
- Add Product
- Category List
- Order
- Customer
- All Customers
- Customer Details
- Manage Reviews
- Referrals
- Settings
- Academy
- Dashboard
- My Courses
- Courses Details
- Logistics
- Dashboard
- Fleet (Added MapBox library)
- Kanban App
- Front Pages
- Landing Page
- Pricing Page
- Payment Page
- Checkout Page
- Help Center Page
- Swiper Extension
- TipTap Rich Editor
- More Dialog Examples
- Form Wizard
- Vite Vue DevTool Plugin
Updated
- Plugins are now registered automatically like Nuxt and moved to
src/plugins
directory
- Styles are moved to
src/assets/styles
directory
- Directory structure updated
- SSR related improvements and fixes
- We now uses SVG based CSS icons instead of SVGs for icons
- Theme config now uses "pinia" store instead of composable
useThemeConfig
composable is replaced with useConfigStore
store
- Replaced
axios
with native fetch
API
- Replaced
axios-mock-adapter
with msw
- Cookie is used for persistence instead of LocalStorage
- Customiser UI (User-friendly design)
- Invoice List (New widgets)
- User List (New widgets)
- Libraries Updated to latest version
- Code now utilize auto imports similar to Nuxt
Removed
vite-plugin-pages
plugin (Replaced by unplugin-vue-router
)
axios
(Replace by native fetch
API)
axios-mock-adapter
(Replaced by msw
)
Figma (Design File)
Updated
- Updated design structure
- Added new figma variable structure
v12.6.0 (2024-02-20)
HTML, HTML + Laravel with Vite
New
- Form validation integrated with NPM Package
Updated
- Flag Icons integrated with the NPM Package
- Package dependencies
- Third-Party Libraries & assets imports
- Documentation
Fixed
- Stepper style fix for RTL disabled Mode
- Fixed Peer Dependency requirements for NPM
- Bugfixes & Improvements
Removed
HTML + Laravel
New
- Integrated template with Vite 5
Deprecated
- Laravel with Webpack Mix
- Only provide support for the next 6 months
- Future updates won't be considered
Fixed
- Bordered Layout & RTL mode UI fixes in third-party libs & components
v12.5.1 (2023-12-09)
Django
Updated
- The Django version has been upgraded to version 5.
v12.5.0 (2023-12-05)
HTML, HTML + Laravel
Fixed
- Fixed node waves not working in front pages & data-tables buttons
- Minor improvements & Bugfixes
ASP.NET Core - Razor Pages
Updated
- Updated to .NET 8 (Reduced Package size & startup time)
- Docker compatibility with .NET 8
- Documentation
Fixed
- Removed warnings during build process
- Fixed locale issues in RTL mode (Arabic)
- Minor improvements & bugfixes
ASP.NET Core - MVC
Added
Django
Added
v12.4.0 (2023-11-10)
HTML, HTML + Laravel & ASP.NET Core
Added
- Language-Driven LTR and RTL Adaptation
- Input group page, speech-to-text functionality
Updated
- Updated Bootstrap to latest version(5.3.2)
- Updated SCSS & Mixins as per Bootstrap 5.3.2
- Updated Documentation
Fixed
- Bordered Layout components & third party UI fixes
- Horizontal menu slide for fixed layout
- Carousel HTML Structure as per latest Bootstrap
- Floating label issue with select2 & bootstrap-select in mozilla firefox
- Minor improvements & Bugfixes
Removed
- Removed Portuguese language support
HTML + Laravel
Added
- Starter kit LTR(English) & RTL(Arabic) Localization
ASP.NET Core
Added
- CRUD with SQLite Database
- Docker support
v12.3.0 (2023-09-26)
HTML
Updated
Fixed
- Timeline UI in bordered layout
- Tour UI (shepherd JS)
- Starter kit navbar UI
- Menu collapsed/Wide mode
- Switch overlay on horizontal menu
- Fleet page scroll bar issue in RTL mode & improved its responsiveness
- Other minor bugfixes & UI improvements
HTML + Laravel
Added
- eCommerce App
- Products
- Product List
- Add Product
- Category List
- Order
- Customer
- All Customers
- Customer Details
- Manage Reviews
- Referrals
- Settings
- Academy App
- Overview
- My Courses
- Courses Details
- Logistics App
- Overview
- Fleet (Added MapBox library)
- Front Pages
- Landing Page
- Pricing Page
- Payment Page
- Checkout Page
- Help Center Page
- Added system mode with mode select option (dropdown)
- Added form inputs hover border color
Updated
- Routes
- Updated Laravel 10 base Folders & files
- Updated Jetstream version(v4.x)
- Updated Livewire version(v3.x)
- Customiser UI (User friendly design)
- Invoice List (New widgets)
- User List (New widgets)
- Removed flag icons for translation, instead using font icons and added an active language state to its dropdown
- Timeline structure improvement
- Heading font weight
- Third Party Libs
- Updated Documentation
Fixed
- Improved Jetstream as per latest version
- Chat long message sending issue without space
- Ideal timer button-group (nav) not responsive
- W3C for Kanban, Invoice and Few modals
- Email app, remove all email list will show message
- Switch overlay on horizontal menu
- FireFox issues
- Other minor bugfixes & UI improvements
ASP.NET Core
Added
- eCommerce App
- Products
- Product List
- Add Product
- Category List
- Order
- Customer
- All Customers
- Customer Details
- Manage Reviews
- Referrals
- Settings
- Academy App
- Overview
- My Courses
- Courses Details
- Logistics App
- Overview
- Fleet (Added MapBox library)
- Front Pages
- Landing Page
- Pricing Page
- Payment Page
- Checkout Page
- Help Center Page
- Added system mode with mode select option (dropdown)
- Added form inputs hover border color
Updated
- Customiser UI (User friendly design)
- Updated Dotnet 6 to Dotnet 7
- Invoice List (New widgets)
- User List (New widgets)
- Removed flag icons for translation, instead using font icons and added an active language state to its dropdown
- Timeline structure improvement
- Heading font weight
- Third Party Libs
- Updated Documentation
Fixed
- Chat long message sending issue without space
- Ideal timer button-group (nav) not responsive
- W3C for Kanban, Invoice and Few modals
- Email app, remove all email list will show message
- Switch overlay on horizontal menu
- FireFox issues
- Other minor bugfixes & UI improvements
v12.2.0 (2023-07-27)
HTML
Added
- eCommerce App
- Products
- Product List
- Add Product
- Category List
- Order
- Customer
- All Customers
- Customer Details
- Manage Reviews
- Referrals
- Settings
- Academy App
- Overview
- My Courses
- Courses Details
- Logistics App
- Overview
- Fleet (Added MapBox library)
- Front Pages
- Landing Page
- Pricing Page
- Payment Page
- Checkout Page
- Help Center Page
- Added system mode with mode select option (dropdown)
- Added form inputs hover border color
Updated
- Customizer UI (User friendly design)
- Invoice List (New widgets)
- User List (New widgets)
- Removed flag icons for translation, instead using font icons and added an active language state to its dropdown
- Timeline structure improvement
- Updated heading font weight
- 3rd Party Libs
- Updated Docs Customizer, Front-pages & Map-box
Fixed
- Chat long message sending issue without space
- Ideal timer button-group (nav) not responsive
- W3C for Kanban, Invoice and Few modals
- Email app, remove all email list will show message
- FireFox issues
- UI improvements enabling better text visibility
- Other minor bugfixes
v12.1.0 (2023-05-22)
Vue & Vue Laravel
Added
- Added "system" theme (Auto update theme based on your system ✨)
- Added Roles and Permissions app
- Pages
- Demo pages
- DataTable
- Simple table
- Autocomplete
- New components
- DataTable
- Autocomplete
- Tour
- Custom input (Radio & Checkbox)
- IconBtn (virtual component)
- AppStepper (Wizard)
- Wizard Example
- Checkout
- Property listing
- Create deal
- Dialog examples
- App dialog
- Roles and Permissions
Updated
- Updated all dependencies and devDependencies
- Improved Navbar Notification components
- Updated Simple tables with vuetify datables in all the pages and apps
Fixed
- Fixed Horizontal Menu popup issue in RTL
- Fixed AppDateTimePicker open below dialog
Vue Laravel
Updated
v12.0.0 (2023-05-10)
HTML
Fixed
- Fixed treeview images
- Dropzone minor fixes
- Without customizer Layout fix
- Minor bugfixes
HTML + Laravel
Added
ASP.NET Core
Added
v11.0.0 (2023-03-30)
HTML
Added
v10.1.0 (2023-03-22)
React
Added
- Added .gitattributes file
- Added Progress component page
- Added necessary props for the UserLayout
- Added ability to access vertical or horizontal layout with menu without logging in
- Added custom variable
avatarBg
for Avatar background-color in the MUI's palette
- Added custom variable avatarBg for Avatar background-color in the MUI's paletteAdded articles on how to migrate from JWT Auth to NextAuth, NextAuth with CredentialsProvider and NextAuth with GoogleProvider & PrismaAdapter
Updated
- Updated docs
- Updated FAQs on the Pricing page
- Changed MUI Links to Next.js Links
- Updated
trackBg
colors in the theme
- Updated examples on the Dialog pages
- Changed method of implementing semi-dark skin
- Updated input mask labels on the Input Mask page
- Updated bg-colors of social cards on the Card Basic page
- Updated MUI's theme structure which is in the
src/@core
folder
- Update
lang
attribute on the <html>
tag when the language is changed
- Updated structure of points in the Knowledge Base section on the Help Center page
- Updated UI of avatar, breadcrumb, chip, dataGrid, list, tooltip, snackbar components
- Updated all the packages (Refer to the official docs for the migration of
@mui/x-data-grid
from here)
Fixed
- Fixed types
- Fixed vertical menu re-renders on hover
- Fixed transition issue on pull-up Avatars
- Fixed Alert snackbar shadow in bordered skin
- Fixed shadows in the whole template when the skin is semi-dark
- Fixed
react-hot-toast
's z-index when its position is on the left side
- Fixed bugs in the Chat, Calendar, Invoice, User apps and User Profile page
- Fixed shadow between nav header and nav items in the Vertical navigation menu in RTL
Removed
- Removed unnecessary images
- Removed validation on the Register page
- Removed all the files and guides related to Firebase (in favour of NextAuth)
v10.0.0 (2023-01-20)
VueJS
Added
VueJS + Laravel
Added
HTML & Laravel
Removed
- Removed HTML version
- Removed HTML + Laravel version
v9.0.0 (2022-11-11)
Figma
Added
- Added authentication pages viz. Verify Email, Two Steps and Multi Step Register
- Added User Profile and Help Center pages
- Added real-life Form Wizard examples
- Added shortcut dropdown in the Navbar (AppBar)
Updated
- Updated Account Settings, Pricing, FAQ pages and User app
- Updated the variant of the Notification badge in the Navbar (AppBar)
Removed
- Removed Knowledge Base page
React
Added
- Added Iconify icons
- Added npm and nvm config files
- Added real-life Form Wizard examples
- Added User Profile and Help Center pages
- Added a custom component to use Iconify icons
- Added shortcut dropdown in the Navbar (AppBar)
- Added rounded variant for the Chip component
- Added new examples on the List component page
- Added pull-up variant for the Avatar component
- Added functionality to 'Remember Me' while logging in
- Added options to override styling and props on the layout
- Added a utility function to convert an RGBA color to a Hex color
- Added functionality to log out and refresh the token on expiration
- Added a custom component to open a menu on an IconButton component
- Added custom components for radios and checkboxes with different variants
- Added authentication pages viz. Verify Email, Two Steps and Multi Step Register
Updated
- Updated docs
- Updated footer styles
- Updated Next.js to v13
- Optimized all the images
- Updated colors in all the charts
- Moved JWT configs to the .env file
- Updated semi-dark from skin to mode
- Updated all the dependencies to the latest versions
- Updated color opacities according to the MUI's Theme
- Updated Account Settings, Pricing, FAQ pages and User app
- Updated the variant of the Notification badge in the Navbar (AppBar)
- Updated fallback to false in the getStaticPaths method on all dynamic pages
Fixed
- Fixed minor bugs
- Fixed react-datepicker styling
- Fixed styles of Accordion component
- Fixed the search dialog's unexpected behavior
- Fixed popper-placement of react-datepicker in RTL
- Fixed z-index of react-hot-toast in smaller screens
- Fixed third-level menu and undefined links in the Horizontal navigation menu
- Fixed a few re-renders in the Vertical navigation menu and in the Vertical layout
- Fixed content area scroll issue due to spinner when a user logs in for the first time
- Fixed Email and Chat apps' height by adding the contentHeightFixed method on the page component
- Fixed border-radius & spacing issues in Table & DataGrid and overriding row height issue in DataGrid
Removed
- Removed Knowledge Base page
- Removed validations from some pages
- Removed portal of react-datepicker
- Removed all the examples of MUI's pickers
- Removed Material Design Icons (by Community)
- Removed documentation of Auth0 and AWS Amplify
- Removed download functionality from the Invoice Preview page
v8.1 (2022-05-27)
React
Updated
- Updated docs
- Updated some image paths
- Updated the shadow below Vertical Navigation Header and above Vertical Navigation
Fixed
- Fixed the build errors
- Fixed the UI of the search
- Fixed width of all columns in all DataGrids
- Fixed ACL visibility of sub to sub menu group
v8.0 (2022-05-20)
React
Added
HTML
Updated
- Updated node dependencies
Laravel
Updated
- Updated Laravel Framework composer dependencies
v7.4 (2022-03-24)
Laravel
Updated
- Laravel Framework updated to Laravel 9
Added
- Added Support for BrowserSync
v7.3 (2021-02-25)
Laravel
- Updated Laravel framework to latest
- Updated Laravel folder structure according to the latest one
- Updated Laravel passport documentation
- Added Laravel sanctum documentation
- Added Laravel Sail(Docker) documentation
v7.2 (2020-12-02)
Laravel
Updated
- Updated to latest Laravel 8
- Updated Laravel UI
- Updated Laravel Passport
v7.1 (2020-04-03)
Laravel
Updated
- Updated to latest Laravel 7
v7.0 (2020-01-30)
HTML
Updated
- Improved folder structure
Fixed
- Fixed search issue on small screen
- Fixed horizontal menu dropdown click for iPad
- Fixed iPhone menu open issue for new iOS update
Laravel
v6.0 (2019-11-02)
HTML
Added
- RTL Support for all layouts & starter kit
- Multi language support enable
- Quick search
- Kanban (scrum board) App
- File manager App
- Invoice App
- User list, view & edit page
- Timeline page
- Account Settings page
- Component: Select2
- Component: Rating
- Component: Tour
- Component: Quill Editor
Updated
- Updated all libs & package to the latest version
- Updated documentation
Fixed
- Vertical navigation sub-menu open effect
- Horizontal menu navbar dropdown z-index issue
- Form select overflowed the card box
- Vertical navigation menu item flashing issue on collapsibles page
- Bordered table
- Firefox & IE left sidenav scrolling issue
v5.1 (2019-02-19)
Fixed
- Fixed BreadCrumbs in IE
- Fixed Right slide out issue of IE
- Fixed Todo Select All IE issue
- Fixed Chat image IE issue
- Fixed Datatable View in IE
- Fixed Collapse Icon of menu for IE
- Fixed Pricing page icon issue in IE
- Fixed Modal popup for IE
- Fixed Fullscreen issue from IE
v5.0 (2019-02-11)
Added
- Added new vertical modern & dark menu templates
- Added theme customizer for customize & preview template in real time
- Added new vertical dark menu template
- Added new menu active style
- Added modern dashboard with clean and modern look & feel
- Added chat, todo, contact & ecommerce applications
- Added search, knowledge base & faq pages
- Added new advanced & extended cards
- Added all the framework components useful html,css & js code
- Added new components & options as per Materializecss framework
- Added form wizard with vertical & horizontal example
- Added intro section for landing page of admin template
Updated
- Materializecss framework upgraded to v1.0.0
- Improved folder structure to make it easy to utilize
- Upgraded all the third party vendors & library
- Improved Email & Calendar app UI and functionality
- Improved user profile & error pages design
- Improved contact page UI
- Improved right slide out UI and added chat support
- Improved chart library and upgrade all the charts
- Improve the document for upgraded folder structure usage and customization
- Improve gulp tasks for the new folder structure
Fixed
- Fixed swipe to open menu in small screen
- Fixed chartjs issues by upgrading it to latest stable version
- Fixed form elements, validation & input mask related issues
Removed
- Removed vertical overlay & fixed menu template
- Removed grunt task runner support
- Removed jsGrid, floatThead tables
- Removed advance-ui-scrollfire as per framework change
- Removed Morris, xChart & Flot charts
- Removed AngularJS directive support (Angular 1.0)
v4.0 (2017-10-18)
Added
- New Themes : Collapsible Menu, Collapsible Semi Dark Menu
- New Dashboard - dashboard-ecommerce.html
- Advanced cards - advanced-cards.html
- Advanced ui pulse - css-pulse.html
- Feature discovery - ui-feature-discovery.html
- CSS Transition - css-transitions.html
- Carousel - ui-carousel.html
- JS Transition - advanced-ui-transitions.html
- UI Advanced Buttons - ui-buttons-extended.html
- Dropdown - advance-ui-dropdown.html
- Scrollfire - advance-ui-scrollfire.html
- Scrollspy - advance-ui-scrollspy.html
- Add new layouts pages for light, dark, semi-dark, fixed footer and collapsible menu options
- Added support for jQuery 3
- Added Time Picker
- Added XL breakpoint
- Added Pulse CSS effect
- Added Feature Discovery component
- Added FABs in image cards
- Added swipeable tabs
- Added autocomplete integration with chips
- Added class method to dismiss all toasts
- Added callbacks to side nav
- Added instance method to remove specific toasts
- Added ability to remove autocompelete data
- Added container option for time picker
- Tab accessibility for date picker
- Validation styling support added for many form components
- Added carousel destroy
- Added close on select option for date picker
- Added support for custom active elements in scrollspy
- Basic horizontal cards
- Sidenav and Modals no longer cause flicker with scrollbar
- Materialbox overflow and z-index issues fixed
- Added new option for Card actions within a Card reveal
Updated
- Materializecss framework upgraded to v0.100.1
- Updated styling for Date Picker
- Updated styling for switches
- Autocomplete: renamed and moved options to autocompleteOptions
- Range slider supports keyboard navigation
- Upgraded noUiSlider to version 9 with support for vertical sliders
- Improved tabs compatibility with cards
- Refactored Modal plugin
- Tabs now supported in navbar
- Chips data can now be reinitiailized
- Updated sidenav styles and new component
- Changed /font directory to /fonts
- Datepicker and ScrollSpy now compatible with jQuery 2.2.x
- css-icons.html --> ui-icons.html
- advanced-ui-chips.html - > ui-chips.html
- ui-toasts.html -> advance-ui-toasts.html
- ui-tooltip.html -> advance-ui-tooltip.html
- ui-waves.html -> advance-ui-waves.html
- ui-tabs.html -> advance-ui-tabs.html
- ui-collapsibles.html -> advance-ui-collapsibles.html
- ui-carousel.html -> advance-ui-carousel.html
- ui-transitions.html -> advanced-ui-transitions.html
- Renamed Plugins folder to Vendors and moved to root folder
Fixed
- Fixed bug where modal triggers could not contain child elements
- Fixed bug with right alignment option for dropdown
- Added fix for validation messages being mispositioned when input is empty
- Allow select native browser validation error messages
- Modal open no longer initializes plugin
- Fixed bug where modal open did not use initialized options
- Modal-trigger class required for modal trigger elements
- Fixed waves persisting bug
- Waves no longer throws error on svg elements
- Fixed side nav callback bugs
- Fixed carousel image loading bug
- Full width carousel now resizes height on resize
- Fixed multiple bugs with jQuery outerWidth on Linux
- Fixed cursor blinking on select on iOS
- Fixed search form styling in navbar
- Fixed label animation on date picker
- Browser errors now show up on radio buttons and checkboxes
- Fixed dynamic textarea resize bug
- Fixed collapsible preselect bug
- Fixed dropdown event bubbling bug
- Fixed range position inaccuracies
- Fixed feature discovery mobile styles
- Fixed carousel reinitialize bugs
- Fixed grid offset bug
- Fixed various select bugs on mobile devices
- Fixed small sideNav overlay bugs
- Fixed carousel resizing bug
- Fixed materialbox callback bug
- Fixed carousel misalignment when switching quickly
- Fixed carousel resize bug where slide widths wouldn't change when changing window size
- Fixed bug where using backspace to delete chips would navigate back in certain browsers
- Fixed dropdown options bug
- Carousel bug fixes and new features
- Responsive tables now work with empty cells
- Added focus states to checkboxes, switches, and radio buttons
Removed
- Removed deprecated material icons from project
v3.1 (2016-01-28)
Added
- Added a custom.scss file for making custom changes using SCSS.
Fixed
- Fixed navigation bar issue on small screen for Horizontal & full-screen layout
- Fixed card reveal effect and make made it more smooth
- Fixed chartist error on single pages like login, register etc..
v3.0 (2015-12-12)
Added
- Ready to use number of Angular directives, are handled by Angular in the right way.
(angular-materialize.html)
- Language Translation (advanced-ui-translation.html)
- Sweetalert for beautiful Modal popup (advanced-ui-sweetalert.html)
- Shortable & Nestable (advanced-ui-nestable.html)
- Range Selector (advanced-ui-range-slider.html)
- Syntext Highlight (advanced-ui-highlight.html)
- Advanced form validations (form-validation.html)
- Input ttype mask (form-masks.html)
- Drag & Drop file upload with customizable drop zone (form-file-uploads.html)
- Updated new form elements (form-elements.html)
- jsGrid - Lightweight Grid jQuery Plugin (table-jsgrid.html)
- editableTable - turns any table into an editable spreadsheet. (table-editable.html)
- floatThead - fixed table header plugin that requires no special CSS and supports (table-floatThead.html)
- Material Chips (ui-chips.html)
- Alerts & Warnings (ui-alerts.html)
- Breadcrumbs (ui-breadcrumbs.html)
- Accordions page change to Collapsible with new popout feature.
(ui-accordions.html - > ui-collapsible.html )
- CSS Animations (css-animations.html)
- Hoverable healpers (css-helpers.html)
Updated
- Updated Material FAB Buttons (ui-buttons.html)
Fixed
- Fixed popup close issue on click of popup out side (body) area.
- Fixed the datatables row display select dropdown hide issue.
- Fixed the floating button hover issue.
- Fixed sparkline chaer hover stats background display issue.
- Fixed the dount chart stats position.
- Added the open close state menu icons and color.
- Added notification dropdown and county flag dropdown for translation.
- Fixed chart lag, scrollbar and map marker issues.
v2.3 (2015-09-25)
Added
- Update materialize the SASS files
Fixed
- Fixed Firefox dropdown menu support issues
- e-Commerce product page fix
v2.2 (2015-08-18)
Updated
- Improved Charts
- Update materialize the SASS files
Fixed
- Fixed IE and Firefox support issues
- Dashboard search fix and updates
v2.1 (2015-06-11)
Added
- 2 New layout added - Horizontal & Full Screen
- New Page - Profile Page
- New Page - Contact Page
- New Page - ToDos Page
- New Page - Blog Type 1 & 2 Page
- New Page - Products Page
- New Page - Pricing Page
- New Page - Gallaery Page
- New Page - Image Hover Page
Updated
- Updated Material Search
- Update materialize the SASS files
Fixed
Fixed perfect scroll bar select to scroll issue
v1.1 (2015-06-06)
Added
- Add new floating action button
Updated
- Update materialize the SASS files
Fixed
- Fix the trending chart lagging issue
v1.0 (2015-03-20): Initial Release