UNPKG

728 BMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [1.0.1] - 2023-05-04
9### Changed
10- Updated the default color values.
11- Updated the default values of the height, width and responsive properties.
12- Updated the pointStyle behaviour without affecting the pointColor.
13### Added
14- New props **pointInnerColor**, **dotRadius** addedd specific to "circle" and "circle-dot" point styles.
15
16## [1.0.0] - 2023-04-08
17### Added
18- Released the SingleDivUI library with the below components:
19 - Line chart
20 - Bar chart
21 - Area chart