Skip to content

Releases: twbs/rfs

v8.0.4

08 Apr 12:07
713c118
Compare
Choose a tag to compare
  • Remove unused composer.json (#123)
  • Documentation on browser support (#124)
  • Switch from Travis CI to CircleCI (#125)
  • Update dependencies (#126)
  • Add font-size mixin to less & additional tests (#129)
  • Remove font-size mixin from stylus, it was not possible to use this mixin because it would override the font-size property (#132)

v8.0.3

21 Mar 13:09
4ff2d17
Compare
Choose a tag to compare

Apart a small typo fix, same as the old 8.0.2, after fixing the git history.

See the original release notes from 8.0.2:

Minor release with no new features or bug fixes, just some internal cleanup.

  • Rewrite of the .scss:
    • Created some internal mixins to prevent the duplicate presence of the enable & disable classes code
    • Moved the unit checks outside the rfs mixin
    • Better comments
  • Documentation updates
  • Cleanup test scripts
  • Mocha update
  • Enable linting (xo & stylelint)

v8.0.1

12 Feb 21:42
Compare
Choose a tag to compare

Remove warning if RFS is included more than once. The warning was a bit confusing in Bootstrap, so I removed it in this hotfix. Some minor doc and linting changes are also added in this change.

Ref: twbs/bootstrap#28235

v8.0.0

11 Feb 19:17
Compare
Choose a tag to compare

Usage

  • Use font-size mixin as default. This will be the clearest for those who are not familiar with RFS. rfs and responsive-font-size mixins are kept as aliases.

Configuration changes

  • Renamed $rfs-minimum-font-size to $rfs-base-font-size because technically it's not a minimum font size.
  • Increased default $rfs-base-font-size from 1remto 1.25rem which will prevent unneeded rescaling for smaller font sizes
  • Increased default $rfs-factor from 5to 10 to make sure bigger font size won't cause troubles on smaller viewports.

Build

  • Locations of the files are changed to simplify imports
  • Webpack include examples included

Meta

  • Extended documentation in readme
  • Add husky for managing git hooks
  • Automated testing with mocha

Bootstrap

  • RFS is from now on included in Bootstrap 🎉