Skip to content

Commit 7e47a7e

Browse files
authored
Merge pull request #14 from Arthurk12/release-04.12
v1.0.1
2 parents 6dbb08e + 4c10892 commit 7e47a7e

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

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

package-lock.json

Lines changed: 2 additions & 2 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)