Skip to content

Commit 506f502

Browse files
committed
3.2.0 release
2 parents a989233 + 4ad4aed commit 506f502

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+691
-279
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ about: File a bug report
66

77
### Category
88

9-
[ ] Rendering issue
10-
[ ] Crash/Exception
11-
[ ] Console error or warning
12-
[ ] CLI issue
13-
[ ] Other
9+
* [ ] Rendering issue
10+
* [ ] Crash/Exception
11+
* [ ] Console error or warning
12+
* [ ] CLI issue
13+
* [ ] Other
1414

1515
### Description
1616
[//]: # (Describe the bug. Explain what happened and what you expected to happen.)

.github/ISSUE_TEMPLATE/FEATURE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ about: Request a new feature or modification of an existing one
66

77
### Category
88

9-
[ ] New component
10-
[ ] New feature for existing component
11-
[ ] Modification of existing component or feature
12-
[ ] Other
9+
* [ ] New component
10+
* [ ] New feature for existing component
11+
* [ ] Modification of existing component or feature
12+
* [ ] Other
1313

1414
### Description
1515
[//]: # (Describe the feature and how you expect it to work)
@@ -18,4 +18,3 @@ about: Request a new feature or modification of an existing one
1818
[//]: # (Are there any other solutions you considered? Why were those not acceptable?)
1919

2020
### Comments
21-

.github/ISSUE_TEMPLATE/SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 😵 Support
3-
about: Please use our gitter or StackOverflow
3+
about: Please use our Gitter or StackOverflow
44

55
---
66

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
The following is a curated list of changes in the Enact project, newest changes on the top.
44

5+
## [3.2.0] - 2019-10-18
6+
7+
### Added
8+
9+
- `moonstone/Icon` icons
10+
- `ui/Marquee` prop `marqueeSpacing` and CSS class `spacing` to configure the spacing between the repeated content
11+
12+
### Changed
13+
14+
- `ilib` peer dependency to `^14.4.0 || ^14.4.0-webostv1` baseline to target support for caching improvements
15+
- `ui/Marquee` to have a wrap-around effect
16+
17+
### Fixed
18+
19+
- `moonstone/Icon` icon sizes
20+
- `moonstone/InputSpotlightDecorator` to not focus when Spotlight is paused
21+
- `ui/Marquee` to start on focus when disabled
22+
523
## [3.1.3] - 2019-10-09
624

725
### Added

docs/migration/enact/migrating-to-enact-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Apps that use `@enact/i18n` must install `ilib` as a dependency. This includes
2121

2222
#### Example
2323
```bash
24-
npm install ilib@^14.2.0 --save
24+
npm install ilib@^14.4.0 --save
2525
```
2626
webOS TV developers can optionally use an alias for `ilib` that will provide the webOS-specific locale data for local development. It is not required as the webOS build tools will automatically provide the correct locale data at build time. Alias support is in `npm` version `6.9.0` or greater.
2727

2828
#### Example
2929
```bash
30-
npm install ilib@ilib-webos-tv@^14.2.0-webostv.1 --save
30+
npm install ilib@ilib-webos-tv@^14.4.0-webostv.1 --save
3131
```
3232

3333
Import references using `@enact/i18n/ilib` must be updated to use `ilib`.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.8.0",
3-
"version": "3.1.3",
3+
"version": "3.2.0",
44
"command": {
55
"bootstrap": {
66
"npmClientArgs": [

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "enact",
3-
"version": "3.1.3",
3+
"version": "3.2.0",
44
"description": "Monorepo for all Enact front end libraries.",
55
"private": true,
66
"scripts": {

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [3.2.0] - 2019-10-18
6+
7+
No significant changes.
8+
59
## [3.1.3] - 2019-10-09
610

711
No significant changes.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enact/core",
3-
"version": "3.1.3",
3+
"version": "3.2.0",
44
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)