Skip to content

Commit

Permalink
Release: Scroll To Top Button v12.0.0*
Browse files Browse the repository at this point in the history
* Highlights:

Breaking changes:
– The way the on-page button(s) loads some helper files, such as jQuery and jQuery plugins, has been improved to avoid conflicts with page's own jQuery and/or other scripts.

Fixed:
– The button(s) wouldn't work in Firefox on some sites/sometimes.

  > Issue reported by gomers. via email.
  >
  > Thank you for recording it on video!
  • Loading branch information
PoziWorld committed Jan 9, 2023
1 parent c2cd0d6 commit 9f799ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions HISTORY.md
Expand Up @@ -6,6 +6,22 @@
> [Become a patron](https://www.patreon.com/bePatron?c=1906606)
## v12.0.0

### Breaking changes

* The way the on-page button(s) loads some helper files, such as jQuery and jQuery plugins, has been improved to avoid conflicts with page's own jQuery and/or other scripts.

### Fixed

* The button(s) wouldn't work in Firefox on some sites/sometimes.

> Issue reported by gomers. via email.
>
> Thank you for recording it on video!
---

## v11.2.0

### New
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "scroll-to-top-button",
"version": "11.2.0",
"version": "12.0.0",
"description": "Scroll To Top Button is a browser extension (add-on) for the Google Chrome, Mozilla Firefox, Microsoft Edge, Opera, Brave, and some Chromium-based browsers. Scroll To Top Button allows you to quickly get back to the top and/or bottom of a page.",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --mode development --progress",
Expand Down

0 comments on commit 9f799ad

Please sign in to comment.