Skip to content

Commit f69ec41

Browse files
chore(release): 1.30.0 [skip ci]
## [1.30.0](v1.29.1...v1.30.0) (2024-04-16) ### Features * basic experiment for wrapping loading skeleton ([c94b232](c94b232)) * button common styles mixin ([b40befd](b40befd)) * loading text & standardisation ([a654907](a654907)) * LoadingButton ([d2c597b](d2c597b)) * LoadingImage ([3de0828](3de0828)) * update story example and css ([d71cc8d](d71cc8d)) ### Bug Fixes * add pulse animation duration variable, fix imports ([99911c7](99911c7)) * enforce common button styles class on custom element definition ([92b371c](92b371c)) * extract common styles to mixin, import mixin ([b472db7](b472db7)) * fit-content on typographic styles ([3c56beb](3c56beb)) * force apply class with shared styles to custom element ([c14e6c9](c14e6c9)) * import mixin, remove duplicate common styles ([919903b](919903b)) * import paths for pulse.css ([abe8245](abe8245)) * missing controls on loading button story ([05272c6](05272c6)) * pulse.css ([e1d2454](e1d2454)) * remove debugging comments ([062082c](062082c)) * remove loadingSkeleton wrapper example ([70fa4ed](70fa4ed)) * return button attributes ([92e7626](92e7626))
1 parent f8f1599 commit f69ec41

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [1.30.0](https://github.com/etchteam/diamond-ui/compare/v1.29.1...v1.30.0) (2024-04-16)
2+
3+
4+
### Features
5+
6+
* basic experiment for wrapping loading skeleton ([c94b232](https://github.com/etchteam/diamond-ui/commit/c94b232bdb1a6a94f072b2f9bac8b1d888754c80))
7+
* button common styles mixin ([b40befd](https://github.com/etchteam/diamond-ui/commit/b40befd27d973a78429e7adf31788e8ccb3dda96))
8+
* loading text & standardisation ([a654907](https://github.com/etchteam/diamond-ui/commit/a65490715a751b8a79f4704284820adc3b492cc2))
9+
* LoadingButton ([d2c597b](https://github.com/etchteam/diamond-ui/commit/d2c597bcb18e3c869a36f8bff461c602dedafb96))
10+
* LoadingImage ([3de0828](https://github.com/etchteam/diamond-ui/commit/3de0828d31bafde03b868bdc96835d30f9874655))
11+
* update story example and css ([d71cc8d](https://github.com/etchteam/diamond-ui/commit/d71cc8df48d977bd810ad551ddff307efa3a2675))
12+
13+
14+
### Bug Fixes
15+
16+
* add pulse animation duration variable, fix imports ([99911c7](https://github.com/etchteam/diamond-ui/commit/99911c7fd2824f43f1db2b981a408e4cdb52dbc9))
17+
* enforce common button styles class on custom element definition ([92b371c](https://github.com/etchteam/diamond-ui/commit/92b371cf36a396f0248a5c340bb275e3810ceac9))
18+
* extract common styles to mixin, import mixin ([b472db7](https://github.com/etchteam/diamond-ui/commit/b472db7732bd3de3df9708a5f378a2593373dbee))
19+
* fit-content on typographic styles ([3c56beb](https://github.com/etchteam/diamond-ui/commit/3c56beba33fe89b65d8adbd283b922b7f153891b))
20+
* force apply class with shared styles to custom element ([c14e6c9](https://github.com/etchteam/diamond-ui/commit/c14e6c9b53ca0867d7264ed3e37dad60ef8619d8))
21+
* import mixin, remove duplicate common styles ([919903b](https://github.com/etchteam/diamond-ui/commit/919903bbf61e4a0cb553d02b0945016f2a455c55))
22+
* import paths for pulse.css ([abe8245](https://github.com/etchteam/diamond-ui/commit/abe82451f624be4b72433360d7e3999927f0df07))
23+
* missing controls on loading button story ([05272c6](https://github.com/etchteam/diamond-ui/commit/05272c6a4c2b4e28aa03e5532e4ec51057f94e79))
24+
* pulse.css ([e1d2454](https://github.com/etchteam/diamond-ui/commit/e1d24540db0d18c44a055b7c0c0abc7c3e3b9110))
25+
* remove debugging comments ([062082c](https://github.com/etchteam/diamond-ui/commit/062082c162f656c7870c5c9f6fab238ecca0594a))
26+
* remove loadingSkeleton wrapper example ([70fa4ed](https://github.com/etchteam/diamond-ui/commit/70fa4ed812d3b8098b2fb947f8c7cb200f013e88))
27+
* return button attributes ([92e7626](https://github.com/etchteam/diamond-ui/commit/92e762634a665113bdd6da509bd4fcb784b91a87))
28+
129
## [1.29.1](https://github.com/etchteam/diamond-ui/compare/v1.29.0...v1.29.1) (2024-04-11)
230

331

0 commit comments

Comments
 (0)