diff --git a/documents/CHANGELOG.md b/documents/CHANGELOG.md index 8b7e3ee40e..677491e66b 100644 --- a/documents/CHANGELOG.md +++ b/documents/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@6.5.10...@refinitiv-ui/docs@7.0.0) (2023-06-30) + + +### Features + +* **chart:** create bare entrypoint to reduce bundle size ([#687](https://github.com/Refinitiv/refinitiv-ui/issues/687)) ([7facd35](https://github.com/Refinitiv/refinitiv-ui/commit/7facd356dc2523fc492487f1a66956518350117c)), closes [#691](https://github.com/Refinitiv/refinitiv-ui/issues/691) [#642](https://github.com/Refinitiv/refinitiv-ui/issues/642) [#602](https://github.com/Refinitiv/refinitiv-ui/issues/602) [#655](https://github.com/Refinitiv/refinitiv-ui/issues/655) [#666](https://github.com/Refinitiv/refinitiv-ui/issues/666) +* **docs:** proxy docs through to version branches ([#791](https://github.com/Refinitiv/refinitiv-ui/issues/791)) ([bd9ebc6](https://github.com/Refinitiv/refinitiv-ui/commit/bd9ebc607771a03ec26ad27e32f1b93b06ea10be)) +* **icon:** change element to load svg sprite icon by default ([#758](https://github.com/Refinitiv/refinitiv-ui/issues/758)) ([7b8f8ff](https://github.com/Refinitiv/refinitiv-ui/commit/7b8f8ff611b82a096ec6200c0626704ff3d96bbc)) +* **utils:** add local cache ([#412](https://github.com/Refinitiv/refinitiv-ui/issues/412)) ([785cfd2](https://github.com/Refinitiv/refinitiv-ui/commit/785cfd285ba2535c7487a1674bae4e496f173a28)) + + + + + ## [6.5.10](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@6.5.9...@refinitiv-ui/docs@6.5.10) (2023-06-30) **Note:** Version bump only for package @refinitiv-ui/docs diff --git a/documents/package.json b/documents/package.json index 5ffa740a54..1d513ffb45 100644 --- a/documents/package.json +++ b/documents/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/docs", - "version": "7.0.0-next", + "version": "7.0.0", "private": true, "description": "Element Framework Documentation", "engines": { @@ -33,10 +33,10 @@ "serve": "^14.2.0" }, "dependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2", - "@refinitiv-ui/elements": "^7.0.0-next.2", - "@refinitiv-ui/halo-theme": "^7.0.0-next.2", - "@refinitiv-ui/utils": "^7.0.0-next.2", + "@refinitiv-ui/core": "^7.0.0", + "@refinitiv-ui/elements": "^7.0.0", + "@refinitiv-ui/halo-theme": "^7.0.0", + "@refinitiv-ui/utils": "^7.0.0", "fast-glob": "^3.2.12" } } diff --git a/package-lock.json b/package-lock.json index a1997c2a29..4fe19bfa55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,13 +38,13 @@ }, "documents": { "name": "@refinitiv-ui/docs", - "version": "7.0.0-next", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2", - "@refinitiv-ui/elements": "^7.0.0-next.2", - "@refinitiv-ui/halo-theme": "^7.0.0-next.2", - "@refinitiv-ui/utils": "^7.0.0-next.2", + "@refinitiv-ui/core": "^7.0.0", + "@refinitiv-ui/elements": "^7.0.0", + "@refinitiv-ui/halo-theme": "^7.0.0", + "@refinitiv-ui/utils": "^7.0.0", "fast-glob": "^3.2.12" }, "devDependencies": { @@ -20269,7 +20269,7 @@ }, "packages/configurations": { "name": "@refinitiv-ui/configurations", - "version": "7.0.0-next.3", + "version": "7.0.0", "license": "Apache-2.0", "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.37.0", @@ -20282,7 +20282,7 @@ }, "packages/core": { "name": "@refinitiv-ui/core", - "version": "7.0.0-next.2", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "@juggle/resize-observer": "^3.3.1", @@ -20290,15 +20290,15 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/test-helpers": "^7.0.0-next.2", - "@refinitiv-ui/utils": "^7.0.0-next.2" + "@refinitiv-ui/test-helpers": "^7.0.0", + "@refinitiv-ui/utils": "^7.0.0" }, "peerDependencies": { - "@refinitiv-ui/utils": "^7.0.0-next.2" + "@refinitiv-ui/utils": "^7.0.0" } }, "packages/create-efx": { - "version": "7.0.0-next.3", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "chalk": "^5.2.0", @@ -20354,39 +20354,39 @@ }, "packages/demo-block": { "name": "@refinitiv-ui/demo-block", - "version": "7.0.0-next.3", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.0.0-next.3", - "@refinitiv-ui/halo-theme": "^7.0.0-next.3", - "@refinitiv-ui/solar-theme": "^7.0.0-next.3", + "@refinitiv-ui/elemental-theme": "^7.0.0", + "@refinitiv-ui/halo-theme": "^7.0.0", + "@refinitiv-ui/solar-theme": "^7.0.0", "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2", - "@refinitiv-ui/test-helpers": "^7.0.0-next.2" + "@refinitiv-ui/core": "^7.0.0", + "@refinitiv-ui/test-helpers": "^7.0.0" }, "peerDependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2" + "@refinitiv-ui/core": "^7.0.0" } }, "packages/elemental-theme": { "name": "@refinitiv-ui/elemental-theme", - "version": "7.0.0-next.3", + "version": "7.0.0", "license": "Apache-2.0", "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.0.0-next.3" + "@refinitiv-ui/theme-compiler": "^7.0.0" } }, "packages/elements": { "name": "@refinitiv-ui/elements", - "version": "7.0.0-next.5", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "@lit-labs/context": "^0.3.1", "@refinitiv-ui/browser-sparkline": "1.1.8", - "@refinitiv-ui/halo-theme": "^7.0.0-next.3", - "@refinitiv-ui/solar-theme": "^7.0.0-next.3", + "@refinitiv-ui/halo-theme": "^7.0.0", + "@refinitiv-ui/solar-theme": "^7.0.0", "chart.js": "^4.3.0", "chartjs-adapter-date-fns": "^3.0.0", "d3-interpolate": "^3.0.1", @@ -20395,13 +20395,13 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2", - "@refinitiv-ui/demo-block": "^7.0.0-next.3", - "@refinitiv-ui/i18n": "^7.0.0-next.2", - "@refinitiv-ui/phrasebook": "^7.0.0-next.2", - "@refinitiv-ui/test-helpers": "^7.0.0-next.2", - "@refinitiv-ui/translate": "^7.0.0-next.3", - "@refinitiv-ui/utils": "^7.0.0-next.2", + "@refinitiv-ui/core": "^7.0.0", + "@refinitiv-ui/demo-block": "^7.0.0", + "@refinitiv-ui/i18n": "^7.0.0", + "@refinitiv-ui/phrasebook": "^7.0.0", + "@refinitiv-ui/test-helpers": "^7.0.0", + "@refinitiv-ui/translate": "^7.0.0", + "@refinitiv-ui/utils": "^7.0.0", "@types/d3-interpolate": "^3.0.1" }, "engines": { @@ -20409,27 +20409,27 @@ "npm": ">=8.0.0" }, "peerDependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2", - "@refinitiv-ui/i18n": "^7.0.0-next.2", - "@refinitiv-ui/phrasebook": "^7.0.0-next.2", - "@refinitiv-ui/translate": "^7.0.0-next.3", - "@refinitiv-ui/utils": "^7.0.0-next.2" + "@refinitiv-ui/core": "^7.0.0", + "@refinitiv-ui/i18n": "^7.0.0", + "@refinitiv-ui/phrasebook": "^7.0.0", + "@refinitiv-ui/translate": "^7.0.0", + "@refinitiv-ui/utils": "^7.0.0" } }, "packages/halo-theme": { "name": "@refinitiv-ui/halo-theme", - "version": "7.0.0-next.3", + "version": "7.0.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.0.0-next.3" + "@refinitiv-ui/elemental-theme": "^7.0.0" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.0.0-next.3" + "@refinitiv-ui/theme-compiler": "^7.0.0" } }, "packages/i18n": { "name": "@refinitiv-ui/i18n", - "version": "7.0.0-next.2", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "@formatjs/ecma402-abstract": "1.14.3", @@ -20439,16 +20439,16 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/phrasebook": "^7.0.0-next.2", - "@refinitiv-ui/test-helpers": "^7.0.0-next.2" + "@refinitiv-ui/phrasebook": "^7.0.0", + "@refinitiv-ui/test-helpers": "^7.0.0" }, "peerDependencies": { - "@refinitiv-ui/phrasebook": "^7.0.0-next.2" + "@refinitiv-ui/phrasebook": "^7.0.0" } }, "packages/phrasebook": { "name": "@refinitiv-ui/phrasebook", - "version": "7.0.0-next.2", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.1" @@ -20461,18 +20461,18 @@ }, "packages/solar-theme": { "name": "@refinitiv-ui/solar-theme", - "version": "7.0.0-next.3", + "version": "7.0.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.0.0-next.3" + "@refinitiv-ui/elemental-theme": "^7.0.0" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.0.0-next.3" + "@refinitiv-ui/theme-compiler": "^7.0.0" } }, "packages/test-helpers": { "name": "@refinitiv-ui/test-helpers", - "version": "7.0.0-next.2", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "@open-wc/testing": "^3.1.7", @@ -20482,7 +20482,7 @@ }, "packages/theme-compiler": { "name": "@refinitiv-ui/theme-compiler", - "version": "7.0.0-next.3", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "autoprefixer": "^10.4.2", @@ -20546,26 +20546,26 @@ }, "packages/translate": { "name": "@refinitiv-ui/translate", - "version": "7.0.0-next.3", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "lit": "^2.2.7", "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2", - "@refinitiv-ui/i18n": "^7.0.0-next.2", - "@refinitiv-ui/phrasebook": "^7.0.0-next.2", - "@refinitiv-ui/test-helpers": "^7.0.0-next.2" + "@refinitiv-ui/core": "^7.0.0", + "@refinitiv-ui/i18n": "^7.0.0", + "@refinitiv-ui/phrasebook": "^7.0.0", + "@refinitiv-ui/test-helpers": "^7.0.0" }, "peerDependencies": { - "@refinitiv-ui/i18n": "^7.0.0-next.2", - "@refinitiv-ui/phrasebook": "^7.0.0-next.2" + "@refinitiv-ui/i18n": "^7.0.0", + "@refinitiv-ui/phrasebook": "^7.0.0" } }, "packages/utils": { "name": "@refinitiv-ui/utils", - "version": "7.0.0-next.2", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "@types/d3-color": "^3.0.2", diff --git a/packages/configurations/CHANGELOG.md b/packages/configurations/CHANGELOG.md index 9376584925..51525732d0 100644 --- a/packages/configurations/CHANGELOG.md +++ b/packages/configurations/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/configurations@7.0.0-next.3...@refinitiv-ui/configurations@7.0.0) (2023-06-30) + +**Note:** Version bump only for package @refinitiv-ui/configurations + + + + + ## [6.0.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/configurations@6.0.8...@refinitiv-ui/configurations@6.0.9) (2023-06-06) **Note:** Version bump only for package @refinitiv-ui/configurations diff --git a/packages/configurations/package.json b/packages/configurations/package.json index 833a27cee4..49e62a76e5 100644 --- a/packages/configurations/package.json +++ b/packages/configurations/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/configurations", - "version": "7.0.0-next.3", + "version": "7.0.0", "description": "The configuration files used for Element Framework", "repository": { "type": "git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d2408bb00d..4ee47791fc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/core@6.4.5...@refinitiv-ui/core@7.0.0) (2023-06-30) + + +### Features + +* remove alias ([#538](https://github.com/Refinitiv/refinitiv-ui/issues/538)) ([8b56678](https://github.com/Refinitiv/refinitiv-ui/commit/8b56678caf3932584b9004e33d5949de954c6ebc)) +* remove ShadyCSS and update matches to use native API ([#525](https://github.com/Refinitiv/refinitiv-ui/issues/525)) ([cc85390](https://github.com/Refinitiv/refinitiv-ui/commit/cc85390ae8041be8ce42ac3f45e6943d66ac2058)) + + + + + ## [6.4.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/core@6.4.4...@refinitiv-ui/core@6.4.5) (2023-06-23) **Note:** Version bump only for package @refinitiv-ui/core diff --git a/packages/core/package.json b/packages/core/package.json index 0943e0e594..bd6fe65a8c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/core", - "version": "7.0.0-next.2", + "version": "7.0.0", "description": "Element Framework Core", "main": "./lib/index.js", "module": "./lib/index.js", @@ -67,13 +67,13 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/test-helpers": "^7.0.0-next.2", - "@refinitiv-ui/utils": "^7.0.0-next.2" + "@refinitiv-ui/test-helpers": "^7.0.0", + "@refinitiv-ui/utils": "^7.0.0" }, "peerDependencies": { - "@refinitiv-ui/utils": "^7.0.0-next.2" + "@refinitiv-ui/utils": "^7.0.0" }, "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/create-efx/CHANGELOG.md b/packages/create-efx/CHANGELOG.md index b05afd2317..e6dc2068c3 100644 --- a/packages/create-efx/CHANGELOG.md +++ b/packages/create-efx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/create-efx@6.1.4...create-efx@7.0.0) (2023-06-30) + +**Note:** Version bump only for package create-efx + + + + + ## [6.1.4](https://github.com/Refinitiv/refinitiv-ui/compare/create-efx@6.1.3...create-efx@6.1.4) (2023-06-23) **Note:** Version bump only for package create-efx diff --git a/packages/create-efx/package.json b/packages/create-efx/package.json index 09e0100633..a054337561 100644 --- a/packages/create-efx/package.json +++ b/packages/create-efx/package.json @@ -1,6 +1,6 @@ { "name": "create-efx", - "version": "7.0.0-next.3", + "version": "7.0.0", "description": "Initializer to create new EFX element", "main": "lib/index", "bin": { diff --git a/packages/demo-block/CHANGELOG.md b/packages/demo-block/CHANGELOG.md index 5f07a6e01f..0a6dd888da 100644 --- a/packages/demo-block/CHANGELOG.md +++ b/packages/demo-block/CHANGELOG.md @@ -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.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@6.1.6...@refinitiv-ui/demo-block@7.0.0) (2023-06-30) + + +### Features + +* remove ShadyCSS and update matches to use native API ([#525](https://github.com/Refinitiv/refinitiv-ui/issues/525)) ([cc85390](https://github.com/Refinitiv/refinitiv-ui/commit/cc85390ae8041be8ce42ac3f45e6943d66ac2058)) + + + + + ## [6.1.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@6.1.5...@refinitiv-ui/demo-block@6.1.6) (2023-06-23) **Note:** Version bump only for package @refinitiv-ui/demo-block diff --git a/packages/demo-block/package.json b/packages/demo-block/package.json index 248ffb804b..be68b6382c 100644 --- a/packages/demo-block/package.json +++ b/packages/demo-block/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/demo-block", - "version": "7.0.0-next.3", + "version": "7.0.0", "description": "Demo page handler for Element Framework elements", "main": "./lib/demo-block.js", "module": "./lib/demo-block.js", @@ -28,19 +28,19 @@ "author": "LSEG", "license": "Apache-2.0", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.0.0-next.3", - "@refinitiv-ui/halo-theme": "^7.0.0-next.3", - "@refinitiv-ui/solar-theme": "^7.0.0-next.3", + "@refinitiv-ui/elemental-theme": "^7.0.0", + "@refinitiv-ui/halo-theme": "^7.0.0", + "@refinitiv-ui/solar-theme": "^7.0.0", "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2", - "@refinitiv-ui/test-helpers": "^7.0.0-next.2" + "@refinitiv-ui/core": "^7.0.0", + "@refinitiv-ui/test-helpers": "^7.0.0" }, "peerDependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2" + "@refinitiv-ui/core": "^7.0.0" }, "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/elemental-theme/CHANGELOG.md b/packages/elemental-theme/CHANGELOG.md index 643404ef11..d848ceac5b 100644 --- a/packages/elemental-theme/CHANGELOG.md +++ b/packages/elemental-theme/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elemental-theme@6.3.6...@refinitiv-ui/elemental-theme@7.0.0) (2023-06-30) + + +### Features + +* **icon:** change element to load svg sprite icon by default ([#758](https://github.com/Refinitiv/refinitiv-ui/issues/758)) ([7b8f8ff](https://github.com/Refinitiv/refinitiv-ui/commit/7b8f8ff611b82a096ec6200c0626704ff3d96bbc)) +* remove ie support css styles ([#592](https://github.com/Refinitiv/refinitiv-ui/issues/592)) ([851da09](https://github.com/Refinitiv/refinitiv-ui/commit/851da09f76eee3c8fc602a78d5a1d04bd3e34ac8)) + + + + + ## [6.3.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elemental-theme@6.3.5...@refinitiv-ui/elemental-theme@6.3.6) (2023-06-23) diff --git a/packages/elemental-theme/package.json b/packages/elemental-theme/package.json index c9321756b7..2c46f31e1f 100644 --- a/packages/elemental-theme/package.json +++ b/packages/elemental-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/elemental-theme", - "version": "7.0.0-next.3", + "version": "7.0.0", "description": "Base theme for Element Framework Components", "author": "LSEG", "license": "Apache-2.0", @@ -24,9 +24,9 @@ "version": "node ../../scripts/version/index.mjs" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.0.0-next.3" + "@refinitiv-ui/theme-compiler": "^7.0.0" }, "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index 96c87533bc..755820ddc9 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.8...@refinitiv-ui/elements@7.0.0) (2023-06-30) + + +### Bug Fixes + +* **chart:** fix radar scale backdrop to be false ([#746](https://github.com/Refinitiv/refinitiv-ui/issues/746)) ([fd978fd](https://github.com/Refinitiv/refinitiv-ui/commit/fd978fd6613becd4513cac83be0c3e4e69cdb98e)) +* **chart:** fix support donut by bare style ([#732](https://github.com/Refinitiv/refinitiv-ui/issues/732)) ([eef722f](https://github.com/Refinitiv/refinitiv-ui/commit/eef722fb893d7411dbbb06cc740fdeb6805be353)) +* incorrect skip firefox ([9d403ec](https://github.com/Refinitiv/refinitiv-ui/commit/9d403ec998d4dc85b69a8f4fde799c455d976e66)) + + +### Features + +* **chart:** create bare entrypoint to reduce bundle size ([#687](https://github.com/Refinitiv/refinitiv-ui/issues/687)) ([7facd35](https://github.com/Refinitiv/refinitiv-ui/commit/7facd356dc2523fc492487f1a66956518350117c)), closes [#691](https://github.com/Refinitiv/refinitiv-ui/issues/691) [#642](https://github.com/Refinitiv/refinitiv-ui/issues/642) [#602](https://github.com/Refinitiv/refinitiv-ui/issues/602) [#655](https://github.com/Refinitiv/refinitiv-ui/issues/655) [#666](https://github.com/Refinitiv/refinitiv-ui/issues/666) +* **icon, flag:** updateComplete resolves after svg is ready ([#686](https://github.com/Refinitiv/refinitiv-ui/issues/686)) ([9f41875](https://github.com/Refinitiv/refinitiv-ui/commit/9f41875030df7b95a034c9d85f8d38c695af7ec6)) +* **icon:** change element to load svg sprite icon by default ([#758](https://github.com/Refinitiv/refinitiv-ui/issues/758)) ([7b8f8ff](https://github.com/Refinitiv/refinitiv-ui/commit/7b8f8ff611b82a096ec6200c0626704ff3d96bbc)) +* remove alias ([#538](https://github.com/Refinitiv/refinitiv-ui/issues/538)) ([8b56678](https://github.com/Refinitiv/refinitiv-ui/commit/8b56678caf3932584b9004e33d5949de954c6ebc)) +* remove ie specific styles ([#600](https://github.com/Refinitiv/refinitiv-ui/issues/600)) ([ec63e0c](https://github.com/Refinitiv/refinitiv-ui/commit/ec63e0c225a72b210da8b98abc2ca7ff5f26b471)) +* remove ShadyCSS and update matches to use native API ([#525](https://github.com/Refinitiv/refinitiv-ui/issues/525)) ([cc85390](https://github.com/Refinitiv/refinitiv-ui/commit/cc85390ae8041be8ce42ac3f45e6943d66ac2058)) +* **utils:** add local cache ([#412](https://github.com/Refinitiv/refinitiv-ui/issues/412)) ([785cfd2](https://github.com/Refinitiv/refinitiv-ui/commit/785cfd285ba2535c7487a1674bae4e496f173a28)) + + + + + ## [6.8.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.7...@refinitiv-ui/elements@6.8.8) (2023-06-30) diff --git a/packages/elements/package.json b/packages/elements/package.json index f5b1dc57df..4cd97c1beb 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/elements", - "version": "7.0.0-next.5", + "version": "7.0.0", "description": "Element Framework Elements", "author": "LSEG", "license": "Apache-2.0", @@ -342,8 +342,8 @@ "dependencies": { "@lit-labs/context": "^0.3.1", "@refinitiv-ui/browser-sparkline": "1.1.8", - "@refinitiv-ui/halo-theme": "^7.0.0-next.3", - "@refinitiv-ui/solar-theme": "^7.0.0-next.3", + "@refinitiv-ui/halo-theme": "^7.0.0", + "@refinitiv-ui/solar-theme": "^7.0.0", "chart.js": "^4.3.0", "chartjs-adapter-date-fns": "^3.0.0", "d3-interpolate": "^3.0.1", @@ -352,23 +352,23 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2", - "@refinitiv-ui/demo-block": "^7.0.0-next.3", - "@refinitiv-ui/i18n": "^7.0.0-next.2", - "@refinitiv-ui/phrasebook": "^7.0.0-next.2", - "@refinitiv-ui/test-helpers": "^7.0.0-next.2", - "@refinitiv-ui/translate": "^7.0.0-next.3", - "@refinitiv-ui/utils": "^7.0.0-next.2", + "@refinitiv-ui/core": "^7.0.0", + "@refinitiv-ui/demo-block": "^7.0.0", + "@refinitiv-ui/i18n": "^7.0.0", + "@refinitiv-ui/phrasebook": "^7.0.0", + "@refinitiv-ui/test-helpers": "^7.0.0", + "@refinitiv-ui/translate": "^7.0.0", + "@refinitiv-ui/utils": "^7.0.0", "@types/d3-interpolate": "^3.0.1" }, "peerDependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2", - "@refinitiv-ui/i18n": "^7.0.0-next.2", - "@refinitiv-ui/phrasebook": "^7.0.0-next.2", - "@refinitiv-ui/translate": "^7.0.0-next.3", - "@refinitiv-ui/utils": "^7.0.0-next.2" + "@refinitiv-ui/core": "^7.0.0", + "@refinitiv-ui/i18n": "^7.0.0", + "@refinitiv-ui/phrasebook": "^7.0.0", + "@refinitiv-ui/translate": "^7.0.0", + "@refinitiv-ui/utils": "^7.0.0" }, "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/halo-theme/CHANGELOG.md b/packages/halo-theme/CHANGELOG.md index d3171a7348..00202ed2f0 100644 --- a/packages/halo-theme/CHANGELOG.md +++ b/packages/halo-theme/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@6.5.4...@refinitiv-ui/halo-theme@7.0.0) (2023-06-30) + + +### Features + +* **icon:** change element to load svg sprite icon by default ([#758](https://github.com/Refinitiv/refinitiv-ui/issues/758)) ([7b8f8ff](https://github.com/Refinitiv/refinitiv-ui/commit/7b8f8ff611b82a096ec6200c0626704ff3d96bbc)) +* remove ie support css styles ([#592](https://github.com/Refinitiv/refinitiv-ui/issues/592)) ([851da09](https://github.com/Refinitiv/refinitiv-ui/commit/851da09f76eee3c8fc602a78d5a1d04bd3e34ac8)) + + + + + ## [6.5.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@6.5.3...@refinitiv-ui/halo-theme@6.5.4) (2023-06-23) **Note:** Version bump only for package @refinitiv-ui/halo-theme diff --git a/packages/halo-theme/package.json b/packages/halo-theme/package.json index 69ed9393ed..b832d4a092 100644 --- a/packages/halo-theme/package.json +++ b/packages/halo-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/halo-theme", - "version": "7.0.0-next.3", + "version": "7.0.0", "description": "Official theme for Refinitiv products", "author": "LSEG", "license": "SEE LICENSE IN LICENSE", @@ -24,12 +24,12 @@ "version": "node ../../scripts/version/index.mjs" }, "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.0.0-next.3" + "@refinitiv-ui/elemental-theme": "^7.0.0" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.0.0-next.3" + "@refinitiv-ui/theme-compiler": "^7.0.0" }, "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 5f8a5797a0..7138815323 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.14...@refinitiv-ui/i18n@7.0.0) (2023-06-30) + +**Note:** Version bump only for package @refinitiv-ui/i18n + + + + + ## [6.0.14](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.13...@refinitiv-ui/i18n@6.0.14) (2023-06-23) **Note:** Version bump only for package @refinitiv-ui/i18n diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 2b4b486872..2b1fb75d67 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/i18n", - "version": "7.0.0-next.2", + "version": "7.0.0", "description": "i18n support for Web Components", "main": "./lib/index.js", "module": "./lib/index.js", @@ -33,13 +33,13 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/phrasebook": "^7.0.0-next.2", - "@refinitiv-ui/test-helpers": "^7.0.0-next.2" + "@refinitiv-ui/phrasebook": "^7.0.0", + "@refinitiv-ui/test-helpers": "^7.0.0" }, "peerDependencies": { - "@refinitiv-ui/phrasebook": "^7.0.0-next.2" + "@refinitiv-ui/phrasebook": "^7.0.0" }, "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/phrasebook/CHANGELOG.md b/packages/phrasebook/CHANGELOG.md index c9d2e4a4d0..f90dfeae18 100644 --- a/packages/phrasebook/CHANGELOG.md +++ b/packages/phrasebook/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.3...@refinitiv-ui/phrasebook@7.0.0) (2023-06-30) + +**Note:** Version bump only for package @refinitiv-ui/phrasebook + + + + + ## [6.3.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.2...@refinitiv-ui/phrasebook@6.3.3) (2023-06-23) **Note:** Version bump only for package @refinitiv-ui/phrasebook diff --git a/packages/phrasebook/package.json b/packages/phrasebook/package.json index e89262615b..8da1bcce34 100644 --- a/packages/phrasebook/package.json +++ b/packages/phrasebook/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/phrasebook", - "version": "7.0.0-next.2", + "version": "7.0.0", "type": "module", "description": "Collection of messages in EF components for translation", "author": "LSEG", @@ -135,4 +135,4 @@ "dependencies": { "tslib": "^2.3.1" } -} +} \ No newline at end of file diff --git a/packages/solar-theme/CHANGELOG.md b/packages/solar-theme/CHANGELOG.md index 5b3105aab2..68168d178b 100644 --- a/packages/solar-theme/CHANGELOG.md +++ b/packages/solar-theme/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/solar-theme@6.3.6...@refinitiv-ui/solar-theme@7.0.0) (2023-06-30) + + +### Features + +* **icon:** change element to load svg sprite icon by default ([#758](https://github.com/Refinitiv/refinitiv-ui/issues/758)) ([7b8f8ff](https://github.com/Refinitiv/refinitiv-ui/commit/7b8f8ff611b82a096ec6200c0626704ff3d96bbc)) +* remove ie support css styles ([#592](https://github.com/Refinitiv/refinitiv-ui/issues/592)) ([851da09](https://github.com/Refinitiv/refinitiv-ui/commit/851da09f76eee3c8fc602a78d5a1d04bd3e34ac8)) + + + + + ## [6.3.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/solar-theme@6.3.5...@refinitiv-ui/solar-theme@6.3.6) (2023-06-23) **Note:** Version bump only for package @refinitiv-ui/solar-theme diff --git a/packages/solar-theme/package.json b/packages/solar-theme/package.json index bf99f111e5..f3ccc38d95 100644 --- a/packages/solar-theme/package.json +++ b/packages/solar-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/solar-theme", - "version": "7.0.0-next.3", + "version": "7.0.0", "description": "Solar theme for the Element Framework", "author": "LSEG", "license": "SEE LICENSE IN LICENSE", @@ -24,12 +24,12 @@ "version": "node ../../scripts/version/index.mjs" }, "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.0.0-next.3" + "@refinitiv-ui/elemental-theme": "^7.0.0" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.0.0-next.3" + "@refinitiv-ui/theme-compiler": "^7.0.0" }, "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/test-helpers/CHANGELOG.md b/packages/test-helpers/CHANGELOG.md index ecbc5fa2a2..3c17030a9a 100644 --- a/packages/test-helpers/CHANGELOG.md +++ b/packages/test-helpers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/test-helpers@6.0.11...@refinitiv-ui/test-helpers@7.0.0) (2023-06-30) + +**Note:** Version bump only for package @refinitiv-ui/test-helpers + + + + + ## [6.0.11](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/test-helpers@6.0.10...@refinitiv-ui/test-helpers@6.0.11) (2023-06-23) **Note:** Version bump only for package @refinitiv-ui/test-helpers diff --git a/packages/test-helpers/package.json b/packages/test-helpers/package.json index 28ed904d40..93185a5f55 100644 --- a/packages/test-helpers/package.json +++ b/packages/test-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/test-helpers", - "version": "7.0.0-next.2", + "version": "7.0.0", "description": "Helper methods for writing tests in EF elements", "main": "./lib/test-helpers.js", "module": "./lib/test-helpers.js", @@ -32,4 +32,4 @@ "@types/mocha": "^10.0.1", "mocha": "^10.2.0" } -} +} \ No newline at end of file diff --git a/packages/theme-compiler/CHANGELOG.md b/packages/theme-compiler/CHANGELOG.md index 459ba3a29d..fd049eff34 100644 --- a/packages/theme-compiler/CHANGELOG.md +++ b/packages/theme-compiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/theme-compiler@7.0.0-next.3...@refinitiv-ui/theme-compiler@7.0.0) (2023-06-30) + +**Note:** Version bump only for package @refinitiv-ui/theme-compiler + + + + + ## [6.3.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/theme-compiler@6.3.0...@refinitiv-ui/theme-compiler@6.3.1) (2023-06-06) **Note:** Version bump only for package @refinitiv-ui/theme-compiler diff --git a/packages/theme-compiler/package.json b/packages/theme-compiler/package.json index fa3a38102b..e55c8597e5 100644 --- a/packages/theme-compiler/package.json +++ b/packages/theme-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/theme-compiler", - "version": "7.0.0-next.3", + "version": "7.0.0", "description": "Compiles Element Framework themes into usable JavaScript", "author": "LSEG", "license": "Apache-2.0", diff --git a/packages/translate/CHANGELOG.md b/packages/translate/CHANGELOG.md index c6f73aa8a2..666b8962cb 100644 --- a/packages/translate/CHANGELOG.md +++ b/packages/translate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.23...@refinitiv-ui/translate@7.0.0) (2023-06-30) + +**Note:** Version bump only for package @refinitiv-ui/translate + + + + + ## [6.0.23](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.22...@refinitiv-ui/translate@6.0.23) (2023-06-23) **Note:** Version bump only for package @refinitiv-ui/translate diff --git a/packages/translate/package.json b/packages/translate/package.json index 24ebcb726e..1bafbffd3d 100644 --- a/packages/translate/package.json +++ b/packages/translate/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/translate", - "version": "7.0.0-next.3", + "version": "7.0.0", "description": "i18n implementation for Element Framework components", "author": "LSEG", "license": "Apache-2.0", @@ -31,16 +31,16 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/core": "^7.0.0-next.2", - "@refinitiv-ui/i18n": "^7.0.0-next.2", - "@refinitiv-ui/phrasebook": "^7.0.0-next.2", - "@refinitiv-ui/test-helpers": "^7.0.0-next.2" + "@refinitiv-ui/core": "^7.0.0", + "@refinitiv-ui/i18n": "^7.0.0", + "@refinitiv-ui/phrasebook": "^7.0.0", + "@refinitiv-ui/test-helpers": "^7.0.0" }, "peerDependencies": { - "@refinitiv-ui/i18n": "^7.0.0-next.2", - "@refinitiv-ui/phrasebook": "^7.0.0-next.2" + "@refinitiv-ui/i18n": "^7.0.0", + "@refinitiv-ui/phrasebook": "^7.0.0" }, "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 66ab5220c4..e8016fc175 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/utils@6.2.6...@refinitiv-ui/utils@7.0.0) (2023-06-30) + + +### Features + +* **icon, flag:** updateComplete resolves after svg is ready ([#686](https://github.com/Refinitiv/refinitiv-ui/issues/686)) ([9f41875](https://github.com/Refinitiv/refinitiv-ui/commit/9f41875030df7b95a034c9d85f8d38c695af7ec6)) +* **icon:** change element to load svg sprite icon by default ([#758](https://github.com/Refinitiv/refinitiv-ui/issues/758)) ([7b8f8ff](https://github.com/Refinitiv/refinitiv-ui/commit/7b8f8ff611b82a096ec6200c0626704ff3d96bbc)) +* **utils:** add local cache ([#412](https://github.com/Refinitiv/refinitiv-ui/issues/412)) ([785cfd2](https://github.com/Refinitiv/refinitiv-ui/commit/785cfd285ba2535c7487a1674bae4e496f173a28)) + + + + + ## [6.2.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/utils@6.2.5...@refinitiv-ui/utils@6.2.6) (2023-06-23) **Note:** Version bump only for package @refinitiv-ui/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index edbcc649c7..615dde1428 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/utils", - "version": "7.0.0-next.2", + "version": "7.0.0", "description": "Shared utilities for Element Framework", "main": "lib/index.js", "module": "lib/index.js", @@ -59,4 +59,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file