Skip to content

Commit

Permalink
Merge branch 'develop' into feature/WRR-11077
Browse files Browse the repository at this point in the history
  • Loading branch information
juwonjeong committed Dec 2, 2024
2 parents 727ac1d + b2fc7be commit 87dd9a8
Show file tree
Hide file tree
Showing 19 changed files with 669 additions and 1,733 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ about: File a bug report

**Enact version:**

### Application Information
[//]: # (Please provide detailed information about your application. This includes the application name, type, and any other relevant context. Detailed information about your application will help us better understand your situation and assist you more effectively.)

### Reproduction Code
[//]: # (Provide source code that demonstrates the bug.)

### Comments and Screen Shots


### Reproduction Code
[//]: # (Provide source code that demonstrates the bug.)

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ about: Request a new feature or modification of an existing one
### Alternative Approaches
[//]: # (Are there any other solutions you considered? Why were those not acceptable?)

### Application Information
[//]: # (Please provide detailed information about your application. This includes the application name, type, and any other relevant context. Detailed information about your application will help us better understand your situation and assist you more effectively.)

### Comments
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [5.0.0-alpha.3] - 2024-12-02

### Fixed

- `ui/VirtualList` to re-render when the each size of variable sized items changed

## [4.9.4] - 2024-11-19

### Fixed

- `ui/VirtualList` to re-render when the each size of variable sized items changed

## [4.9.3] - 2024-10-29

No significant changes.

## [5.0.0-alpha.2] - 2024-10-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enact",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Monorepo for all Enact front end libraries.",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [5.0.0-alpha.3] - 2024-12-02

No significant changes.

## [4.9.4] - 2024-11-19

No significant changes.

## [4.9.3] - 2024-10-29

No significant changes.

## [5.0.0-alpha.2] - 2024-10-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/core",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [5.0.0-alpha.3] - 2024-12-02

No significant changes.

## [4.9.4] - 2024-11-19

No significant changes.

## [4.9.3] - 2024-10-29

No significant changes.

## [5.0.0-alpha.2] - 2024-10-08

No significant changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enact/i18n",
"main": "./src/index.js",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Internationalization support for Enact using iLib",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
]
},
"dependencies": {
"@enact/core": "^5.0.0-alpha.2",
"@enact/core": "^5.0.0-alpha.3",
"prop-types": "^15.8.1",
"ramda": "^0.30.1",
"react": "^18.3.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/sampler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [5.0.0-alpha.3] - 2024-12-02

No significant changes.

## [4.9.4] - 2024-11-19

No significant changes.

## [4.9.3] - 2024-10-29

No significant changes.

## [5.0.0-alpha.2] - 2024-10-08

No significant changes.
Expand Down
Loading

0 comments on commit 87dd9a8

Please sign in to comment.