Skip to content

Latest commit

 

History

History
133 lines (103 loc) · 5.21 KB

CHANGELOG.md

File metadata and controls

133 lines (103 loc) · 5.21 KB

Changelog

unreleased

  • Re-implement the Stack component to use owl selectors instead of grid-column-gap (#56)

0.0.0-alpha.15

Published 2020-07-16

  • Fix issue where OptionMenu traps keypresses (#54)

0.0.0-alpha.14

Published 2020-06-29

  • Add new offset props dx and dy to AxisLabel.svelte (#45)
  • Fix bug with infinite loops involving extents and updated data (#33)
  • Fix performance issues in Layer.svelte story related to blur filters (#31)
  • Fix a couple of remaining vertical-centering issues the Option component

0.0.0-alpha.13

Published 2020-06-05

  • Vertically-center Option contents
  • Add new real-world example – approval poll from 538 ((#140))
  • Add AxisContainer to exports in @graph-paper/guide ((#140))
  • Remove mix-blend-mode in Band.svelte for performance reasons ((#140))
  • Move to crispEdges for all svg lines ((#140))
  • Fix lack of inversion function for log scales in mouse-position.js (#154)

0.0.0-alpha.12

  • Add align / justify props to Stack (#134)
  • Add align / justify props to Tile (#131)

0.0.0-alpha.11

Published 2020-05-20

  • Fix issue where width and height not updating reactively in DataGraphic (#113)
  • Refactor axis components to support more props & reactivity (#109)

0.0.0-alpha.10

Published 2020-05-15

  • Update the <OptionMenu> component to require <Option> components in its slot, each of which can accept a "right" slot for styling (Note: API change) (#93)
  • Refactor data graphic margin calculations to be reactive (#106)

0.0.0-alpha.9

Published 2020-05-12

  • Change xDomainMin / xDomainMax & y equivalents to xMin / xMax etc. (#95)
  • Refactor width / height of DataGraphic component to reactively update (#83)
  • Change borderThickness to borderSize in DataGraphic (#96)
  • Refactor mouse position calculations (#98)
  • Rename hoverValue to mousePosition in DataGraphic and throughout all code examples (#98)
  • Change mouseover slot in DataGraphic to interaction (#102)
  • Move annotation slot in DataGraphic to be on top (#102)
  • Add Layers.svelte story (#102)

0.0.0-alpha.8

Published 2020-05-01

  • Fix bug where dates do not get properly set in extents (#75)
  • Move hideClickOnOutside listener from @graph-paper/optionmenu to @graph-paper/core/utils (#70)
  • Add a number of new icons to @graph-paper/icons, including new Checkbox icons, Add icons, Remove icons, Sequence, More icons and so on (#65)
  • Add a new prop, color to all icons, which defaults to the css value currentColor (as before) (#65)

0.0.0-alpha.7

Published 2020-04-25

  • Add Checkbox, CheckboxBlank, CheckboxBlankDark to @graph-paper/icons (#64)
  • Button component now accept href (#59)
  • Add @graph-paper/portal (#55)
  • Add @graph-paper/optionmenu (#19)
  • Standardizes Line component
  • Change LineBand -> Band
  • Add @graph-paper/icons
  • Add @graph-paper/chip

0.0.0-alpha.6

  • Add WIP histogram implementation + stories
  • Data graphic now automatically calculates extents for some elements (line, histogram, point)
  • Standardizes the point element arguments and implementation to include one point or many
  • Add new stories for points in elements package
  • Add option to not allow auto-scaling for an element (implemented for points)
  • Add new story elements/stories/Line/Line04.svelte