Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ”– Release v0.9.0 #270

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,35 @@

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

#### [v0.9.0](https://github.com/Adyen/lume/compare/v0.8.0...v0.9.0)

- πŸ”§ Move from npm to pnpm [`bcb724d`](https://github.com/Adyen/lume/commit/bcb724d9f78408ab51ba4e2ebec25bde782b20f4)
- ⬆️ Update vitest monorepo to ^0.33.0 [`898b1fe`](https://github.com/Adyen/lume/commit/898b1fe8a9665448979d13725afb7148277967c5)
- πŸ“ Refined stories for all lume charts [`30692f3`](https://github.com/Adyen/lume/commit/30692f34037429e6f98c57a07cf3f68989bf99ca)
- πŸ”§ Fix package versions & scripts [`69efca3`](https://github.com/Adyen/lume/commit/69efca3f3b3c795438ecc48dcca75b581bc99c30)
- ✨ Add auto margins calculation [`ecfae2d`](https://github.com/Adyen/lume/commit/ecfae2d51e59fd46c65404516e33ac7ee28797fc)
- πŸ“ Added documentation for alluvial-group [`fa4ac95`](https://github.com/Adyen/lume/commit/fa4ac9506abc5b8d0405e169aa85219d76928cfc)
- πŸ”§ Add iframe resize decorator for Storybook [`df8c5c4`](https://github.com/Adyen/lume/commit/df8c5c42be7917983c47a3375e8b226d4eb1dcc3)
- πŸ“ Removed figma links from all stories [`3fea7ac`](https://github.com/Adyen/lume/commit/3fea7acb39cd7154e49b319e3c20893dc9e51a32)
- πŸ“ Update documentation [`60bfea5`](https://github.com/Adyen/lume/commit/60bfea57c8c06a7ed4582f081aa0a90b0b5efb61)
- ✨ Add barHeight option for horizontal bar charts [`ef02286`](https://github.com/Adyen/lume/commit/ef022863f08a85d3e013b36322d80a6a9f6c985c)
- βœ… Update unit tests [`2a5cbda`](https://github.com/Adyen/lume/commit/2a5cbda956edba4d4793741839684bdecd091c53)
- πŸ”§ Update GH actions with pnpm [`1270153`](https://github.com/Adyen/lume/commit/127015343f39c419bab518d165f72023182618e4)
- πŸ› Fix stacked bar chart not applying padding values [`5dd1f8b`](https://github.com/Adyen/lume/commit/5dd1f8b98ccceca4aebe10ac7b584864567824b8)
- 🩹 Add offset constant; Use tickPadding to calculate size [`28e0fcd`](https://github.com/Adyen/lume/commit/28e0fcd12ba3803370364896f01f2b139685c5a3)
- πŸ”§ Update NPM publish tokens [`4c1e726`](https://github.com/Adyen/lume/commit/4c1e726452160e8797216d1186962cd45553e285)
- πŸ“ Update README [`2c2d4a6`](https://github.com/Adyen/lume/commit/2c2d4a673d3e15be0639c163d3d2547719c55fc6)
- βœ… Update unit tests [`2f1f9e9`](https://github.com/Adyen/lume/commit/2f1f9e9fbde195cb2c1ae13694bf412c358ce7b8)
- βœ… Fix error from unit test [`f6f7d81`](https://github.com/Adyen/lume/commit/f6f7d813f948fe1d382ce394bfb5eb3fa980ede0)
- βœ… Updated test to accomodate changes in alluvial data [`f90581d`](https://github.com/Adyen/lume/commit/f90581d9b93af51e3e918fc7bfabed45447d7e0a)
- πŸ”‡ Remove console.log in iframe-resizer [`5478f37`](https://github.com/Adyen/lume/commit/5478f374c71cdcd5256939ab1cf50e373517219e)

#### [v0.8.0](https://github.com/Adyen/lume/compare/v0.7.1...v0.8.0)

> 14 July 2023

- ✨ Add option to switch order of Alluvial labels/values [`3322cf2`](https://github.com/Adyen/lume/commit/3322cf21ce2681f5c8d172af1b42eab34c8b09e7)
- πŸ”– Release v0.8.0 [`9c810a0`](https://github.com/Adyen/lume/commit/9c810a014754d54703377fb6619371844da94060)
- πŸ”– Release v0.7.1 [`a2d400c`](https://github.com/Adyen/lume/commit/a2d400c3762d83f66f05e36c75fdeb3cb0206cc3)

#### [v0.7.1](https://github.com/Adyen/lume/compare/v0.7.0...v0.7.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adyen/lume",
"version": "0.8.0",
"version": "0.9.0",
"description": "Lume is a component library for visual representations of data, built for Vue with D3.",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adyen/lume",
"version": "0.8.0",
"version": "0.9.0",
"description": "",
"type": "module",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adyen/lume-vue3",
"version": "0.8.0",
"version": "0.9.0",
"description": "",
"type": "module",
"module": "dist/index.js",
Expand Down
Loading