Skip to content

Latest commit

 

History

History
130 lines (60 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

130 lines (60 loc) · 4.11 KB

2.0.16 (2024-05-27)

2.0.15 (2024-05-22)

2.0.14 (2023-05-01)

2.0.13 (2023-04-23)

2.0.12 (2023-04-03)

2.0.11 (2023-03-26)

2.0.10 (2023-02-27)

2.0.9 (2023-02-02)

2.0.8 (2022-12-09)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.7 (2022-01-04)

Bug Fixes

  • upgrade packages based on yarn audit (bd84ecc)

2.0.6 (2021-09-06)

Bug Fixes

  • security updates

2.0.5 (2021-02-28)

Bug Fixes

  • security updates

2.0.4 (2021-01-03)

Bug Fixes

  • security updates

2.0.2 (2021-01-03)

Bug Fixes

  • security updates

2.0.1 (2021-01-03)

Bug Fixes

  • security updates

2.0.0 (2021-01-03)

Bug Fixes

  • security updates

2.0.0-alpha.0 (2021-01-03)

⚠ BREAKING CHANGES

  • drop the whole JS API - the package is CSS-only from now on

Features

  • move to css-only implementation (39d99ab)

1.0.1 (2021-01-02)

Bug Fixes

  • security updates

1.0.0 (2020-02-06)

Features

  • Library got stable! 🚀

Bug Fixes

  • security updates

0.5.0 (2020-02-06)

⚠ BREAKING CHANGES

  • .updateStyles method got renamed into .update, also - first argument type now is supposed to be a partial of configuration object
  • createNewChild is no longer exposed - it's part of an private, internal API
  • there is no longer any css file to be included - whole styling is being generated by JS

Features

  • global refactor: make api more consistent & reliable (7522a9f)

Bug Fixes

  • custom className is not always respected in css (52cdcf0)

0.4.1 (2019-11-01)

0.4.0 (2019-10-31)

⚠ BREAKING CHANGES

  • FRSHideScrollbar is now shipped via regular export rather than default one

  • migrate from parcel to microbundle (#13) (3f0bafd)

0.3.1 (2019-10-30)