Skip to content

Latest commit

 

History

History
87 lines (73 loc) · 2.65 KB

File metadata and controls

87 lines (73 loc) · 2.65 KB

Changelog

2.0.0-beta.1 (12-07-2025)

✨ Added

  • Added accordion module.

🧹 Changed

  • Replaced Stylus with SCSS.
  • Refactored the grid system to use CSS Grid.
  • Reworked color, transition and animation systems.
  • Fixed various bugs.

🧽 Removed

  • Removed Material Icons support and related variables.
  • Removed bold text from label module.
  • Removed background from blockquote.
  • Removed old test files.
  • Removed sidebar and tabs modules (these did not fit with the CSS only approach).
  • JavaScript dependencies are no longer included in the library.

1.0.0 (01-05-2022)

  • Make .ion- prefix .ke- prefix.
  • Add dropdown support to navigation.
  • Add .btn-outline class.

0.6.0 (03-09-2017)

  • Redo header navigation on small screen sizes.
    • Mobile navs are more compact.
    • Mobile navs have a slide down animation.
    • You can close mobile navs by clicking outside it.
    • Fix issue with header z-index.
  • Remove bottom border on navs by default.
  • Add ability to close sidebar by clicking outside it.
  • Slightly tweak label and tag styles.
  • Add ion-visible util class.
  • Improve text wrapping.
  • Improve header nav toggle button design.
  • Add ion-autowrap class.
  • Fix ion-anchors not wrapping on overflow.
  • Update material icons dependency to v22.

0.5.0 (20-05-2017)

  • Add labels, tags and tabs.
  • Redo typography to make them more generic (the old ones are in the .ion-modern class).
  • Add .ion-modern class, which have more modern looking font.
  • Add new utils (ion-fixed-top, ion-fixed-bottom ...)
  • Extend ion-base to work with more html tags.
  • Add material-icons sizing classes.
  • Add progressbar object.
  • Add support for rtl (right-to-left) languages.

0.4.1 (12-03-2017)

  • Fix button display issues.
  • Fix default notice text being hard to read.

0.4.0 (08-03-2017)

  • Replace the alert module with a notice module.
  • Add ion-visible-sm util class.

0.3.2 (06-02-2017)

  • Add support for multiple navigations.
  • Bug fixes.

0.3.1 (26-01-2017)

  • Change to the MIT license.

0.3.0 (11-01-2017)

  • Changed typography (Awesome Typography).
  • Switched to a 16 column grid.
  • Redo table styles.
  • Add headings and paragraph support in hero (ion-hero-header and ion-hero-paragraph are now removed).
  • Rename ion-btn-x2 to ion-btn-lg
  • Add new components (ion-select).
  • Alerts are no longer fixed by default.

0.2.0 (31-12-2016)

  • Added support for new fonts.
  • Material Icons now comes bundled with the framework.
  • Tweaks to headings and paragraph font sizes.
  • Refactor kernel.js

0.1.1 (30-12-2016)

  • Fix bug where kernel.js would not wait for dom to load.

0.1.0 (29-12-2016)

  • Initial release.