(Nov 26th 2020)
- Some fixes and improvements
- Fixed an issue with sidebar in
prefers-reduced-motionmode - Fixed an issue with
.sidebar-rightand fixed footer - A few other fixes
- Fixed an issue with sidebar in
- Updated packages
(Oct 17th 2020)
- Inbox page. It can also be used for helpdesk (ticketing)
- Search results page
- Added
ace-slim.csswhich is a stripped down version of ace.css removing 3rd party plugin styling and some extra functionality - Added
modal-off-{sm|md|lg|xl}classes to disable modal functionality in different screen sizes - Added
pos-fixedandpos-stickyclasses which can be used in combination with positioning classes such as position-tr position-bl etc
- Reverted back to classic Ace layout:
- The default dashboard and layout of Ace
v3.0is now in Dashboard 2- You can still use the
v3.0layout
- You can still use the
- The default dashboard and layout of Ace
- New folder structure:
- Removed
applicationfolder - JS source files are now inside
js - SCSS files are now inside
scss - Handlebars view files are inside
views- The main file of each page or layout is renamed to
#index.hbsand is inside its own specific (partials) folder
- The main file of each page or layout is renamed to
- Sample data files for demo are inside
views/data demo.jsfiles and other files used to run demo and generate static HTML files are insideappfolder
- Removed
- You should add
.bgc-whiteto.main-containerfor a white content area background - You should now add
.align-items-endto.aside-bottom - Renamed _features.scss to ace-features.scss
- Removed ace-font.scss. It was only used during local development of Ace for faster loading of fonts
- Javascript source files are now more modular
- A few fixes and improvements
- Updated packages
(Aug 18th 2020)
- Fixed a
.navbar-fixedissue in boxed layout - Updated packages
(Aug 11th 2020)
- New dashboard and default layout
- New starter (empty) page
- W3C validation
- added
.navbar-links. An example is "Overview", "Orders", etc links in Dashboard 1 navbar - added blurred background option for modals
- added progressbar option for toast elements
- added
imageClassoption for toast elements - added
instantoption for toaster remove/hide functions - added grey scrollbars
- added
autohide: falseoption to always show scrollbars - added
.dropdown-lg,.dropdown-md,.dropdown-xxs,.dropdown-center - added button options
.btn-text-pale,.btn-a-b2,.btn-a-bb2,.btn-a-bt2,.btn-tp - added
.btn-group-faded - added
.dd-appear-centerfor mobile dropdowns - added
nav-tabs-detached.nav-tabs-faded.nav-tabs-staticand.nav-tabs-shadow - added tabs options
.f-n-hover,.f-hoveroptions for dynamic styling - added
.angle-down.angle-up.angle-doubleoptions for custom select boxes - added
.let-expandedoption for sidebar - added
.aside-fs(fullscreen) ,.aside-above-navand.aside-shown-above-navoptions for asides - added
.breadcrumb-nosep - added 5px and 6px border sizing classes such as
.border-l-6 - added *-475 margin and padding classes such as
.pt-475 - added removeFormat toolbar option to Bootstrap Wysiwyg
- added
.bcard.acardclasses for content boxes - added
.sidebar-white4and.sidebar-dark2themes - added
.text-greenand.bgc-orangecolors and its variations - added
.btn-orange - added new color options/examples for Landing Page 1
- added more pricing examples
- Improved color contrasts for better accessibility and general design (See migration)
- ace.css is now compiled to include
.sidebar-darkand.navbar-whitethemes by default (as in default Dashboard page) - renamed
.sidebar-defaultin Dashboard 3 to.sidebar-light - renamed
.navbar-defaultto.navbar-blue - renamed
.navbar-steelblueto.navbar-darkblue - renamed
.navbar-bluetonavbar-skyblue - renamed
.navbar-burlywoodto.navbar-brown - renamed
.navbar-mediumseagreento.navbar-green - renamed
.navbar-darkseagreento.navbar-darkgreen - removed
.sidebar-teal.sidebar-gradient5.navbar-lightyellow.navbar-khaki.navbar-lightslategreythemes - removed
.content-bg1content background color class - removed body background color classes such as
.body- - removed
.navbar-content-section .navbar-inputclass should be added to search input elements in navbar- renamed
.double-caretto.caret-doublefor.ace-selectelements .btn-warninghas dark text color now. For a similar button with white text, you can use.btn-orange- removed
.btn-wide.btn-md.btn-smd.btn-xlgand.btn-vlg. Use padding and font size classes to change button size - removed
.pagination-compact - removed
.nav-tabs-color-blue.tabs-below.page-nav-tabsand.tabs-lg - no need for
.tabs-aboveclass. Tabs are above by default - removed
.b-underline-*.b-hoveredetc - removed
.text-blue2color - darker text colors are now from -d1 to -d4. For example text-secondary-d4
- darker background/border colors are now from -d1 to -d3. For example bgc-green-d3
- removed
.c-pointer. Userole="button"instead - removed
.icon-glossy - removed
.caret-shown.caret-hiddenfor sidebar caret. Used-collapsed/.d-n-collapsedand.d-styleinstead - checkbox can have
.text-95.text-90.text-85.text-80etc classes for smaller check marks - renamed layout-2.hbs etc view files to dashboard-2.hbs etc (inside application/views/default/layouts)
- removed Two menus 2 page
- moved scss files for third party plugins into a separate plugins folder
- Fixed known bugs and made improvements
- Fullcalendar has been updated from v4.x to v5.x and therefore there are some breaking changes
- Smartwizard has a new version (v5.x) but we are currently using v4.x as it's stable and works without problems
- Added search feature for documentation
(May 13th 2020)
- Fixed a selector typo that raised error and led to unwanted issues in some older browsers
- Added a print media query to fix an issue in Firefox
(Apr 12th 2020)
- Updated package.json to make sure jQuery v3.4.1 is installed instead of the newly released v3.5.0 until a fix becomes available. It seems like the new jQuery update has some breaking changes
(Apr 6th 2020)
- Wave ripple effect plugin (see Buttons page)
- Some fixes
(Feb 19th 2020)
- Datetimepicker plugin and example (in Form Elements page)
- Small changes to dashboard's look and feel and some themes
(Feb 3rd 2020)
- Landing Page: Two landing pages and coming soon examples added
- Horizontal Menu
- Submenu on Hover
- Two menu examples
.sidebar-rightto move sidebar to right.navbar-fixed-sm,.navbar-fixed-md,.navbar-fixed-lgto have fixed navbar only on smaller devices
.container-plus: In v2 containers were somewhat wide by default in larger screens.
But now in v2.1 you should add.container-plusto.containerfor that.- Basic
node_modulesfiles to view the demo is included. You still need to runnpm installto be able to customize Ace's JS and CSS
- A few bugs fixed
(Dec 24th 2019)
- Moved from BS3 to BS4
- Major changes needed to upgrade from Ace v1.x to Ace v2.x ... Please see documentation