Skip to content

Commit aa9f7e9

Browse files
Version Packages (next) (#484)
* Version Packages (next) * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sean Lynch <[email protected]>
1 parent c51e7d7 commit aa9f7e9

File tree

3 files changed

+60
-1
lines changed

3 files changed

+60
-1
lines changed

.changeset/pre.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,26 @@
55
"layerchart": "1.0.7"
66
},
77
"changesets": [
8+
"beige-bears-joke",
9+
"calm-jars-mix",
10+
"easy-candies-wait",
11+
"evil-flowers-float",
12+
"giant-donuts-yell",
13+
"green-mirrors-retire",
14+
"odd-pears-float",
815
"pink-showers-hunt",
916
"polite-parts-learn",
17+
"quiet-insects-share",
18+
"rare-olives-change",
19+
"real-badgers-say",
20+
"red-monkeys-sleep",
21+
"shaggy-dryers-make",
22+
"smart-paths-jog",
23+
"some-frogs-camp",
24+
"sour-hounds-repeat",
1025
"tall-poems-take",
26+
"true-waves-roll",
27+
"violet-horses-walk",
1128
"witty-clocks-divide"
1229
]
1330
}

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.2
4+
5+
### Major Changes
6+
7+
- feat: Migrate to Svelte 5 runes/snippets (issue #159) ([#458](https://github.com/techniq/layerchart/pull/458))
8+
9+
### Minor Changes
10+
11+
- feat: Add Annotation components (AnnotationPoint, AnnotationLine, AnnotationRange) ([#458](https://github.com/techniq/layerchart/pull/458))
12+
13+
- feat: Integrate `annotations` into simplified charts ([#458](https://github.com/techniq/layerchart/pull/458))
14+
15+
- feat(Pattern): Simplified definitions via `lines`/`circles` props (issue #472) ([#458](https://github.com/techniq/layerchart/pull/458))
16+
17+
- feat(Pattern): Canvas support ([#458](https://github.com/techniq/layerchart/pull/458))
18+
19+
- feat(BarChart): Radial support (vertical and horizontal) (issue #469) ([#458](https://github.com/techniq/layerchart/pull/458))
20+
21+
- feat(Arc/Text): Arc path labels with inner/outer/middle placement and smart flipping (issue #7) ([#458](https://github.com/techniq/layerchart/pull/458))
22+
23+
- feat: New ArcChart component ([#458](https://github.com/techniq/layerchart/pull/458))
24+
25+
- feat: New Connector component (issue #11) ([#458](https://github.com/techniq/layerchart/pull/458))
26+
27+
- feat: Add `Layer` component to easily switch between Svg, Canavs, and Html layers ([#458](https://github.com/techniq/layerchart/pull/458))
28+
29+
- refactor: Remove LayerCake dependency (issue #432) ([#458](https://github.com/techniq/layerchart/pull/458))
30+
31+
### Patch Changes
32+
33+
- fix(ForceSimulation): Restore performance to at/near Svelte 4 performance (issue #451) ([#458](https://github.com/techniq/layerchart/pull/458))
34+
35+
- fix(ScatterChart): Support color scales based on value (such as threshold) ([#458](https://github.com/techniq/layerchart/pull/458))
36+
37+
- fix(Highlight): Support radial area (issue #112) ([#458](https://github.com/techniq/layerchart/pull/458))
38+
39+
- feat: Add classes for underlying element styling ([#458](https://github.com/techniq/layerchart/pull/458))
40+
41+
- fix: Resolves "Target div has zero or negative height" console warning (issue #291) ([#458](https://github.com/techniq/layerchart/pull/458))
42+
43+
- fix(Text): Respect font weight when canvas rendered ([#458](https://github.com/techniq/layerchart/pull/458))
44+
345
## 1.0.9
446

547
### Patch Changes

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/layerchart",
7-
"version": "2.0.0-next.1",
7+
"version": "2.0.0-next.2",
88
"scripts": {
99
"dev": "vite dev --port 3002",
1010
"build": "vite build",

0 commit comments

Comments
 (0)