Skip to content

Commit a27da71

Browse files
Menrathabias
authored andcommitted
issue-119: make the back-to-top JS vanilla ES6 (jQuery free)
1 parent 0eaa438 commit a27da71

File tree

4 files changed

+81
-100
lines changed

4 files changed

+81
-100
lines changed

CHANGES.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changes
66

77
### Unreleased
88

9+
* 2024-11-23 - Improvement: Make back-to-top button jQuery-free, resolves #119.
910
* 2024-11-11 - Release: Add ssystems GmbH to the list of maintainers in README.md.
1011

1112
### v4.5-r2
@@ -78,7 +79,7 @@ Changes
7879
* 2024-07-04 - Upgrade: Fix Behat tests which broke due to the introduction of section pages in Moodle core.
7980
* 2024-07-04 - Upgrade: Adopt changes in boostnavbar.php from Boost core.
8081
* 2024-07-04 - Upgrade: Fix Behat tests which broke due to changes in the section naming in Moodle core.
81-
* 2024-07-04 - Upgrade: Adapt a Behat test as planned regarding the new theme selector in Moodle core.
82+
* 2024-07-04 - Upgrade: Adapt a Behat test as planned regarding the new theme selector in Moodle core.
8283
* 2024-07-04 - Upgrade: Fix Behat tests which broke due to changes on the MyCourses page in Moodle core.
8384
* 2024-06-25 - Upgrade: Adopt and handle core changes for the footersuppressstandardfooter_* settings, moving from callback functions to hooks.
8485
* 2024-06-19 - Upgrade: Adopt changes in event-list-item.mustache from block_timeline in core.
@@ -87,15 +88,15 @@ Changes
8788
* 2024-06-19 - Upgrade: Adopt changes in navbar.mustache from Boost core.
8889
* 2024-06-01 - Prepare compatibility for Moodle 4.4.
8990

90-
### v4.3-r15
91+
### v4.3-r15
9192

9293
* 2024-07-11 - Bugfix: Allow external SCSS to use SCSS variables by disabling the SCSS validation, resolves #683.
9394
* 2024-06-23 - Upstream change: Adopt change in view-chards.mustache from MDL-70829.
9495
* 2024-06-18 - Release: Let codechecker ignore some sniffs in the language pack.
9596
* 2024-06-13 - Cleanup: Change @codingStandardsIgnore tags to phpcs:disable, resolves #676.
9697
* 2024-06-12 - Cleanup: Fix CSS warnings in external SCSS tests, resolves #674.
9798

98-
### v4.3-r14
99+
### v4.3-r14
99100

100101
* 2024-06-10 - Cleanup: Introduce a dedicated Behat step to deactivate and activate debugging, resolves #670.
101102
* 2024-05-05 - Cleanup: Fix 'Implicitly marking a parameter as nullable is deprecated since PHP 8.4' codechecker warning, resolves #667.

amd/build/backtotopbutton.min.js

+1-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/backtotopbutton.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)