Skip to content

Commit

Permalink
Release Charts v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-cp authored and matticbot committed Jan 3, 2025
1 parent 9e37c6b commit a80b2d6
Show file tree
Hide file tree
Showing 10 changed files with 180 additions and 183 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.2-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.2.2] - 2025-01-03
### Changed
- Switching esbuild to rollup for better treeshaking.
- Updated package dependencies.
- Switching esbuild to rollup for better treeshaking. [#40817]
- Updated package dependencies. [#40798]

## [0.2.1] - 2024-12-31
### Added
Expand Down Expand Up @@ -45,6 +42,6 @@ This is an alpha version! The changes listed here are not final.
- Fixed lints following ESLint rule changes for TS [#40584]
- Fixing a bug in Chart storybook data. [#40640]

[0.2.2-alpha]: https://github.com/Automattic/charts/compare/v0.2.1...v0.2.2-alpha
[0.2.2]: https://github.com/Automattic/charts/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/Automattic/charts/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/charts/compare/v0.1.0...v0.2.0
38 changes: 19 additions & 19 deletions dist/components/bar-chart/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 {
position: relative;
text-align: center;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart-legend__c8W1Y {
margin-top: 1rem;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 .pie-semi-circle-chart-module__label__nPqOg {
margin-bottom: 0px;
font-weight: 600;
font-size: 16px;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 .pie-semi-circle-chart-module__note__LpBZQ {
margin-top: 0px;
font-size: 14px;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
Expand All @@ -19,25 +38,6 @@
font-weight: 500;
padding-right: 1rem;
}
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 {
position: relative;
text-align: center;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart-legend__c8W1Y {
margin-top: 1rem;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 .pie-semi-circle-chart-module__label__nPqOg {
margin-bottom: 0px;
font-weight: 600;
font-size: 16px;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 .pie-semi-circle-chart-module__note__LpBZQ {
margin-top: 0px;
font-size: 14px;
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
Expand Down
64 changes: 32 additions & 32 deletions dist/components/grid-control/style.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
.line-chart-module__line-chart__ITM3d {
position: relative;
}
.line-chart-module__line-chart__tooltip__aqcme {
background: #fff;
padding: 0.5rem;
}
.line-chart-module__line-chart__tooltip-date__4Dzab {
font-weight: bold;
padding-bottom: 10px;
}
.line-chart-module__line-chart__tooltip-row__6A37G {
display: flex;
align-items: center;
padding: 4px 0;
justify-content: space-between;
}
.line-chart-module__line-chart__tooltip-label__IvnFF {
font-weight: 500;
padding-right: 1rem;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
Expand All @@ -44,6 +23,38 @@
margin-top: 0px;
font-size: 14px;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
.line-chart-module__line-chart__tooltip__aqcme {
background: #fff;
padding: 0.5rem;
}
.line-chart-module__line-chart__tooltip-date__4Dzab {
font-weight: bold;
padding-bottom: 10px;
}
.line-chart-module__line-chart__tooltip-row__6A37G {
display: flex;
align-items: center;
padding: 4px 0;
justify-content: space-between;
}
.line-chart-module__line-chart__tooltip-label__IvnFF {
font-weight: 500;
padding-right: 1rem;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;
font-size: 14px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
position: absolute;
pointer-events: none;
transform: translate(-50%, -100%);
}
.legend-module__legend--horizontal__IUN13 {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -77,17 +88,6 @@
.legend-module__legend-item-value__d9x1j {
font-weight: 500;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;
font-size: 14px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
position: absolute;
pointer-events: none;
transform: translate(-50%, -100%);
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
Expand Down
52 changes: 26 additions & 26 deletions dist/components/legend/style.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
.line-chart-module__line-chart__ITM3d {
position: relative;
}
.line-chart-module__line-chart__tooltip__aqcme {
background: #fff;
padding: 0.5rem;
}
.line-chart-module__line-chart__tooltip-date__4Dzab {
font-weight: bold;
padding-bottom: 10px;
}
.line-chart-module__line-chart__tooltip-row__6A37G {
display: flex;
align-items: center;
padding: 4px 0;
justify-content: space-between;
}
.line-chart-module__line-chart__tooltip-label__IvnFF {
font-weight: 500;
padding-right: 1rem;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
Expand All @@ -44,6 +23,32 @@
margin-top: 0px;
font-size: 14px;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
.line-chart-module__line-chart__tooltip__aqcme {
background: #fff;
padding: 0.5rem;
}
.line-chart-module__line-chart__tooltip-date__4Dzab {
font-weight: bold;
padding-bottom: 10px;
}
.line-chart-module__line-chart__tooltip-row__6A37G {
display: flex;
align-items: center;
padding: 4px 0;
justify-content: space-between;
}
.line-chart-module__line-chart__tooltip-label__IvnFF {
font-weight: 500;
padding-right: 1rem;
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
shape-rendering: crispEdges;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
Expand All @@ -55,11 +60,6 @@
pointer-events: none;
transform: translate(-50%, -100%);
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
shape-rendering: crispEdges;
}
.legend-module__legend--horizontal__IUN13 {
display: flex;
flex-direction: row;
Expand Down
10 changes: 5 additions & 5 deletions dist/components/line-chart/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
margin-top: 0px;
font-size: 14px;
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
shape-rendering: crispEdges;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
Expand All @@ -34,11 +39,6 @@
pointer-events: none;
transform: translate(-50%, -100%);
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
shape-rendering: crispEdges;
}
.legend-module__legend--horizontal__IUN13 {
display: flex;
flex-direction: row;
Expand Down
42 changes: 21 additions & 21 deletions dist/components/pie-chart/style.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
.line-chart-module__line-chart__ITM3d {
position: relative;
}
.line-chart-module__line-chart__tooltip__aqcme {
background: #fff;
padding: 0.5rem;
}
.line-chart-module__line-chart__tooltip-date__4Dzab {
font-weight: bold;
padding-bottom: 10px;
}
.line-chart-module__line-chart__tooltip-row__6A37G {
display: flex;
align-items: center;
padding: 4px 0;
justify-content: space-between;
}
.line-chart-module__line-chart__tooltip-label__IvnFF {
font-weight: 500;
padding-right: 1rem;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
Expand All @@ -41,6 +20,27 @@
margin-top: 0px;
font-size: 14px;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
.line-chart-module__line-chart__tooltip__aqcme {
background: #fff;
padding: 0.5rem;
}
.line-chart-module__line-chart__tooltip-date__4Dzab {
font-weight: bold;
padding-bottom: 10px;
}
.line-chart-module__line-chart__tooltip-row__6A37G {
display: flex;
align-items: center;
padding: 4px 0;
justify-content: space-between;
}
.line-chart-module__line-chart__tooltip-label__IvnFF {
font-weight: 500;
padding-right: 1rem;
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
Expand Down
18 changes: 9 additions & 9 deletions dist/components/pie-semi-circle-chart/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
Expand All @@ -19,15 +28,6 @@
font-weight: 500;
padding-right: 1rem;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
Expand Down
Loading

0 comments on commit a80b2d6

Please sign in to comment.