Menu

Contents

Buy now

Changelog

v3.0.0 - August 31, 2022

  • New
    Completely new design inspired by Material You by Google. We had rebuilt Around from scratch to be more visually appealing and technically advanced.
    • New design system
    • Light / Dark mode
    • Even more components to choose from
    • Latest plugins and libraries under the hood (including latest Bootstrap)
    • Theme styles fully support CSS custom properties (aka variables) on all levels: global - colors, typography, etc.; local - component scope variables
  • New
    Added Customizer to the demo site. It allows to manipulate the appearance of the theme in real time, namely:
    • Change any brand color: Primary, Warning, Info, Success, Danger
    • Change font family, typography sizes
    • Change border width, rounding, etc.
    • Copy generated styles to clipboard and apply them to the user's website based on Around
  • UpdatedDocumentation

v2.4.0 - August 19, 2021

  • NewLoading placeholders component page
  • UpdatedPlugins and libraries to latest versions including Bootstrap to v5.1.0
  • UpdatedNavbar component page. Added mobile offcanvas menu example

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
  • UpdatedPlugins and libraries to latest versions including Bootstrap to v5.0.2
  • FixedAccount dropdown position
  • FixedAccordion component styles

v2.2.0 - May 24, 2021

  • UpdatedBootstrap to version 5.0.1
  • UpdatedAll plugins, npm modules and dependencies to latest versions
  • FixedCustom components compatibility issues with latest Bootstrap

v2.1.0 - April 29, 2021

  • NewOffcanvas component page
  • UpdatedBootstrap to version 5.0.0-beta3
  • UpdatedAll 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
  • FixedComponents 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
  • NewOffcanvas component that replaced the old one
  • UpdatedAll plugins, npm modules and dependencies to latest versions
  • UpdatedDocumentation
  • FixedMinor bug fixes and improvements

v1.2.0 - December 08, 2020

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

v1.1.1 - October 02, 2020

  • UpdatedNpm dependencies and vendor plugins to latest versions
  • UpdatedSCSS: Moved Date / Time picker component styles from _forms.scss to separate _date-picker.scss file
  • UpdatedSlightly improved Gulpfile.js
  • FixedParallax bug on Safari / Mac OS
  • FixedDate / Time Picker bug that cuts Saturday off
  • FixedDocumentation errors and typos

v1.1.0 - August 10, 2020

  • New
    Digital Marketing & SEO Demo
  • Updated
    Web Temaplate Presentation (Hero section)
  • 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
  • UpdatedVendor plugins to latest versions, including Bootstrap to 4.5.2
  • UpdatedNode modules to latest versions
  • Updated
    Documentation:
    • Added new section Navbar / Footer variants (Pug)
    • Added Changelog section
    • Fixed section Installing Vendor plugins with npm and Gulp
    • Fixed markup of some Copmponents
  • UpdatedSketch 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
  • FixedMinor bug fixes and improvements

v1.0.0 - June 9, 2020

  • Initial release