Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Releases: marcop135/bullframe.css

Minor improvements

23 Feb 14:24
Compare
Choose a tag to compare
  • updated all npm dependencies
  • fixed typos in README.md

npm updates

31 Aug 19:58
Compare
Choose a tag to compare
  • Updated all npm dependencies
  • Improved documentation

System default mode

30 Aug 16:45
Compare
Choose a tag to compare
  • Replaced dark-prefers mode with system-default with no breaking changes.
  • Updated .browserlistrc
  • Cleaned up and improved README.md

Small fixes

12 Aug 09:38
Compare
Choose a tag to compare
  • Updated .browserlistrc
  • Updated package.json description and tags

v4

11 Aug 17:12
Compare
Choose a tag to compare
v4
  • [breaking changes] Dropped support for I8, IE9, and IE10 💥
  • [breaking changes] Upgraded all npm packages to minor and major latest versions (e.g. gulp-sass v5 now in use)
  • Cleaned up README.md and index.html
  • Removed dead code

Upgrade gulp plugins

26 Jun 16:15
Compare
Choose a tag to compare
  • a6a9ecc [ENH] Upgrade cssnano, autoprefixer and postcss gulp plugins to latest major versions

Fixes

22 Jun 19:20
Compare
Choose a tag to compare
  • [bug fixes] Add missing compiled CSS files

Revert + Skypack

22 Jun 19:20
Compare
Choose a tag to compare
  • [breaking changes] Revert html/body height and body min-height to auto (default value) to avoid web app scrollbar issues
  • Add support for Skypack CDN
  • Add Synk vuln badge in README.md

Bug fixes and tiny improvements

24 Apr 11:01
Compare
Choose a tag to compare
  • [breaking changes] Set html/body height and body min-height to 100% to help with backgrounds and centering (8239677)
  • [bug fixes] Add missing margin/padding spacing utilities to utility-spacing.scss (e1cdf4c)
  • [enhancements] Removed W3C-invalid CSS properties/values from SCSS files (2791b83)
  • [enhancements] Added Sass @debug rule to debugging utility (969fcf3c)

Flexbox and ARIA

16 Mar 11:29
Compare
Choose a tag to compare

9e50563 Added missing no-gutters utility and new flexbox-related ones
0e337c6 Added more flexbox utility classes (flex-wrap and justify-content)
3d83c48 Added missing important to flexbox mixins rulesets
ba95b4a Improved ARIA roles appearance (a11y)
470e47a Removed the tapping delay in IE 10

No breaking changes.