Releases: terrestris/d3-util
Releases · terrestris/d3-util
Release list
v0.9.5
v0.9.4
- fix: fixes import of moment in AxesUtil.ts cdd6925
- Configurable x domain (#179) b5daee2
- Add tooltips for time range selection chart (#178) 8252a7d
- Properly deselect previously selected bar in time select component (#177) 5b59770
- adjust component width to ensure last data point visible 57072b0
- Add timeselect component tooltip (#175) ab9aa80
- Use proper test environment (#171) 88eb385
- Fix creating new selection (#172) d16ab5a
- Update dependencies (#170) 1e043d8
- Better display of x-axis tick values in TimeSelectComponent 7624715
- use fixed version of brush typings d3398bc
- Add brushing to time select chart 79e50ed
- Filter out empty aggregated data b36d963
- Fix version dd42109
- Add selection change handler f4b0802
- Enable selection 61359da
- Add time select component (WIP) a597271
- replace awesome-typescript-loader with ts-loader e8ce6df
- Add d3-xyzoom as peer dep 3e331f9
v.0.9.3
- Merge pull request #160 from terrestris/timeseries-mouseout 34a8b90
- Add check 6975c41
- Add mouseOut tooltip func cae0d33
- Fix typing errors dae4a61
- Update dependencies (#158) de3e240
- Use github actions (#157) 67732ef
- Bump highlight.js from 10.4.0 to 10.4.1 (#155) 0d09927
- Merge pull request #156 from terrestris/dependabot/npm_and_yarn/ini-1.3.7 28c6082
- Bump ini from 1.3.5 to 1.3.7 08328da
- Merge pull request #154 from jansule/render-area a67694b
- add axis format function 01024bb
- fix computation of xAxis label 9331f20
- rename eventFn 94ede36
- Merge pull request #153 from jansule/render-area b1e3875
- add area plots, export d3, add x-axis label 362e8bc
- Update packages (#152) e008c28
- Add new moveToRight config (#151) b0227b0
- Cleanup initial zoom handling (#150) d0bd719
- Change axis format parameter to accept arrays instead of json string (#146) 5e8d835
- Fix xy zoom (#147) 59552b7
- Fix IE11 compatibility (#145) 1ac0e35
- Add configuration possibility for dynamic axis tick formats (#144) 06e4876
- Support dynamic format (#143) 6785f53
- Fix initial y axis zoom (#142) 949974d
- Update dependencies (#141) 4e17b4f
- chore(readme): remove Greenkeeper badge (#138) a8a9b14
- Add hover and mouseout configs (#140) 4f3ceba
- Add more config options (#139) f4f7bb9
v0.9.1
- Add background color to the svg element (#123) c38e393
- Add background color to the svg element 951364b
- Fixes/updates dependencies (#122) f266477
- Fixes/updates dependencies 2e3bd8f
- Use ^ versions in package.json and use lock file (#120) 7126f1c
- Use ^ versions in package.json and use lock file 52e54e4
- Update eslint to the latest version 🚀 (#119) cab3db3
- chore(package): update eslint to version 6.0.1 eafbbda
- Update webpack-cli to the latest version 🚀 (#118) 11faf79
- Update eslint to the latest version 🚀 (#117) 30098b0
- chore(package): update webpack-cli to version 3.3.5 63baa93
- chore(package): update eslint to version 6.0.0 824337a
- Merge pull request #116 from terrestris/greenkeeper/webpack-4.35.0 6c1599d
- Merge pull request #115 from terrestris/greenkeeper/babel-plugin-dynamic-import-node-2.3.0 c5e23e2
- chore(package): update webpack to version 4.35.0 a8ed017
- chore(package): update babel-plugin-dynamic-import-node to version 2.3.0 fa96faf
- Update babel-eslint to the latest version 🚀 (#114) f936fe1
- chore(package): update babel-eslint to version 10.0.2 2398ffa
- Merge pull request #113 from terrestris/greenkeeper/@types/jest-24.0.15 922800b
- chore(package): update @types/jest to version 24.0.15 2e15bcc
- 0.9.0 c2ded2d
- Merge branch 'master' of github.com:terrestris/d3-util a343fa2
- 0.8.0 7b3f07a
- Merge branch 'master' of github.com:terrestris/d3-util 5e65085
- 0.7.0 812c556
Version 0.9.0
- Introduces custom tickFormatter d81e6e3
Version 0.8.0
Version 0.7.0
Version 0.6.0
- Fixes bug with tickvalue generation (autoConfig) 8fe9757
- Add threshold classes to bars 774d1dd
- Add below-threshold / above-threshold class to bar chart label 2648fca
- Fix rendering of y axis for bar charts f5e5650
- Consider custom stroke/fill parameters from style object d0cb1fb
- Adds a parameter to limit the title length 43edee1
- Fix browser build cd0d16b
- Fix script/type entry points 1548ddb
- Add proper ts build ffdf2ee
- Typescriptifiy chart util 7fc6d78
- Always render below threshold labels at the bottom fab5dc6
- Update dependencies