File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- ## [ 0.3.2] - 2021-10-14
5+ ## [ 0.3.2] - 2021-10-15
6+
67### Added
78
89- Parts of markers outside of plot area are getting clipped. This behaviour can
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Or use it from CDN:
3838
3939``` html
4040<script type =" module" >
41- import Vizzu from ' https://cdn.jsdelivr.net/npm/vizzu@0.3.1 /dist/vizzu.min.js' ;
41+ import Vizzu from ' https://cdn.jsdelivr.net/npm/vizzu@latest /dist/vizzu.min.js' ;
4242 </script >
4343```
4444
@@ -53,7 +53,7 @@ Create a placeholder element that will contain the rendered chart:
5353Create a simple bar chart:
5454
5555``` javascript
56- import Vizzu from ' https://cdn.jsdelivr.net/npm/vizzu@0.3.1 /dist/vizzu.min.js' ;
56+ import Vizzu from ' https://cdn.jsdelivr.net/npm/vizzu@latest /dist/vizzu.min.js' ;
5757
5858let data = {
5959 series: [
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ mkdir -p release/vizzu
1111
1212cp README.md release/vizzu/README.md
1313cp CHANGELOG.md release/vizzu/CHANGELOG.md
14+ sed -i '/\#\# \[Unreleased\]/,/\#\#\ \[/{//!d}' release/vizzu/CHANGELOG.md
15+ sed -i '/\#\# \[Unreleased\]/d' release/vizzu/CHANGELOG.md
1416cp project/npm/package.json release/vizzu/package.json
1517
1618mkdir -p release/vizzu/dist
You can’t perform that action at this time.
0 commit comments