Skip to content

Latest commit

 

History

History
87 lines (54 loc) · 2.52 KB

File metadata and controls

87 lines (54 loc) · 2.52 KB

Changelog

0.5.1

Patch Changes

  • a774b51: Linting corrections. Errant log lines, etc.
  • 55ab941: @borderRadius args for Bars, VBars, and HBars marks
  • 226160b: Bug fix: ScaleOrdinal wouldn't work with uglified bundles
  • 53b5dab: Bug fix: fill holes in data sets when tabulating from records

0.5.0

Minor Changes

  • 20a1d8f: Stacks documentation
  • 2487494: Stack helpers (for creating stack transforms within templates)
  • d028f1b: New VBar mark for Bars that are always vertical and are stackable
  • 8180305: New HBars mark for Bars that are always horizontal and are stackable
  • d4ab2be: New Stack transform for use with stackable marks
  • d71b110: New tickCount and lineCount arguments for Axis and GridLines

Patch Changes

  • 8b0c6a0: Type check devolved to constructor.name due to auto-import bug
  • 57b47da: Add static number support for Line and Area x and y encodings.

0.4.0

Minor Changes

  • 68f6212: New scale.ticks getter for scales that support ticks
  • f721209: Upgrade ember-cached-decorator-polyfill so everyone gets to benefit from @cached
  • 73e0a03: Fixed a bug where ScaleThreshold used the wrong scale & DivergignPow/Log didn't expose exponent/base
  • e13330c: New Scale#derive method available on all scales

Patch Changes

  • 12f95f0: Update package.json to properly state MPL-2.0 license instead of MIT
  • 7636725: Bounds.parse converts two value arrays into Bounds instances

0.3.0

Minor Changes

  • 83378f2: A block form for Lineal::Points
  • a1a4468: New ScalePoint and ScaleBand classes and helpers
  • 9371b12: Introduces Lineal::Bars mark
  • c7b49d6: Introduces Lineal::Points mark

0.2.2

Patch Changes

  • 98eda1d: Pass ResizeOberserverEntry object along through Lineal::Fluid

0.2.1

Patch Changes

  • 7c206da: Bug fixes: Yield the iteration index and the tick value from Lineal::Axis

0.2.0

Minor Changes

  • e1c39b4: Keyboard events for interactor-cartesian-horizontal
  • 94a0aab: Introduce the interactor-cartesian-horizontal interactor
  • 87d8957: Add a block form for Axis that gives total control of tick customization

0.1.1

Patch Changes

  • f50c62d: Bugfix: Correctly look up color by index or use the color accessor
  • 52934cd: Bugfix: Do not sort pie slices.

0.1.0

Minor Changes

  • a35df60: Introduces scale-fn-compute helper for scale.compute helper compatibility
  • e7de6a0: Introducing the Lineal::Fluid component for getting the dimensions of fluid elements

Patch Changes

  • 38c2cfb: Introduces a compatibility cached package for when cached is undefined downstream