- Re-implement the
Stack
component to use owl selectors instead ofgrid-column-gap
(#56)
Published 2020-07-16
- Fix issue where
OptionMenu
traps keypresses (#54)
Published 2020-06-29
- Add new offset props
dx
anddy
toAxisLabel.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
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
inBand.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)
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)
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)
Published 2020-05-12
- Change
xDomainMin
/xDomainMax
& y equivalents toxMin
/xMax
etc. (#95) - Refactor width / height of
DataGraphic
component to reactively update (#83) - Change
borderThickness
toborderSize
inDataGraphic
(#96) - Refactor mouse position calculations (#98)
- Rename
hoverValue
tomousePosition
inDataGraphic
and throughout all code examples (#98) - Change
mouseover
slot inDataGraphic
tointeraction
(#102) - Move
annotation
slot inDataGraphic
to be on top (#102) - Add
Layers.svelte
story (#102)
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 newCheckbox
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 valuecurrentColor
(as before) (#65)
Published 2020-04-25
- Add
Checkbox
,CheckboxBlank
,CheckboxBlankDark
to@graph-paper/icons
(#64) Button
component now accepthref
(#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
- 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