Skip to content

Commit 375b832

Browse files
authored
Merge pull request #560 from techniq/changeset-release/next
Version Packages (next)
2 parents 58acceb + 14091b4 commit 375b832

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
"better-pets-divide",
1010
"big-boxes-shout",
1111
"blue-doodles-chew",
12+
"brave-spies-give",
1213
"bumpy-breads-rhyme",
1314
"calm-jars-mix",
1415
"chatty-flies-bet",
1516
"chatty-shirts-rule",
1617
"crazy-friends-talk",
1718
"cruel-cameras-begin",
1819
"cruel-rats-taste",
20+
"curly-lies-write",
1921
"dark-pandas-start",
2022
"dirty-kings-send",
2123
"early-peaches-accept",
@@ -33,6 +35,7 @@
3335
"huge-rocks-sip",
3436
"khaki-pugs-hammer",
3537
"legal-parrots-beam",
38+
"loud-paws-allow",
3639
"lucky-pianos-count",
3740
"mighty-weeks-try",
3841
"modern-nails-kiss",
@@ -41,6 +44,7 @@
4144
"ninety-ghosts-taste",
4245
"odd-pears-float",
4346
"open-bushes-run",
47+
"open-houses-vanish",
4448
"pink-flies-worry",
4549
"pink-hornets-rest",
4650
"pink-showers-hunt",
@@ -70,8 +74,10 @@
7074
"tangy-lies-strive",
7175
"tasty-states-raise",
7276
"thirty-glasses-pick",
77+
"tricky-nights-mix",
7378
"tricky-pears-help",
7479
"true-waves-roll",
80+
"violet-gifts-fail",
7581
"violet-horses-walk",
7682
"warm-mammals-deny",
7783
"warm-women-glow",

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.20
4+
5+
### Patch Changes
6+
7+
- fix(Canvas): Improve performance by skipping unnecessary work when hit canvas is unneeded ([#561](https://github.com/techniq/layerchart/pull/561))
8+
9+
- fix(Canvas): Improve performance by reducing computed style lookups and memoizing responses ([#561](https://github.com/techniq/layerchart/pull/561))
10+
11+
- fix(Canvas): Only apply text/font properties to canvas to improve performance ([#561](https://github.com/techniq/layerchart/pull/561))
12+
13+
- fix(GeoPath): Improve performance by only using custom geoCurvePath when `curve` overridden ([#561](https://github.com/techniq/layerchart/pull/561))
14+
15+
- fix(GeoPath): Fix reactivity with `curve` when using Canvas context ([#561](https://github.com/techniq/layerchart/pull/561))
16+
17+
- fix(Calendar): Support showing month labels without path via `monthLabel` prop (true by default) ([#449](https://github.com/techniq/layerchart/pull/449))
18+
319
## 2.0.0-next.19
420

521
### 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.19",
7+
"version": "2.0.0-next.20",
88
"scripts": {
99
"dev": "vite dev --port 3002",
1010
"build": "vite build",

0 commit comments

Comments
 (0)