Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Oct 8, 2024
2 parents 9b1419e + d6d9828 commit b10fe56
Show file tree
Hide file tree
Showing 26 changed files with 1,192 additions and 40,964 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [unreleased]
## [3.0.0-alpha.2] - 2024-10-08

### Added

Expand All @@ -24,6 +24,39 @@ The following is a curated list of changes in the Enact sandstone module, newest
- `sandstone/Steps` prop `size` to accept number type
- `sandstone/VideoPlayer` to show only the mini feedback when pressing play/pause key

## [2.9.2] - 2024-09-26

### Fixed

- `sandstone/Panels.Header` to show title and subtitle properly in `sandstone/WizardPanels`
- `sandstone/Scroller` to show scroll indicator when `focusableScrollbar` prop is `true`

## [2.9.1] - 2024-09-09

### Added

- `sandstone/Alert` public class names `alert`, `content`, `fullscreen`, and `title`
- `sandstone/Steps` prop `highlightCurrentOnly` to highlight and scale only the current step

### Changed

- `sandstone/Icon` supported icon list, adding new icons

### Fixed

- `sandstone/Scroller`, `sandstone/Slider`, and `sandstone/VirtualList` to have default prop when `undefined` prop is passed
- `sandstone/Steps` prop `size` to accept number type

## [2.7.18] - 2024-09-05

### Added

- `sandstone/Alert` public class names `alert`, `content`, `fullscreen`, and `title`

### Changed

- `sandstone/Icon` supported icon list, adding new icons

## [2.9.0] - 2024-07-17

### Added
Expand Down
179 changes: 61 additions & 118 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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "Large-screen/TV support library for Enact, containing a variety of UI components.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,11 +42,11 @@
"extends": "enact-proxy/strict"
},
"dependencies": {
"@enact/core": "^5.0.0-alpha.1",
"@enact/i18n": "^5.0.0-alpha.1",
"@enact/spotlight": "^5.0.0-alpha.1",
"@enact/ui": "^5.0.0-alpha.1",
"@enact/webos": "^5.0.0-alpha.1",
"@enact/core": "^5.0.0-alpha.2",
"@enact/i18n": "^5.0.0-alpha.2",
"@enact/spotlight": "^5.0.0-alpha.2",
"@enact/ui": "^5.0.0-alpha.2",
"@enact/webos": "^5.0.0-alpha.2",
"classnames": "^2.5.1",
"invariant": "^2.2.4",
"prop-types": "^15.8.1",
Expand Down
8 changes: 4 additions & 4 deletions samples/event-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"theme": "sandstone"
},
"dependencies": {
"@enact/core": "^5.0.0-alpha.1",
"@enact/i18n": "^5.0.0-alpha.1",
"@enact/core": "^5.0.0-alpha.2",
"@enact/i18n": "^5.0.0-alpha.2",
"@enact/sandstone": "../../",
"@enact/spotlight": "^5.0.0-alpha.1",
"@enact/ui": "^5.0.0-alpha.1",
"@enact/spotlight": "^5.0.0-alpha.2",
"@enact/ui": "^5.0.0-alpha.2",
"ilib": "^14.20.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit b10fe56

Please sign in to comment.