@fintatech/fintachart 3.1.5 → 3.1.6

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
@@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [3.1.5] - 2026-05-12
8
+ ## [3.1.6] - 2026-05-13
9
9
 
10
- - Resolved `TypeError: Cannot read properties of null (reading 'appendChild')` when opening settings dialog for custom indicators by ensuring dialog panes are initialized before appending controls.
11
- - Improved `ColorPicker` initialization to wait for DOM attachment using `MutationObserver`, preventing crashes in delayed rendering scenarios.
12
- - Scoped bundled CSS selectors for `[type="checkbox"]` to prevent aggressive styling of elements outside the chart container.
13
- - Fullscreen mode support via the toolbar.
14
- - `Indicator.isOverlay` property is now immutable after construction to ensure pane/scale stability.
10
+ ### Fixed
11
+
12
+ - Minor bug fixes and improvements.
13
+
14
+ ## [3.1.5] - 2026-05-12
15
15
 
16
16
  ### Added
17
17
 
@@ -22,6 +22,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
 
23
23
  - `Indicator.dispose()` now removes a custom `verticalScale` and triggers a chart relayout when `_isCustomScale` is set, not just for built-in Volume.
24
24
  - `Indicator.unmerge()` now strips a custom `verticalScale` when moving an overlay indicator into its own pane via the context menu, and reassigns plots to the default scale.
25
+ - Resolved `TypeError: Cannot read properties of null (reading 'appendChild')` when opening settings dialog for custom indicators by ensuring dialog panes are initialized before appending controls.
26
+ - Improved `ColorPicker` initialization to wait for DOM attachment using `MutationObserver`, preventing crashes in delayed rendering scenarios.
27
+ - Scoped bundled CSS selectors for `[type="checkbox"]` to prevent aggressive styling of elements outside the chart container.
28
+ - Fullscreen mode support via the toolbar.
29
+ - `Indicator.isOverlay` property is now immutable after construction to ensure pane/scale stability.
25
30
 
26
31
  ### Fixed
27
32
 
@@ -94,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
99
 
95
100
  - Initial public release of `@fintatech/fintachart`
96
101
 
102
+ [3.1.6]: https://github.com/fintatech/fintachart/releases/tag/v3.1.6
97
103
  [3.1.5]: https://github.com/fintatech/fintachart/releases/tag/v3.1.5
98
104
  [3.1.4]: https://github.com/fintatech/fintachart/releases/tag/v3.1.4
99
105
  [3.1.3]: https://github.com/fintatech/fintachart/releases/tag/v3.1.3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fintatech/fintachart",
3
3
  "description": "FintaChart financial charting component",
4
4
  "homepage": "https://fintatech.com",
5
- "version": "3.1.5",
5
+ "version": "3.1.6",
6
6
  "types": "./d.ts/FintaChart.d.ts",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
8
8
  "repository": {