Changelog

v2.4.0 –  August 19, 2021

  • New
    Loading placeholders component page. View demo
  • Updated
    Plugins and libraries to latest versions including Bootstrap to v5.1.0
  • Updated
    Navbar component page. Added mobile offcanvas menu example. See here

v2.3.0 –  July 6, 2021

  • Updated
    Node.js to latest version 16x. Switched from deprecated node-sass to dart-sass. Replaced all cases of division / with multiplication * inside SCSS code.
  • Updated
    Plugins and libraries to latest versions including Bootstrap to v5.0.2
  • Fixed
    Account dropdown position.
  • Fixed
    Accordion component styles.

v2.2.0 –  May 24, 2021

  • Updated
    Bootstrap to version 5.0.1
  • Updated
    All plugins, npm modules and dependencies to latest versions
  • Fixed
    Custom components compatibility issues with latest Bootstrap.

v2.1.0 –  April 29, 2021

  • New
    Offcanvas component page. View demo
  • Updated
    Bootstrap to version 5.0.0-beta3
  • Updated
    All plugins, npm modules and dependencies to latest versions
  • Fixed
    Compatibility issue with new Bootstrap Offcanvas component. NOTE changes in class names, previously offcanvas-cap used as offcanvas header and footer. Now offcanvas-header, offcanvas-footer.
  • Fixed
    Components documentation

v2.0.0 –  February 23, 2021

  • New
    Rebuilt Around core to fully support Bootstrap v5.0.0-beta2
    • Dropped jQuery entirely. Redesigned Around JS to be modular (ES6 modules) and library agnostic.
    • Renamed custom CSS classes to follow the Bootstrap 5 naming
    • Rewrote Around utility classes to support new Bootstrap 5 Utility API
    • No longer supports IE <=11
  • New
    Offcanvas component that replaced the old one
  • Updated
    All plugins, npm modules and dependencies to latest versions
  • Updated
    Documentation
  • Fixed
    Minor bug fixes and improvements

v1.2.0 –  December 08, 2020

  • New
    Food Blog Demo. View demo
  • New
    Personal Portfolio Demo. View demo
  • Updated
    Npm dependencies and vendor plugins to latest versions including Bootstrap to 4.5.3.
  • Updated
    Documentation article "UI icons (Icon font)". Added instructions of how to add new icons to the icon font that comes with Around.
  • Updated
    Navbar Brand textual styles to match brand image

v1.1.1 –  October 02, 2020

  • Updated
    Npm dependencies and vendor plugins to latest versions.
  • Updated
    SCSS: Moved Date / Time picker component styles from _forms.scss to separate _date-picker.scss file
  • Updated
    Slightly improved Gulpfile.js
  • Fixed
    Parallax bug on Safari / Mac OS
  • Fixed
    Date / Time Picker bug that cuts Saturday off
  • Fixed
    Documentation errors and typos

v1.1.0 –  August 10, 2020

  • New
    Digital Marketing & SEO Demo. View demo
  • Updated
    Web Temaplate Presentation (Hero section). View demo
  • Updated
    Added support for Responsive Font Sizes implemented in Bootstrap 4.3+. It's enabled by default. But you can disable it in src/scss/helpers/_variables.scss by setting $enable-responsive-fss variable to false.
  • Updated
    Vendor plugins to latest versions, including Bootstrap to 4.5.2
  • Updated
    Node modules to latest versions
  • Updated
    Documentation:
  • Updated
    Sketch file: Added the mockup of new demo
  • Fixed
    Removed btn-like, btn-dislike styling dependency from cs-product-review. Removed cs-product-review CSS class altogether due to its redundancy
  • Fixed
    Minor bug fixes and improvements

v1.0.0 –  June 9, 2020

  • Initial release
Top