Releases: Adyen/lume
Releases · Adyen/lume
[private] Release 0.2.0
- 🐛 Fix axis grid lines not updating on size change
#138
- 💄 Add other colors (green, orange, red)
#136
- 💚 Fix vitest config
#140
- 🔧 Update release config to create draft Github releases
#133
- ⬆️ Update vitest monorepo to ^0.27.0
#132
- ✨ Introduce script setup
#121
- ⬆️ Update dependency d3 to v7.8.0
#118
- ⬆️ Update dependency vite-plugin-static-copy to ^0.13.0
#117
- ⬆️ Update vitest monorepo to ^0.26.0
#126
- 🔖 Release v0.1.9
#131
- ✨ add script setup to core components
3af8d6f
- ✨ add script setup to chart components
5abe8e7
- ✅ fix failing tests
b713d44
- 🎨 Remove unnecessary lifecycle hook
82171bc
- 🏷️ add type validation to defineEmits events
46fffdd
[private] Release 0.1.9
[private] v0.1.7
What's Changed
- ⬆️ Bump jest-environment-jsdom from 29.2.1 to 29.2.2 by @dependabot in #30
- ⬆️ Bump d3-format from 1.4.5 to 3.1.0 by @dependabot in #31
- ⬆️ Bump d3-shape from 2.1.0 to 3.1.0 by @dependabot in #34
- ⬆️ Bump @types/node from 17.0.45 to 18.11.5 by @dependabot in #35
- ⬆️ Bump jest and @types/jest by @dependabot in #33
- 41 add option to set/remove chart background color by @joao-m-santos in #43
- Add d3 package to fix jest errors by @vivy27 in #37
- 👷 automated release workflow by @vivy27 in #16
- 39 Allow for custom tooltip targetElement by @joao-m-santos in #44
- ✨ Included tooltip slots in chart components so that they can be overridden by the consumers by @govind-srinidhi in #36
- 👷 add git config by @vivy27 in #50
- ⬆️ Bump d3-color and d3 by @dependabot in #51
- 💄 Update styles to allow for typography customization by @joao-m-santos in #52
- 📝 Added figma links to the chart stories by @govind-srinidhi in #53
- 🔥 Remove different symbols for lume-tooltip by @joao-m-santos in #54
- 📝 invert bar chart options upon orientation change by @vivy27 in #29
- 🎨 Small improvement proposal to the axis component and its constituen… by @Lucas1981 in #61
- ✅ Restore outcome of the unit tests for the scales spec by @Lucas1981 in #64
- 📝 Updated the storybook mock data by @govind-srinidhi in #66
- 👷 Add cleanup postbuild script; Inline font assets by @joao-m-santos in #69
- ⬆️ Bump @vue/vue2-jest from 29.1.1 to 29.2.0 by @dependabot in #59
- ⬆️ Bump jest and @types/jest by @dependabot in #71
- ⬆️ Bump @typescript-eslint/parser from 5.42.0 to 5.42.1 by @dependabot in #56
- ⬆️ Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #70
- 📝 Mocked base data for real time charts by @govind-srinidhi in #67
- ⬆️ Bump jest-environment-jsdom from 29.2.2 to 29.3.1 by @dependabot in #72
- ⬆️ Bump sass-loader from 8.0.2 to 13.2.0 by @dependabot in #73
- ⬆️ Bump eslint from 8.26.0 to 8.27.0 by @dependabot in #74
- ⬆️ Bump @typescript-eslint/parser from 5.42.1 to 5.43.0 by @dependabot in #78
- ⬆️ Bump webpack from 5.74.0 to 5.75.0 by @dependabot in #77
- ⬆️ Bump @types/d3-sankey from 0.11.2 to 0.12.0 by @dependabot in #76
- 📝 Documentation for lume-point component by @Lucas1981 in #80
- Mr/main/lucasv/added documentation for lume line by @Lucas1981 in #81
- 👷 Change build tool to Vite by @joao-m-santos in #79
- ⏪️ Rollback Storybook config to use Webpack by @joao-m-santos in #84
- 🎨 Make orientation optional and don't make it a prop for the alluvial… by @Lucas1981 in #85
- 🚸 Improve axis tick display on hover by @joao-m-santos in #68
- 📝 Added README.md for lume chart legend by @Lucas1981 in #82
- Mr/main/lucasv/changing the case for consts in lume bar chart by @Lucas1981 in #89
- 🐛 Fix axis ticks not displaying by @joao-m-santos in #91
- Configure Renovate by @renovate in #83
- ✨ Add option to control line width by @joao-m-santos in #98
- 🐛 Add chart ID to fix portal names issue by @joao-m-santos in #100
- 📝 docs: add quick link for navigation by @vivy27 in #104
- ♻️ Use portal to broker for the chart legend in the lume chart compo… by @Lucas1981 in #97
- ✨ Introduce vitest for test by @vivy27 in #101
- ♻️ Rough setup to move out the logic from the line and line-group co… by @joao-m-santos in #103
- Tooltip should have an option to format value by @joao-m-santos in #110
- ✨ Make sure portals are scoped to component by using a unique id gene… by @Lucas1981 in #108
New Contributors
- @govind-srinidhi made their first contribution in #36
- @Lucas1981 made their first contribution in #61
- @renovate made their first contribution in #83
Full Changelog: 0.1.1...v0.1.7
[private] v0.1.6
What's Changed
- ⬆️ Bump jest-environment-jsdom from 29.2.1 to 29.2.2 by @dependabot in #30
- ⬆️ Bump d3-format from 1.4.5 to 3.1.0 by @dependabot in #31
- ⬆️ Bump d3-shape from 2.1.0 to 3.1.0 by @dependabot in #34
- ⬆️ Bump @types/node from 17.0.45 to 18.11.5 by @dependabot in #35
- ⬆️ Bump jest and @types/jest by @dependabot in #33
- 41 add option to set/remove chart background color by @joao-m-santos in #43
- Add d3 package to fix jest errors by @vivy27 in #37
- 👷 automated release workflow by @vivy27 in #16
- 39 Allow for custom tooltip targetElement by @joao-m-santos in #44
- ✨ Included tooltip slots in chart components so that they can be overridden by the consumers by @govind-srinidhi in #36
- 👷 add git config by @vivy27 in #50
- ⬆️ Bump d3-color and d3 by @dependabot in #51
- 💄 Update styles to allow for typography customization by @joao-m-santos in #52
- 📝 Added figma links to the chart stories by @govind-srinidhi in #53
- 🔥 Remove different symbols for lume-tooltip by @joao-m-santos in #54
- 📝 invert bar chart options upon orientation change by @vivy27 in #29
- 🎨 Small improvement proposal to the axis component and its constituen… by @Lucas1981 in #61
- ✅ Restore outcome of the unit tests for the scales spec by @Lucas1981 in #64
- 📝 Updated the storybook mock data by @govind-srinidhi in #66
- 👷 Add cleanup postbuild script; Inline font assets by @joao-m-santos in #69
- ⬆️ Bump @vue/vue2-jest from 29.1.1 to 29.2.0 by @dependabot in #59
- ⬆️ Bump jest and @types/jest by @dependabot in #71
- ⬆️ Bump @typescript-eslint/parser from 5.42.0 to 5.42.1 by @dependabot in #56
- ⬆️ Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #70
- 📝 Mocked base data for real time charts by @govind-srinidhi in #67
- ⬆️ Bump jest-environment-jsdom from 29.2.2 to 29.3.1 by @dependabot in #72
- ⬆️ Bump sass-loader from 8.0.2 to 13.2.0 by @dependabot in #73
- ⬆️ Bump eslint from 8.26.0 to 8.27.0 by @dependabot in #74
- ⬆️ Bump @typescript-eslint/parser from 5.42.1 to 5.43.0 by @dependabot in #78
- ⬆️ Bump webpack from 5.74.0 to 5.75.0 by @dependabot in #77
- ⬆️ Bump @types/d3-sankey from 0.11.2 to 0.12.0 by @dependabot in #76
- 📝 Documentation for lume-point component by @Lucas1981 in #80
- Mr/main/lucasv/added documentation for lume line by @Lucas1981 in #81
- 👷 Change build tool to Vite by @joao-m-santos in #79
- ⏪️ Rollback Storybook config to use Webpack by @joao-m-santos in #84
- 🎨 Make orientation optional and don't make it a prop for the alluvial… by @Lucas1981 in #85
- 🚸 Improve axis tick display on hover by @joao-m-santos in #68
- 📝 Added README.md for lume chart legend by @Lucas1981 in #82
- Mr/main/lucasv/changing the case for consts in lume bar chart by @Lucas1981 in #89
- 🐛 Fix axis ticks not displaying by @joao-m-santos in #91
- Configure Renovate by @renovate in #83
- ✨ Add option to control line width by @joao-m-santos in #98
- 🐛 Add chart ID to fix portal names issue by @joao-m-santos in #100
New Contributors
- @govind-srinidhi made their first contribution in #36
- @Lucas1981 made their first contribution in #61
- @renovate made their first contribution in #83
Full Changelog: 0.1.1...v0.1.6
[private] v0.1.3
What's Changed
- ⬆️ Bump jest-environment-jsdom from 29.2.1 to 29.2.2 by @dependabot in #30
- ⬆️ Bump d3-format from 1.4.5 to 3.1.0 by @dependabot in #31
- ⬆️ Bump d3-shape from 2.1.0 to 3.1.0 by @dependabot in #34
- ⬆️ Bump @types/node from 17.0.45 to 18.11.5 by @dependabot in #35
- ⬆️ Bump jest and @types/jest by @dependabot in #33
- 41 add option to set/remove chart background color by @joao-m-santos in #43
- Add d3 package to fix jest errors by @vivy27 in #37
- 👷 automated release workflow by @vivy27 in #16
- 39 Allow for custom tooltip targetElement by @joao-m-santos in #44
- ✨ Included tooltip slots in chart components so that they can be overridden by the consumers by @govind-srinidhi in #36
- 👷 add git config by @vivy27 in #50
- ⬆️ Bump d3-color and d3 by @dependabot in #51
- 💄 Update styles to allow for typography customization by @joao-m-santos in #52
Full Changelog: 0.1.1...v0.1.3
[private] v0.1.2
What's Changed
- ⬆️ Bump jest-environment-jsdom from 29.2.1 to 29.2.2 by @dependabot in #30
- ⬆️ Bump d3-format from 1.4.5 to 3.1.0 by @dependabot in #31
- ⬆️ Bump d3-shape from 2.1.0 to 3.1.0 by @dependabot in #34
- ⬆️ Bump @types/node from 17.0.45 to 18.11.5 by @dependabot in #35
- ⬆️ Bump jest and @types/jest by @dependabot in #33
- 41 add option to set/remove chart background color by @joao-m-santos in #43
- Add d3 package to fix jest errors by @vivy27 in #37
- 👷 automated release workflow by @vivy27 in #16
- 39 Allow for custom tooltip targetElement by @joao-m-santos in #44
- ✨ Included tooltip slots in chart components so that they can be overridden by the consumers by @govind-srinidhi in #36
- 👷 add git config by @vivy27 in #50
Full Changelog: 0.1.1...v0.1.2
[private] v0.1.1
What's Changed
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in #1
- ✨ DV-110: Replace all ADV usages with Lume 💡 by @joao-m-santos in #5
- 🔧 Improve ES production build by @joao-m-santos in #6
- 👷 Update pr.yml workflow by @joao-m-santos in #10
- 🚚 Move charts, core & groups to src/components directory by @joao-m-santos in #9
- 🚚 Move spec files to same dir of what they're testing by @joao-m-santos in #12
- 👷 Add npm publish script (dry) by @joao-m-santos in #14
- 🎨 enhance issue templates by @vivy27 in #13
- 💄 Update typography styles by @joao-m-santos in #15
- ⏪ add back the md version issue templates by @vivy27 in #17
- 💚 fix broken test in github action by @vivy27 in #19
- ⬆️ Bump jest-environment-jsdom from 28.1.3 to 29.2.0 by @dependabot in #21
- ⬆️ Bump babel-jest from 28.1.3 to 29.2.0 by @dependabot in #24
- ⬆️ Bump css-loader from 3.6.0 to 6.7.1 by @dependabot in #23
- ✨ Provide options to customize bar paddings by @joao-m-santos in #27
New Contributors
- @joao-m-santos made their first contribution in #5
- @vivy27 made their first contribution in #13
Full Changelog: https://github.com/Adyen/lume/commits/0.1.1