diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f85f0c..c300d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v3.0.1](https://www.npmjs.com/package/@murtuzaalisurti/back-to-top/v/3.0.1) + +### Improvements + +- fix: add display none to fallback element to prevent style override (hidden attribute gets overridden by display flex). - 9a3fc89 +- fix: supports class `back-to-top-fallback` for the fallback element selection. - 2df7e06 + +```html + + back-to-top + + +``` + ## [v3.0.0](https://www.npmjs.com/package/@murtuzaalisurti/back-to-top/v/3.0.0) ### Added diff --git a/README.md b/README.md index 89def9c..b2eb475 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A `` button web component with throttle support. Fallbacks to ancho ```html - back-to-top + back-to-top