Skip to content

Commit

Permalink
2.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCanuck committed Feb 10, 2022
2 parents 1f56f6c + e0f77e1 commit cc58876
Show file tree
Hide file tree
Showing 7 changed files with 1,001 additions and 932 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The following is a curated list of changes in the Enact sandstone module, newest changes on the top.

## [2.0.6] - 2022-02-10

### Fixed

- `sandstone/VirtualList` to scroll properly by hover after changing `dataSize` when `hoverToScroll` is `true`

## [2.0.5] - 2021-12-15

### Fixed
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/sandstone",
"version": "2.0.5",
"version": "2.0.6",
"description": "Large-screen/TV support library for Enact, containing a variety of UI components.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,11 +37,11 @@
"extends": "enact-proxy/strict"
},
"dependencies": {
"@enact/core": "^4.0.8",
"@enact/i18n": "^4.0.8",
"@enact/spotlight": "^4.0.8",
"@enact/ui": "^4.0.8",
"@enact/webos": "^4.0.8",
"@enact/core": "^4.0.9",
"@enact/i18n": "^4.0.9",
"@enact/spotlight": "^4.0.9",
"@enact/ui": "^4.0.9",
"@enact/webos": "^4.0.9",
"classnames": "^2.2.5",
"invariant": "^2.2.2",
"prop-types": "^15.7.2",
Expand Down
Loading

0 comments on commit cc58876

Please sign in to comment.