Changelog

v2.0.0 –  February 23, 2021

  • New
    Rebuilt ws7 core to fully support Bootstrap v5.0.0-beta2
    • Dropped jQuery entirely. Redesigned ws7 JS to be modular (ES6 modules) and library agnostic.
    • Renamed custom CSS classes to follow the Bootstrap 5 naming
    • Rewrote ws7 utility classes to support new Bootstrap 5 Utility API
    • No longer supports IE <=11
  • New
    Off-canvas 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 ws7.
  • 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