-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.7.0](v1.6.1...v1.7.0) (2023-10-26) ### Bug Fixes * [B2BDS-211] Apply disabled style for a button with href ([2bd2aba](2bd2aba)) * **Dropdown:** [B2BDS-222] moved dropdown out of shadow dom to prevent async data issues ([9c4d435](9c4d435)) * **Tab Group:** [B2BDS-225] removed error in tab group when router is used ([9194ced](9194ced)) * **table:** [B2BDS-213] Vertically align checkbox in selectable rows ([05c7001](05c7001)) ### Features * **breadcrumb:** add breadcrumb component from [#80](#80) ([cd03882](cd03882)) * **breadcrumb:** add breadcrumb component from [#80](#80) ([b1217c2](b1217c2)) * **Breadcrumb:** added active state ([8796d99](8796d99)) * **Breadcrumb:** added breadcrumb component ([bc9a2d0](bc9a2d0)) * **core:** [B2BDS-208] Add chip component ([8ee9700](8ee9700)) * **core:** [B2BDS-208] Fix chip without icon story ([23cbf61](23cbf61)) * **table:** [B2BDS-195] Add alignments to table header with sorting ([40450f2](40450f2))
- Loading branch information
1 parent
0238caa
commit badd23b
Showing
5 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "b2b-core-components-loader", | ||
"private": true, | ||
"typings": "./index.d.ts", | ||
"module": "./index.js", | ||
"main": "./index.cjs.js", | ||
"jsnext:main": "./index.es2017.js", | ||
"es2015": "./index.es2017.js", | ||
"es2017": "./index.es2017.js", | ||
"unpkg": "./cdn.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters