@refinitiv-ui/elements 7.15.0 → 7.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.15.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.15.0...@refinitiv-ui/elements@7.15.1) (2025-05-27)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **chart:** fix ticks color ([#1281](https://github.com/Refinitiv/refinitiv-ui/issues/1281)) ([e287d68](https://github.com/Refinitiv/refinitiv-ui/commit/e287d681c53d6e7c01877393656359f66b7cf25a))
11
+
6
12
  # [7.15.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.14.2...@refinitiv-ui/elements@7.15.0) (2025-04-28)
7
13
 
8
14
  ### Bug Fixes
@@ -490,6 +490,7 @@ let Chart = class Chart extends BasicElement {
490
490
  * @returns {void}
491
491
  */
492
492
  createChart() {
493
+ this.setGlobalConfig();
493
494
  const canvas = this.canvas.value;
494
495
  if (canvas && this.config) {
495
496
  this.destroyChart();
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = '7.15.0';
1
+ export const VERSION = '7.15.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/elements",
3
- "version": "7.15.0",
3
+ "version": "7.15.1",
4
4
  "description": "Element Framework Elements",
5
5
  "author": "LSEG",
6
6
  "license": "Apache-2.0",
@@ -490,5 +490,5 @@
490
490
  "publishConfig": {
491
491
  "access": "public"
492
492
  },
493
- "gitHead": "7bd7e6df76272a018849edcd41c69d82a8d727c0"
493
+ "gitHead": "cf58003b1881087066c57d1a503b3e9e53df62a1"
494
494
  }