Skip to content

Commit c335593

Browse files
authored
Merge pull request #577 from techniq/changeset-release/next
Version Packages (next)
2 parents 7c501e6 + 42717ae commit c335593

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
},
77
"changesets": [
88
"beige-bears-joke",
9+
"beige-doodles-shout",
910
"better-pets-divide",
1011
"big-boxes-shout",
1112
"blue-doodles-chew",
1213
"brave-spies-give",
14+
"breezy-donuts-sniff",
1315
"bumpy-breads-rhyme",
1416
"calm-jars-mix",
1517
"chatty-flies-bet",
@@ -35,6 +37,7 @@
3537
"funny-wasps-heal",
3638
"giant-donuts-yell",
3739
"green-mirrors-retire",
40+
"honest-hoops-peel",
3841
"huge-boats-fix",
3942
"huge-rocks-sip",
4043
"khaki-pugs-hammer",
@@ -67,6 +70,7 @@
6770
"rich-keys-take",
6871
"shaggy-dryers-make",
6972
"shaky-animals-wave",
73+
"sharp-rockets-jam",
7074
"slow-hounds-hide",
7175
"smart-dots-rule",
7276
"smart-paths-jog",
@@ -77,6 +81,7 @@
7781
"swift-gifts-flow",
7882
"tall-mice-tap",
7983
"tall-poems-take",
84+
"tame-lamps-report",
8085
"tangy-lies-strive",
8186
"tasty-states-raise",
8287
"thirty-glasses-pick",

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.25
4+
5+
### Patch Changes
6+
7+
- feat(TooltipContext): Support `quadtree-x` and `quadtree-y` modes. Resolves #525 ([#578](https://github.com/techniq/layerchart/pull/578))
8+
9+
- fix(AreaChart): Change default tooltip mode from `bisect-x` to `quadtree-x` (works with catagorical data and does not require data to be sorted) ([#578](https://github.com/techniq/layerchart/pull/578))
10+
11+
- fix(LineChart): Change default tooltip mode from `bisect-x` to `quadtree-x` (works with catagorical data and does not require data to be sorted) ([#578](https://github.com/techniq/layerchart/pull/578))
12+
13+
- fix(ScatterChart): Change default tooltip mode from `voronoi` to `quadtree` ([#578](https://github.com/techniq/layerchart/pull/578))
14+
15+
- fix: Support passing `<*Chart tooltip={...}>` to underlying TooltipContext (as types already indicate) ([#576](https://github.com/techniq/layerchart/pull/576))
16+
317
## 2.0.0-next.24
418

519
### 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 <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/layerchart",
7-
"version": "2.0.0-next.24",
7+
"version": "2.0.0-next.25",
88
"scripts": {
99
"dev": "vite dev --port 3002",
1010
"build": "vite build",

0 commit comments

Comments
 (0)