Skip to content

Commit

Permalink
Merge branch 'v7' into docs/update-angular19
Browse files Browse the repository at this point in the history
  • Loading branch information
Theeraphat-Sorasetsakul authored Dec 20, 2024
2 parents 218f26e + cf8179b commit cf89daa
Show file tree
Hide file tree
Showing 17 changed files with 103 additions and 48 deletions.
11 changes: 11 additions & 0 deletions documents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.12.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-12-20)


### Features

* add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239)





## [7.11.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-11-14)

**Note:** Version bump only for package @refinitiv-ui/docs
Expand Down
6 changes: 3 additions & 3 deletions documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/docs",
"version": "7.11.6",
"version": "7.12.0",
"private": true,
"type": "module",
"description": "Element Framework Documentation",
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"@refinitiv-ui/core": "^7.5.1",
"@refinitiv-ui/elements": "^7.13.6",
"@refinitiv-ui/halo-theme": "^7.5.2",
"@refinitiv-ui/elements": "^7.14.0",
"@refinitiv-ui/halo-theme": "^7.6.0",
"@refinitiv-ui/phrasebook": "^7.1.1",
"@refinitiv-ui/utils": "^7.3.0",
"fast-glob": "^3.2.12"
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/demo-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-12-20)

### Features

- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239)

## [7.1.16](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-11-14)

**Note:** Version bump only for package @refinitiv-ui/demo-block
Expand Down
8 changes: 4 additions & 4 deletions packages/demo-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/demo-block",
"version": "7.1.16",
"version": "7.2.0",
"description": "Demo page handler for Element Framework elements",
"main": "./lib/demo-block.js",
"module": "./lib/demo-block.js",
Expand Down Expand Up @@ -29,9 +29,9 @@
"author": "LSEG",
"license": "Apache-2.0",
"dependencies": {
"@refinitiv-ui/elemental-theme": "^7.5.1",
"@refinitiv-ui/halo-theme": "^7.5.2",
"@refinitiv-ui/solar-theme": "^7.3.3",
"@refinitiv-ui/elemental-theme": "^7.5.2",
"@refinitiv-ui/halo-theme": "^7.6.0",
"@refinitiv-ui/solar-theme": "^7.4.0",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/ds-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 7.1.0 (2024-12-20)

### Features

- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239)
6 changes: 3 additions & 3 deletions packages/ds-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/ds-theme",
"version": "7.0.0",
"version": "7.1.0",
"description": "Design System theme for Element Framework Components",
"author": "LSEG",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -25,12 +25,12 @@
"version": "node ../../scripts/version/index.js"
},
"devDependencies": {
"@refinitiv-ui/theme-compiler": "^7.1.4"
"@refinitiv-ui/theme-compiler": "^7.2.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@refinitiv-ui/halo-theme": "^7.5.1"
"@refinitiv-ui/halo-theme": "^7.6.0"
}
}
4 changes: 4 additions & 0 deletions packages/elemental-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-12-20)

**Note:** Version bump only for package @refinitiv-ui/elemental-theme

## [7.5.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-07-15)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/elemental-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/elemental-theme",
"version": "7.5.1",
"version": "7.5.2",
"description": "Base theme for Element Framework Components",
"author": "LSEG",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"version": "node ../../scripts/version/index.js"
},
"devDependencies": {
"@refinitiv-ui/theme-compiler": "^7.1.4"
"@refinitiv-ui/theme-compiler": "^7.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.14.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-12-20)

### Features

- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239)

## [7.13.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-11-14)

**Note:** Version bump only for package @refinitiv-ui/elements
Expand Down
10 changes: 5 additions & 5 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/elements",
"version": "7.13.6",
"version": "7.14.0",
"description": "Element Framework Elements",
"author": "LSEG",
"license": "Apache-2.0",
Expand Down Expand Up @@ -458,9 +458,9 @@
},
"dependencies": {
"@lit-labs/context": "^0.3.1",
"@refinitiv-ui/halo-theme": "^7.5.2",
"@refinitiv-ui/solar-theme": "^7.3.3",
"@refinitiv-ui/ds-theme": "^7.0.0",
"@refinitiv-ui/ds-theme": "^7.1.0",
"@refinitiv-ui/halo-theme": "^7.6.0",
"@refinitiv-ui/solar-theme": "^7.4.0",
"chart.js": "^4.4.2",
"chartjs-adapter-date-fns": "^3.0.0",
"d3-interpolate": "^3.0.1",
Expand All @@ -471,7 +471,7 @@
},
"devDependencies": {
"@refinitiv-ui/core": "^7.5.1",
"@refinitiv-ui/demo-block": "^7.1.16",
"@refinitiv-ui/demo-block": "^7.2.0",
"@refinitiv-ui/i18n": "^7.1.5",
"@refinitiv-ui/phrasebook": "^7.1.1",
"@refinitiv-ui/test-helpers": "^7.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/halo-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.6.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-12-20)

### Features

- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239)

## [7.5.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-11-14)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/halo-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/halo-theme",
"version": "7.5.2",
"version": "7.6.0",
"description": "Official theme for LSEG Workspace",
"author": "LSEG",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -25,10 +25,10 @@
"version": "node ../../scripts/version/index.js"
},
"dependencies": {
"@refinitiv-ui/elemental-theme": "^7.5.1"
"@refinitiv-ui/elemental-theme": "^7.5.2"
},
"devDependencies": {
"@refinitiv-ui/theme-compiler": "^7.1.4"
"@refinitiv-ui/theme-compiler": "^7.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/solar-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-12-20)

### Features

- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239)

## [7.3.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-07-15)

**Note:** Version bump only for package @refinitiv-ui/solar-theme
Expand Down
6 changes: 3 additions & 3 deletions packages/solar-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/solar-theme",
"version": "7.3.3",
"version": "7.4.0",
"description": "Solar theme for the Element Framework",
"author": "LSEG",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -25,10 +25,10 @@
"version": "node ../../scripts/version/index.js"
},
"dependencies": {
"@refinitiv-ui/elemental-theme": "^7.5.1"
"@refinitiv-ui/elemental-theme": "^7.5.2"
},
"devDependencies": {
"@refinitiv-ui/theme-compiler": "^7.1.4"
"@refinitiv-ui/theme-compiler": "^7.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/theme-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-12-20)

### Features

- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239)

## [7.1.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-01-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/theme-compiler",
"version": "7.1.4",
"version": "7.2.0",
"description": "Compiles Element Framework themes into usable JavaScript",
"author": "LSEG",
"license": "Apache-2.0",
Expand Down

0 comments on commit cf89daa

Please sign in to comment.