From 79719f95e7ecbc76ac6bb855322b482ae88c4a2d Mon Sep 17 00:00:00 2001 From: joaosa Date: Mon, 27 Jan 2025 10:46:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v1.11.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 39 ++++++++++++-------------------------- package.json | 2 +- packages/vue2/package.json | 2 +- packages/vue3/package.json | 2 +- 4 files changed, 15 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a6f4779..e60e8851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.11.4](https://github.com/Adyen/lume/compare/1.11.3...1.11.4) + +- ⏪️ Revert "Convert bar transform-origin to rem" [`0eb3300`](https://github.com/Adyen/lume/commit/0eb33004e3551ac19fa49d6411dc715e2c5a1c65) + #### [1.11.3](https://github.com/Adyen/lume/compare/1.11.2...1.11.3) +> 17 December 2024 + - 🚀 Updated peer dependency of vue in Lume Vue 3 package [`e17944d`](https://github.com/Adyen/lume/commit/e17944de1289bf4aa90ba03e440b1124ca36e7cb) #### [1.11.2](https://github.com/Adyen/lume/compare/1.11.1...1.11.2) @@ -52,20 +58,13 @@ All notable changes to this project will be documented in this file. Dates are d - 💄 Update various Lume styles [`268fcfb`](https://github.com/Adyen/lume/commit/268fcfb1186f44802fc147f679914269d614b8c8) -#### [1.9.5](https://github.com/Adyen/lume/compare/1.9.4...1.9.5) +#### [1.9.5](https://github.com/Adyen/lume/compare/1.9.3...1.9.5) > 4 April 2024 +- 🏷️ Improve DX of exported types and add the missing types. [`387774a`](https://github.com/Adyen/lume/commit/387774a1ff1ce2cabcc61afc508bd398c9f8c357) - 🏷️ Exported utils types for better DX [`eef5e4a`](https://github.com/Adyen/lume/commit/eef5e4a25119c5e772867229eebdb8da3ff9594c) - 🏷️ Reusing different bar variants from all bar types [`64dd24d`](https://github.com/Adyen/lume/commit/64dd24de2ca9d87fd0079d99ddd8d94b6d32aea8) -- 🔥 Removed CHART_TYPES in favor of the existing enum [`fd819b1`](https://github.com/Adyen/lume/commit/fd819b1086250e6d37ada01094dc289d11944bda) - -#### [1.9.4](https://github.com/Adyen/lume/compare/1.9.3...1.9.4) - -> 3 April 2024 - -- 🏷️ Improve DX of exported types and add the missing types. [`387774a`](https://github.com/Adyen/lume/commit/387774a1ff1ce2cabcc61afc508bd398c9f8c357) -- 🏷️ Updated type import for few shared types [`4426731`](https://github.com/Adyen/lume/commit/44267311eb749c8e5fd6a127db2646bc5b480d3a) #### [1.9.3](https://github.com/Adyen/lume/compare/1.9.2...1.9.3) @@ -104,36 +103,22 @@ All notable changes to this project will be documented in this file. Dates are d - 🔧 Add triage label to issue templates [`c4e9771`](https://github.com/Adyen/lume/commit/c4e97713c57d43f17a88dec4783fb3a99f7b2342) - 🩹 Fix the horizontal stacked bar chart default options [`6f32ccf`](https://github.com/Adyen/lume/commit/6f32ccfb0a3434569897cccb31e3f8950de9fb87) -#### [1.7.0](https://github.com/Adyen/lume/compare/1.6.6...1.7.0) +#### [1.7.0](https://github.com/Adyen/lume/compare/1.6.5...1.7.0) > 11 January 2024 -- ✨ Introduce inverse property/option in lume-tooltip [`f510005`](https://github.com/Adyen/lume/commit/f5100056a33808b30a6368f064901dda746a8a14) -- 🐛 Fix handling datasets with empty values [`0a06efe`](https://github.com/Adyen/lume/commit/0a06efe33ff2e40ba38083dc5b5ccbc93bfbc7e8) -- 🐛 Update gridlines on container size change [`294a473`](https://github.com/Adyen/lume/commit/294a4734d1dab4074fc6d2e26b273b3ecfbd4d1b) - -#### [1.6.6](https://github.com/Adyen/lume/compare/1.6.5...1.6.6) - -> 5 January 2024 - - 🐛 Fix empty data/labels handling [`d5dca98`](https://github.com/Adyen/lume/commit/d5dca9899ea03a433672df32537bc107ccc23492) - 🐛 Fix wrong assumption on external hover [`ca3f936`](https://github.com/Adyen/lume/commit/ca3f936e238467c7583a66242cf59fa3b714ed79) -- 🐛 Fix scale override in stacked bar chart [`a6ba301`](https://github.com/Adyen/lume/commit/a6ba3018e9299484f7349fcd0e384e85676c73df) +- ✨ Introduce inverse property/option in lume-tooltip [`f510005`](https://github.com/Adyen/lume/commit/f5100056a33808b30a6368f064901dda746a8a14) -#### [1.6.5](https://github.com/Adyen/lume/compare/1.6.4...1.6.5) +#### [1.6.5](https://github.com/Adyen/lume/compare/1.6.3...1.6.5) > 11 December 2023 +- 🐛 Fix alluvial node min. height in derived nodes [`d71b702`](https://github.com/Adyen/lume/commit/d71b702651a3b2ac1eee9cd581e148d1c1b961a4) - 🐛 Fix unhandled line-group null value cases [`909b672`](https://github.com/Adyen/lume/commit/909b672addf3f11dd91769b2feb69512ef2f43e3) - 🐛 Make skip option reactive [`eefa96e`](https://github.com/Adyen/lume/commit/eefa96e033137ba350abbed8fcd3d472c24751ed) -#### [1.6.4](https://github.com/Adyen/lume/compare/1.6.3...1.6.4) - -> 8 December 2023 - -- 🐛 Fix alluvial node min. height in derived nodes [`d71b702`](https://github.com/Adyen/lume/commit/d71b702651a3b2ac1eee9cd581e148d1c1b961a4) -- 💄 Update tooltip value spacing [`568ae4f`](https://github.com/Adyen/lume/commit/568ae4f6cd8ab3a426a4c7a30c70e13e38e3dca4) - #### [1.6.3](https://github.com/Adyen/lume/compare/1.6.2...1.6.3) > 27 November 2023 diff --git a/package.json b/package.json index 4305450c..44bd92af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.11.3", + "version": "1.11.4", "description": "Lume is a Vue data visualization component library, built with Typescript and D3.", "type": "module", "license": "MIT", diff --git a/packages/vue2/package.json b/packages/vue2/package.json index 168ee605..a72ce5cf 100644 --- a/packages/vue2/package.json +++ b/packages/vue2/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume", - "version": "1.11.3", + "version": "1.11.4", "description": "Lume is a Vue data visualization component library, built with Typescript and D3.", "type": "module", "module": "dist/index.js", diff --git a/packages/vue3/package.json b/packages/vue3/package.json index 9b3500ab..0a738072 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/lume-vue3", - "version": "1.11.3", + "version": "1.11.4", "description": "Lume is a Vue data visualization component library, built with Typescript and D3.", "type": "module", "module": "dist/index.js",