Skip to content

Commit 562da2d

Browse files
Update CHANGELOG.md
1 parent 24e03dd commit 562da2d

1 file changed

Lines changed: 22 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0] - 2023-07-25
9+
10+
### Added
11+
12+
- Add source for each dataset.
13+
- Add findMatchingBoundsIndex function.
14+
- Add first container queries to example charts (article).
15+
- Add SCSS auto generation via gulp.
16+
- Add x-axis rotation feature.
17+
- Add source for all datasets.
18+
- Add noscript message which demands to activate javascript.
19+
- Add dependencies folder which holds dependencies that could be of interest for all examples.
20+
21+
### Changed
22+
23+
- Change dataset for grouped bar chart to compensation for employees in countries.
24+
- Change dataset for line chart to number of students of tugraz.
25+
- Change dataset for bar chart about population in austrian cities.
26+
- Rearrange structure of generated dist folder.
27+
28+
829
## [0.2.0] - 2023-03-25
930

1031
### Added
@@ -86,22 +107,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
86107
- Add d3 bundle locally.
87108
- Add electric power consumption dataset.
88109
- Add multi-line chart example.
89-
- Add source for each dataset.
90110
- Add possibility to reverse element order in legend.
91111
- Add categories to scatter plot
92112
- Add zooming to scatter plot.
93113
- Add radius size as dimension to scatter plot.
94-
- Add color scale as dimension to scatter plot (WIP).
114+
- Add color scale as dimension to scatter plot (WIP).
95115
- Add basic parcoord chart.
96116
- Add github workflows for development and releases.
97-
- Add findMatchingBoundsIndex function.
98-
- Add first container queries to example charts (article).
99117
- Add SCSS and split up default style in multiple files.
100-
- Add SCSS auto generation via gulp.
101-
- Add x-axis rotation feature.
102-
- Add source for all datasets.
103-
- Add noscript message which demands to activate javascript.
104-
- Add dependencies folder which holds dependencies that could be of interest for all examples.
105118

106119
### Changed
107120

@@ -140,12 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140153
- Refactor SeriesLabelBar.
141154

142155
- Change dataset for scatter plot to car dataset.
143-
- Change dataset for grouped bar chart to compensation for employees in countries.
144-
- Change dataset for line chart to number of students of tugraz.
145-
- Update dataset for bar chart about population in austrian cities.
146156
- Change toolbar to be shown only when hovering a chart.
147157
- Improve Article to use 3 charts, multi-line, scatter plot and stacked bar chart
148-
- Rearrange structure of generated dist folder.
149158

150159
### Removed
151160

0 commit comments

Comments
 (0)