Skip to content

Commit

Permalink
4.5.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Mar 13, 2024
2 parents ae35469 + 6d88968 commit 7ddbee8
Show file tree
Hide file tree
Showing 31 changed files with 87,706 additions and 98,593 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [4.5.6] - 2024-03-14

No significant changes.

## [4.5.5] - 2024-01-08

No significant changes.
Expand Down
4 changes: 2 additions & 2 deletions GridListImageItem/GridListImageItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @example
* <GridListImageItem
* caption="image0"
* source="http://via.placeholder.com/100x100/9037ab/ffffff/png?text=Image0"
* source="https://placehold.co/100x100/9037ab/ffffff/png?text=Image0"
* subCaption="sub-image0"
* />
*
Expand Down Expand Up @@ -174,7 +174,7 @@ const GridListImageItemDecorator = compose(
* ```
* <GridListImageItem
* caption="image0"
* source="http://via.placeholder.com/300x300/9037ab/ffffff/png?text=Image0"
* source="https://placehold.co/300x300/9037ab/ffffff/png?text=Image0"
* subCaption="sub-image0"
* />
* ```
Expand Down
2 changes: 1 addition & 1 deletion Panels/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const HeaderBase = kind({
* Determines what triggers the header content to start its animation.
*
* @type {('focus'|'hover'|'render')}
* @default 'hover'
* @default 'render'
* @public
*/
marqueeOn: PropTypes.oneOf(['focus', 'hover', 'render']),
Expand Down
2 changes: 1 addition & 1 deletion UiRadioDecorator/UiRadioControllerDecorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const RadioContext = createContext();
/**
* A higher-order component that establishes a radio group context for its descendants.
*
* Any descendants that are wrapped by {@link moonstone/UiRadioDecorator.UiRadioDecorator} will be mutually exclusive.
* Any descendants that are wrapped by {@link moonstone/UiRadioDecorator.RadioDecorator} will be mutually exclusive.
*
* @class RadioControllerDecorator
* @memberof moonstone/UiRadioDecorator
Expand Down
2 changes: 1 addition & 1 deletion UiToggleItem/UiToggleItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ToggleItemBase = kind({
*
* This component receives the `selected` prop and value,
* and must therefore respond to it in some way. It is recommended to use
* {@link moonstone/UiToggleIcon|ToggleIcon} for this.
* {@link moonstone/ToggleIcon|ToggleIcon} for this.
*
* @type {Component|Element}
* @required
Expand Down
2 changes: 1 addition & 1 deletion UiVirtualList/UiVirtualListBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ const VirtualListBaseFactory = (type) => {

/**
* A basic base component for
* {@link moonstone/UiVirtualList.VirtualList|VirtualList} and {@link moonstone/UiVirtualList.VirtualGridList|VirtualGridList}.
* {@link moonstone/VirtualList.VirtualList|VirtualList} and {@link moonstone/VirtualList.VirtualGridList|VirtualGridList}.
*
* @class VirtualListBase
* @memberof moonstone/UiVirtualList
Expand Down
Loading

0 comments on commit 7ddbee8

Please sign in to comment.