We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38453c commit b4d4fa3Copy full SHA for b4d4fa3
3 files changed
.changeset/pre.json
@@ -41,6 +41,7 @@
41
"huge-boats-fix",
42
"huge-rocks-sip",
43
"khaki-pugs-hammer",
44
+ "kind-shirts-sniff",
45
"legal-parrots-beam",
46
"loud-paws-allow",
47
"lovely-loops-ring",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.26
4
+
5
+### Patch Changes
6
7
+- feat: Add `applyLanes()` array util to support densely packing timelines ([#449](https://github.com/techniq/layerchart/pull/449))
8
9
## 2.0.0-next.25
10
11
### Patch Changes
packages/layerchart/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerchart",
- "version": "2.0.0-next.25",
+ "version": "2.0.0-next.26",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
0 commit comments