|
1 | 1 | # LayerChart |
2 | 2 |
|
| 3 | +## 2.0.0-next.45 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- feat: New docs site ([#449](https://github.com/techniq/layerchart/pull/449)) |
| 8 | + |
| 9 | +### Minor Changes |
| 10 | + |
| 11 | +- breaking: Extract `Path` primitive component from `Spline` for better separation of concerns ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 12 | + |
| 13 | +- breaking: Rename simplified charts `renderContext` prop to `layer` ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 14 | + |
| 15 | +- breaking: Change `defaultChartPadding(axis, legend)` to `defaultChartPadding({ axis, legend })` and support overrides (ex. `defaultChartPadding({ left: 50 })`) ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 16 | + |
| 17 | +### Patch Changes |
| 18 | + |
| 19 | +- feat(Chart): Support passing explicit `width` and `height` instead of requiring parent dimensions ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 20 | + |
| 21 | +- feat: Support global settings (layer type, debug, etc) ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 22 | + |
| 23 | +- feat(Layer): Allow `type` to be optional, fallbacking back to `settings.layer` type ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 24 | + |
| 25 | +- feat(Chart|Svg|Html): Support passing `clip` prop to hide overflown content ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 26 | + |
| 27 | +- feat(Circle|Rect): Support passing children snippet for Html layers ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 28 | + |
| 29 | +- feat(Layer): Support showing chart and full frame boundaries with `settings.debug` ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 30 | + |
| 31 | +- fix(Threshold): Properly clip `above` snippet (resolving 1/2 width clipping issues when using Spline) ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 32 | + |
| 33 | +- fix(AnnotationRange|TooltipContext|Highlight): Fix using interval scales with reversed data (ex. xReverse) ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 34 | + |
| 35 | +- fix(Canavs): Support `style` attribute ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 36 | + |
| 37 | +- fix(Canavs): Suppport dashed stroke (fix: #652) ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 38 | + |
| 39 | +- fix(Rect): Support rounded (rx/ry) in Canvas layers (fixes [#481](https://github.com/techniq/layerchart/issues/481)) ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 40 | + |
| 41 | +- fix(Bar): Fix browser lockup when switching between group and stack layouts ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 42 | + |
| 43 | +- fix(Bar): Fix bar rounding direction when using xReverse/yReverse with interval scales ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 44 | + |
| 45 | +- fix(Text): Support explicit "\n" and set line-height (to match svg/canvas) for html layers ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 46 | + |
| 47 | +- feat(Chart): Support `class` prop ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 48 | + |
| 49 | +- refactor: Move contexts to separate `$lib/contexts` module ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 50 | + |
| 51 | +- refactor: Removed lodash-es dependency ([#659](https://github.com/techniq/layerchart/pull/659)) |
| 52 | + |
3 | 53 | ## 2.0.0-next.44 |
4 | 54 |
|
5 | 55 | ### Patch Changes |
|
0 commit comments