File tree 3 files changed +60
-1
lines changed 3 files changed +60
-1
lines changed Original file line number Diff line number Diff line change 5
5
"layerchart" : " 1.0.7"
6
6
},
7
7
"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" ,
8
15
" pink-showers-hunt" ,
9
16
" 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" ,
10
25
" tall-poems-take" ,
26
+ " true-waves-roll" ,
27
+ " violet-horses-walk" ,
11
28
" witty-clocks-divide"
12
29
]
13
30
}
Original file line number Diff line number Diff line change 1
1
# LayerChart
2
2
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
+
3
45
## 1.0.9
4
46
5
47
### Patch Changes
Original file line number Diff line number Diff line change 4
4
"author" :
" Sean Lynch <[email protected] >" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " techniq/layerchart" ,
7
- "version" : " 2.0.0-next.1 " ,
7
+ "version" : " 2.0.0-next.2 " ,
8
8
"scripts" : {
9
9
"dev" : " vite dev --port 3002" ,
10
10
"build" : " vite build" ,
You can’t perform that action at this time.
0 commit comments