- 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
- 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
- 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.
- 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
- 12f95f0: Update package.json to properly state MPL-2.0 license instead of MIT
- 7636725: Bounds.parse converts two value arrays into Bounds instances
- 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
- 98eda1d: Pass ResizeOberserverEntry object along through Lineal::Fluid
- 7c206da: Bug fixes: Yield the iteration index and the tick value from Lineal::Axis
- e1c39b4: Keyboard events for interactor-cartesian-horizontal
- 94a0aab: Introduce the
interactor-cartesian-horizontalinteractor - 87d8957: Add a block form for Axis that gives total control of tick customization
- f50c62d: Bugfix: Correctly look up color by index or use the color accessor
- 52934cd: Bugfix: Do not sort pie slices.
- a35df60: Introduces scale-fn-compute helper for scale.compute helper compatibility
- e7de6a0: Introducing the Lineal::Fluid component for getting the dimensions of fluid elements
- 38c2cfb: Introduces a compatibility cached package for when cached is undefined downstream