Skip to content

Commit 13281d0

Browse files
Version Packages (next) (#791)
* Version Packages (next) * Update CHANGELOG for version 2.0.0-next.44 Updated CHANGELOG to reflect breaking changes, new features, and fixes in version 2.0.0-next.44. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sean Lynch <techniq35@gmail.com>
1 parent 17481a9 commit 13281d0

File tree

3 files changed

+75
-2
lines changed

3 files changed

+75
-2
lines changed

.changeset/pre.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
"shadcn-svelte-1": "0.0.1",
88
"skeleton-3": "0.0.1",
99
"standalone": "0.0.1",
10-
"svelteux-2": "0.0.1"
10+
"svelteux-2": "0.0.1",
11+
"docs": "0.0.1",
12+
"skeleton4": "0.0.1"
1113
},
1214
"changesets": [
1315
"beige-bears-joke",
1416
"beige-doodles-shout",
17+
"beige-trams-check",
1518
"better-eagles-scream",
1619
"better-pets-divide",
1720
"big-boxes-shout",
@@ -28,13 +31,15 @@
2831
"chubby-ties-play",
2932
"clean-nights-jog",
3033
"clear-ghosts-arrive",
34+
"clear-pears-tickle",
3135
"clear-points-care",
3236
"cozy-moments-work",
3337
"crazy-ads-appear",
3438
"crazy-friends-talk",
3539
"cruel-cameras-begin",
3640
"cruel-rats-taste",
3741
"curly-lies-write",
42+
"curly-papers-follow",
3843
"cute-donkeys-greet",
3944
"cyan-cougars-occur",
4045
"dark-pandas-start",
@@ -53,24 +58,35 @@
5358
"evil-bags-dance",
5459
"evil-flowers-float",
5560
"evil-hoops-return",
61+
"fair-phones-wink",
5662
"fast-insects-deny",
63+
"flat-cases-enter",
64+
"four-lizards-win",
5765
"four-taxes-beam",
5866
"free-teeth-live",
5967
"fruity-pillows-agree",
68+
"fruity-pumas-stick",
6069
"full-pens-cheat",
70+
"full-times-guess",
6171
"funny-otters-kick",
6272
"funny-wasps-heal",
6373
"giant-donuts-yell",
74+
"good-glasses-design",
6475
"green-mirrors-retire",
76+
"green-poems-drop",
6577
"grumpy-ties-mix",
6678
"happy-bats-eat",
6779
"heavy-signs-kick",
6880
"honest-hoops-peel",
81+
"hot-dots-stick",
6982
"hot-pigs-push",
7083
"huge-boats-fix",
84+
"huge-lions-do",
7185
"huge-regions-live",
7286
"huge-rocks-sip",
87+
"icy-llamas-jump",
7388
"khaki-pugs-hammer",
89+
"kind-melons-invent",
7490
"kind-shirts-sniff",
7591
"large-spiders-stay",
7692
"late-glasses-itch",
@@ -116,7 +132,9 @@
116132
"shaggy-dryers-make",
117133
"shaky-animals-wave",
118134
"shaky-dots-go",
135+
"shaky-ends-bake",
119136
"sharp-rockets-jam",
137+
"silver-mugs-leave",
120138
"slow-hounds-hide",
121139
"slow-streets-look",
122140
"smart-dots-rule",
@@ -126,6 +144,9 @@
126144
"solid-badgers-tan",
127145
"some-frogs-camp",
128146
"sour-hounds-repeat",
147+
"sparkly-beds-dress",
148+
"spicy-gifts-float",
149+
"spicy-seals-kiss",
129150
"spotty-plums-invite",
130151
"spotty-rules-taste",
131152
"swift-gifts-flow",
@@ -135,10 +156,12 @@
135156
"tangy-lies-strive",
136157
"tasty-states-raise",
137158
"thirty-glasses-pick",
159+
"three-cities-chew",
138160
"tricky-nights-mix",
139161
"tricky-pears-help",
140162
"true-waves-roll",
141163
"twelve-frogs-agree",
164+
"twenty-bushes-hope",
142165
"violet-gifts-fail",
143166
"violet-horses-walk",
144167
"warm-mammals-deny",

packages/layerchart/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# LayerChart
22

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+
353
## 2.0.0-next.44
454

555
### Patch Changes

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": "techniq/layerchart",
77
"homepage": "https://layerchart.com",
8-
"version": "2.0.0-next.44",
8+
"version": "2.0.0-next.45",
99
"scripts": {
1010
"dev": "pnpm package:watch",
1111
"package": "svelte-package",

0 commit comments

Comments
 (0)