Skip to content

Commit a00bce4

Browse files
committed
fix(deps): update @todovue/tv-scroll-top to version 1.0.4
1 parent c1901e8 commit a00bce4

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Updated `@todovue/tv-footer` to version `1.1.2`.
1414
- Updated `@todovue/tv-menu` to version `1.1.5`.
1515
- Updated `@todovue/tv-article` to version `1.3.5`.
16+
- Updated `@todovue/tv-scroll-top` to version `1.0.4`.
1617

1718
## [0.1.3] - 2026-01-28
1819

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@todovue/tv-pagination": "^1.1.4",
8282
"@todovue/tv-progress-bar": "^1.1.2",
8383
"@todovue/tv-relative-time": "^1.3.1",
84-
"@todovue/tv-scroll-top": "^1.0.3",
84+
"@todovue/tv-scroll-top": "^1.0.4",
8585
"@todovue/tv-search": "^1.2.1",
8686
"@todovue/tv-settings": "^1.0.4",
8787
"@todovue/tv-sidebar": "^2.2.2",

public/demos/tv-scroll-top/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to `@todovue/tv-scroll-top` will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.4] - 2026-01-30
9+
10+
### Changed
11+
- Removed the unnecessary visibility toggle functionality during page scrolling.
12+
813
## [1.0.3] - 2026-01-27
914

1015
### Changed
@@ -64,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6469
- CommonJS build for compatibility
6570
- Comprehensive documentation and examples
6671

72+
[1.0.4]: https://github.com/TODOvue/tv-scroll-top/pull/4/files
6773
[1.0.3]: https://github.com/TODOvue/tv-scroll-top/pull/3/files
6874
[1.0.2]: https://github.com/TODOvue/tv-scroll-top/pull/2/files
6975
[1.0.0]: https://github.com/TODOvue/tv-scroll-top/pull/1/files

0 commit comments

Comments
 (0)