New
- New widget - Personal Income
- New widget - Finance Stats
- New widget - Packages
- New widget - Earnings
Updates & Improvements
- IE10 support officially dropped.
- All Metronic's custom plugins have been rewritten in pure Javascript in order to use theme in native Angular, VueJS and ReactJS versions in the near future:
- mMenu
- mDropdown
- mHeader
- mOffcanvas
- mPortlet
- mQuicksearch
- mScrolltop
- mToggle
- mWizard
- Metronic's custom plugins HTML attribute prefix changed from data to m. Eg: m-dropdown-toggle="hover", m-dropdown-persistent="hover".
- Update Bootstrap Select to the latest version v1.13.0-beta.
- Update Lineawesome to the latest version.
- mDatatable local data source search method now support multi values by passing array: datatable.search(['search', 'values'], ColumnName);.
- mDatatable add class option to the individual column.
- mDatatable inherit row <tr> properties from HTML table.
- mDatatable add option for remote data request timeout.
- Angular conf file tools/conf/angular.json has been renamed to tools/conf/angular-jquery.json.
- Added manualStepForward parameter for mWizard plugin to control step forward on step number click.
- Footer menu optimizations on mobile view for all demos.
- Enable ajax request fire timeout parameter requestTimeout for mQuicksearch plugin.
Fixes
- mDatatable width overflow issue for demo 2, demo 5, demo 8 and demo 10
- mDatatable fix local sort not working at initial load.
- mDatatable fix getPageSize API returning not correct selected value.
- mDatatable fix hidden locked columns.
- mDatatable fix resize after hide columns.
- mDatatable fix sort API, missing param sort type.
- mDatatable fix from calling remote when server filtering is disabled.
- mDatatable fix sort arrow not displayed for right aligned column.
- mDatatable fix auto hide column with wrong header title.
- Fix left aside menu collapse/expand event to fix redraw mDatatable layout.
- gulp fix jquery-ui to include missing assets in the bundle.
- Metronic custom alert close icon padding fix.
- Metronic custom dropdown navigation section margin improvement.
- Enable document scrolling when Sweetalert2 launched.
- The page title and breadcrumbs are not shown on mobile when fluid page layout is activated for all demos.
- Form Wizard 2 demo's progress bar issue.
- Modal z-index issue when page loader(splash) is activated.
- Bootstrap Select's data-size HTML parameter issue.
- Metronic custom alert close icon padding fix.
- Mobile mode breakpoint changed from 992px to 1024px to enable mobile view for ipad portrait mode.
New
- New Demo 8. Preview here.
- New Demo 9. Preview here.
- New Demo 10. Preview here.
- New Invoice v1. Preview here.
- New Invoice v2. Preview here.
Updates & Improvements
- Updated to the latest Bootstrap 4 Stable. See the changelog for more info.
- Upgrade to Angular v5.2.0.
Fixes
- Remove duplicate double quotes for timeline-2 component
- Fix duplicate include fullcalendar plugin in Angular.
- Right aside issue in Demo2 and Demo 5.
- Window resize handler optimization.
- Background color issue for focus state of outline buttons.
- Left aside menu scrollbar height autocalculate issue.
- Summernote editor toolbar's z-index issue.
- Summernote font styles(bold, italic) do not work.
- mDatatable reset scroll position after content changed.
- mDatatable fix local HTML table search by column name.
- mDatatable for local HTML table, removed span tag from data source.
- mDatatable display spinner on every AJAX request.
- mDatatable fix error message position display.
- mDatatable fix row details does not show the correct title on expand.
- mDatatable Disable autoHide for locked columns table.
- mDatatable trim extracted html-table values.