Skip to content

Commit febccfa

Browse files
🔖 Release v1.9.2
1 parent 91b50da commit febccfa

File tree

5 files changed

+6575
-2258
lines changed

5 files changed

+6575
-2258
lines changed

CHANGELOG.md

+26-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [1.9.2](https://github.com/Adyen/lume/compare/1.9.1...1.9.2)
6+
7+
- ⬆️ Update dependency vite to v4.5.2 [`9eec45a`](https://github.com/Adyen/lume/commit/9eec45a8e8a1890dcaf59285de5221ce9e915350)
8+
- ⬆️ Bump dependency versions [`df201ce`](https://github.com/Adyen/lume/commit/df201ce9c7057eb82019081fb29d26edbf1fe235)
9+
- 📝 Remove h1 title from README to integrate in docs website [`09b56d4`](https://github.com/Adyen/lume/commit/09b56d4eecab0dae952bf5eb618a8489aa687cb8)
10+
511
#### [1.9.1](https://github.com/Adyen/lume/compare/1.9.0...1.9.1)
612

13+
> 19 January 2024
14+
715
- 🐛 Add missing color values in constants [`7bbf38b`](https://github.com/Adyen/lume/commit/7bbf38b5e026711281a3fcde9fe05c7c89b3f952)
816

917
#### [1.9.0](https://github.com/Adyen/lume/compare/1.8.0...1.9.0)
@@ -22,22 +30,36 @@ All notable changes to this project will be documented in this file. Dates are d
2230
- 🔧 Add triage label to issue templates [`c4e9771`](https://github.com/Adyen/lume/commit/c4e97713c57d43f17a88dec4783fb3a99f7b2342)
2331
- 🩹 Fix the horizontal stacked bar chart default options [`6f32ccf`](https://github.com/Adyen/lume/commit/6f32ccfb0a3434569897cccb31e3f8950de9fb87)
2432

25-
#### [1.7.0](https://github.com/Adyen/lume/compare/1.6.5...1.7.0)
33+
#### [1.7.0](https://github.com/Adyen/lume/compare/1.6.6...1.7.0)
2634

2735
> 11 January 2024
2836
37+
- ✨ Introduce inverse property/option in lume-tooltip [`f510005`](https://github.com/Adyen/lume/commit/f5100056a33808b30a6368f064901dda746a8a14)
38+
- 🐛 Fix handling datasets with empty values [`0a06efe`](https://github.com/Adyen/lume/commit/0a06efe33ff2e40ba38083dc5b5ccbc93bfbc7e8)
39+
- 🐛 Update gridlines on container size change [`294a473`](https://github.com/Adyen/lume/commit/294a4734d1dab4074fc6d2e26b273b3ecfbd4d1b)
40+
41+
#### [1.6.6](https://github.com/Adyen/lume/compare/1.6.5...1.6.6)
42+
43+
> 5 January 2024
44+
2945
- 🐛 Fix empty data/labels handling [`d5dca98`](https://github.com/Adyen/lume/commit/d5dca9899ea03a433672df32537bc107ccc23492)
3046
- 🐛 Fix wrong assumption on external hover [`ca3f936`](https://github.com/Adyen/lume/commit/ca3f936e238467c7583a66242cf59fa3b714ed79)
31-
- ✨ Introduce inverse property/option in lume-tooltip [`f510005`](https://github.com/Adyen/lume/commit/f5100056a33808b30a6368f064901dda746a8a14)
47+
- 🐛 Fix scale override in stacked bar chart [`a6ba301`](https://github.com/Adyen/lume/commit/a6ba3018e9299484f7349fcd0e384e85676c73df)
3248

33-
#### [1.6.5](https://github.com/Adyen/lume/compare/1.6.3...1.6.5)
49+
#### [1.6.5](https://github.com/Adyen/lume/compare/1.6.4...1.6.5)
3450

3551
> 11 December 2023
3652
37-
- 🐛 Fix alluvial node min. height in derived nodes [`d71b702`](https://github.com/Adyen/lume/commit/d71b702651a3b2ac1eee9cd581e148d1c1b961a4)
3853
- 🐛 Fix unhandled line-group null value cases [`909b672`](https://github.com/Adyen/lume/commit/909b672addf3f11dd91769b2feb69512ef2f43e3)
3954
- 🐛 Make skip option reactive [`eefa96e`](https://github.com/Adyen/lume/commit/eefa96e033137ba350abbed8fcd3d472c24751ed)
4055

56+
#### [1.6.4](https://github.com/Adyen/lume/compare/1.6.3...1.6.4)
57+
58+
> 8 December 2023
59+
60+
- 🐛 Fix alluvial node min. height in derived nodes [`d71b702`](https://github.com/Adyen/lume/commit/d71b702651a3b2ac1eee9cd581e148d1c1b961a4)
61+
- 💄 Update tooltip value spacing [`568ae4f`](https://github.com/Adyen/lume/commit/568ae4f6cd8ab3a426a4c7a30c70e13e38e3dca4)
62+
4163
#### [1.6.3](https://github.com/Adyen/lume/compare/1.6.2...1.6.3)
4264

4365
> 27 November 2023

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/lume",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.",
55
"type": "module",
66
"license": "MIT",

packages/vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/lume",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.",
55
"type": "module",
66
"module": "dist/index.js",

packages/vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/lume-vue3",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)