Skip to content

Commit

Permalink
add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hong6316 committed Mar 28, 2024
1 parent 9015baa commit 72b1ace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The following is a curated list of changes in the Enact ui module, newest change

## [unreleased]

### Fixed

- `ui/Marquee.MarqueeDecorator` to not error when unit tests with `direction` module.

### Added

- `ui/Layout.Cell` prop `componentCss` to support customizing the component used in `Cell`
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/Marquee/MarqueeDecorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import componentCss from './Marquee.module.less';
// The minimum number of milliseconds to wait before resetting the marquee position after it finishes.
const MINIMUM_MARQUEE_RESET_DELAY = 40;

// This regex pattern is used by the {@link ui/Marquee.MarqueeDecorator.marqueeDirection} config.
// This regex pattern is used by the {@link ui/Marquee.MarqueeDecorator.defaultConfig.marqueeDirection} config.
// eslint-disable-next-line no-misleading-character-class
const rtlPattern = /^[^A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02B8\u0300-\u0590\u0800-\u1FFF\u200E\u2C00-\uFB1C\uFE00-\uFE6F\uFEFD-\uFFFF]*[\u0591-\u07FF\uFB1D-\uFDFD\uFE70-\uFEFC]/;

Expand Down

0 comments on commit 72b1ace

Please sign in to comment.