Releases: chartjs/chartjs-chart-financial
Releases · chartjs/chartjs-chart-financial
v0.2.1
- Fix types to allow customization of colors
- #171 Bump archiver from 5.3.0 to 7.0.1
Essential Links
Thanks to @dependabot, @dependabot[bot] and @santam85
v0.2.0
Breaking
- #170 Upgrade to chartjs v4 and fix bugs
Changes
- #166 Bump karma-firefox-launcher from 2.1.1 to 2.1.2
- #163 Bump karma-chrome-launcher from 3.1.0 to 3.2.0
- #155 Bump actions/setup-node from 2 to 4
- #161 Bump rollup from 2.58.0 to 2.79.1
- #162 Bump karma-rollup-preprocessor from 7.0.7 to 7.0.8
- #158 Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.33.0
- #154 Bump release-drafter/release-drafter from 5 to 6
- #156 Bump actions/checkout from 2 to 4
- #157 Bump dorny/paths-filter from 2 to 3
- #153 add candlestick dataset options types
- #148 Calculate user bounds when 'getMinMax()' is called
- #152 Bump follow-redirects from 1.14.9 to 1.15.4
- #149 Bump @babel/traverse from 7.11.5 to 7.23.2
- #147 Bump word-wrap from 1.2.3 to 1.2.4
- #145 Bump socket.io-parser from 4.2.2 to 4.2.3
- #144 Bump engine.io and socket.io
- #140 Bump ua-parser-js from 0.7.31 to 0.7.33
- #139 Bump luxon from 2.0.2 to 2.5.2
- #138 Bump json5 from 2.1.3 to 2.2.3
- #137 Update Chart.js peer dependency
- #136 Bump minimatch from 3.0.4 to 3.1.2
- #135 Bump engine.io and socket.io
- #133 Bump socket.io-parser from 4.0.4 to 4.0.5
- #123 Bump karma from 6.3.14 to 6.3.16
- #126 Bump minimist from 1.2.5 to 1.2.6
- #127 Bump async from 3.2.1 to 3.2.3
- #130 Bump terser from 5.3.3 to 5.14.2
- #122 Bump karma from 6.3.5 to 6.3.14
- #120 Bump log4js from 6.3.0 to 6.4.0
- #119 Bump follow-redirects from 1.14.4 to 1.14.7
What's Changed
- Bump follow-redirects from 1.14.4 to 1.14.7 by @dependabot in #119
- Bump log4js from 6.3.0 to 6.4.0 by @dependabot in #120
- Bump karma from 6.3.5 to 6.3.14 by @dependabot in #122
- Bump terser from 5.3.3 to 5.14.2 by @dependabot in #130
- Bump async from 3.2.1 to 3.2.3 by @dependabot in #127
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #126
- Bump karma from 6.3.14 to 6.3.16 by @dependabot in #123
- Bump socket.io-parser from 4.0.4 to 4.0.5 by @dependabot in #133
- Bump engine.io and socket.io by @dependabot in #135
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #136
- Update Chart.js peer dependency by @santam85 in #137
- Bump json5 from 2.1.3 to 2.2.3 by @dependabot in #138
- Bump luxon from 2.0.2 to 2.5.2 by @dependabot in #139
- Bump ua-parser-js from 0.7.31 to 0.7.33 by @dependabot in #140
- Bump engine.io and socket.io by @dependabot in #144
- Bump socket.io-parser from 4.2.2 to 4.2.3 by @dependabot in #145
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #147
- Bump @babel/traverse from 7.11.5 to 7.23.2 by @dependabot in #149
- Bump follow-redirects from 1.14.9 to 1.15.4 by @dependabot in #152
- Calculate user bounds when 'getMinMax()' is called by @Cowjiang in #148
- add candlestick dataset options types by @DaveSkender in #153
- Bump dorny/paths-filter from 2 to 3 by @dependabot in #157
- Bump actions/checkout from 2 to 4 by @dependabot in #156
- Bump release-drafter/release-drafter from 5 to 6 by @dependabot in #154
- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.33.0 by @dependabot in #158
- Bump karma-rollup-preprocessor from 7.0.7 to 7.0.8 by @dependabot in #162
- Bump rollup from 2.58.0 to 2.79.1 by @dependabot in #161
- Bump actions/setup-node from 2 to 4 by @dependabot in #155
- Bump karma-chrome-launcher from 3.1.0 to 3.2.0 by @dependabot in #163
- Bump karma-firefox-launcher from 2.1.1 to 2.1.2 by @dependabot in #166
- Upgrade to chartjs v4 and fix bugs by @santam85 in #170
New Contributors
Full Changelog: v0.1.1...v0.2.0
Thanks to @Cowjiang, @DaveSkender, @dependabot, @dependabot[bot] and @santam85
Essential Links
v0.1.1
v0.1.0 - Initial release
What's Changed
- Fixes for items 1 and 2. by @maximkozlov in #1
- improve vertical "whitespace" calculation by @aranlunzer in #18
- OHLC element + Out of the box examples + Fix for transparent candlestick by @loicbourgois in #22
- Fix broken tags by @izeye in #28
- Add missing semicolon to gulpfile.js by @AbdulrahmanEng in #34
- Fix animations by @Jark in #36
- Fix 'gulp test' by @amissine in #38
- Allow borderColor to be customized through border options by @pateketrueke in #37
- Add hasValue method to elements.Financial by @nagix in #48
- Add Travis config by @benmccann in #51
- Fix #61 Error: Cannot find module 'rollup/bin/rollup' by @andrericardo in #62
- Show Travis CI building status by @andrericardo in #63
- Add polyfill for Luxon for example to work in IE11 by @andrericardo in #64
- Bump acorn from 6.3.0 to 6.4.1 by @dependabot in #68
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #77
- Bump http-proxy from 1.18.0 to 1.18.1 by @dependabot in #79
- Updated to Chart.js v3.0.0-beta.3 by @santam85 in #84
- Bump ini from 1.3.5 to 1.3.7 by @dependabot in #89
- Bump socket.io from 2.3.0 to 2.4.1 by @dependabot in #91
- add mixed chart sample by @CupcakeThief in #97
- Update import path by @devotox in #102
- Updated to latest chart.js, ESM build, types and updated test by @santam85 in #95
- Build/GitHub actions by @santam85 in #106
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #109
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #108
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #107
New Contributors
- @maximkozlov made their first contribution in #1
- @aranlunzer made their first contribution in #18
- @loicbourgois made their first contribution in #22
- @izeye made their first contribution in #28
- @AbdulrahmanEng made their first contribution in #34
- @Jark made their first contribution in #36
- @amissine made their first contribution in #38
- @pateketrueke made their first contribution in #37
- @nagix made their first contribution in #48
- @benmccann made their first contribution in #51
- @andrericardo made their first contribution in #62
- @dependabot made their first contribution in #68
- @santam85 made their first contribution in #84
- @CupcakeThief made their first contribution in #97
- @devotox made their first contribution in #102
Full Changelog: https://github.com/chartjs/chartjs-chart-financial/commits/v0.1.0