Skip to content

Commit 1556d0e

Browse files
committed
1.0.1
1 parent bf6fa20 commit 1556d0e

File tree

3 files changed

+35
-4
lines changed

3 files changed

+35
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.0.1] - 2025-12-16
6+
7+
- ac5010c fix(build): externalize mui and emotion dependencies
8+
- c44eea2 fix(build): switch to UMD and externalize dependencies
9+
- 44bd58c fix(tooltips): adds missing tippy styles
10+
- 70f3eb2 ci(storybook): add deploy workflow for Storybook to gh-pages
11+
- ddd9cb5 fix(BBButton): ensure acessibility and stacked layout displacement
12+
- 728b9cb fix(spinner): wrong prop logic
13+
- cc174f3 fix: prevent props leaking to DOM
14+
- d8546d4 fix: main file entry point path
15+
16+
## [1.0.0] - 2025-08-28
17+
18+
- b7af4c6 feat(build): enable code splitting, optimize bundle, and export theme utilities
19+
- 7fc1570 chore: add LGPLv3 license
20+
- 0f0d11e feat: add Modal and Spinner
21+
- 2b8b561 feat: add Navigation component
22+
- 7634d58 fix: toggle title alignment
23+
- 1c4a214 fix: add mapping to core css vars
24+
- 9bc040c add typography and divider component
25+
- 3e47dd4 implement Accordion, Checkbox, Select, Hint and Toggle
26+
- c994af7 button circle, stacked and default
27+
- 980a052 feat(button): add support for sizes
28+
- 50c8d88 feat(button): add support for colors

package-lock.json

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mconf/bbb-ui-components-react",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "dist/components/index.js",
55
"types": "dist/types/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)