Skip to content

Releases: terrestris/d3-util

v0.9.5

Choose a tag to compare

@Unraveler Unraveler released this 11 Oct 16:28
  • added files to package.json ca8d945
  • fixed import paths. add new prerelease script and compile ts. Removed rootDir and baseUrl from tsconfig 2465480

v0.9.4...v0.9.5

v0.9.4

Choose a tag to compare

@Unraveler Unraveler released this 11 Oct 11:58
  • 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

v0.9.3...v0.9.4

v.0.9.3

Choose a tag to compare

@hblitza hblitza released this 08 Mar 09:13

v0.9.2...v0.9.3

v0.9.1

Choose a tag to compare

@hwbllmnn hwbllmnn released this 31 Jul 08:29
  • 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

v0.9.0...v0.9.1

Version 0.9.0

Choose a tag to compare

@KaiVolland KaiVolland released this 14 Jun 06:45
f71bf11
  • Introduces custom tickFormatter d81e6e3

v0.8.0...v0.9.0

Version 0.8.0

Choose a tag to compare

@KaiVolland KaiVolland released this 13 Jun 13:33
645ee4b
  • Introduces preventXAxisZoom and setter 119c017
  • Correct misspelled constant 8fe9aa8

v0.7.0...v0.8.0

Version 0.7.0

Choose a tag to compare

@KaiVolland KaiVolland released this 12 Jun 13:09
226aecf
  • Makes epsilon configurable 312a91c
  • Adds harmonization to AxesUtil f6efc41
  • Throw on invalid configs ef1851e

v0.6.0...v0.7.0

Version 0.6.0

Choose a tag to compare

@KaiVolland KaiVolland released this 11 Jun 12:33
  • 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