Skip to content

Commit 7de3e7c

Browse files
committed
v1.0.0-rc.12
1 parent 8c8fa84 commit 7de3e7c

File tree

98 files changed

+654
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+654
-197
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **BottomSheet:** improve bottom sheet handle ([8c8fa84](https://github.com/gitsindonesia/ui-component/commit/8c8fa84a60a6ef762998a41b611c785ab70eea11))
12+
13+
14+
### Features
15+
16+
* **BottomSheet:** add `persistent` option to BottomSheet component ([6d4b8c1](https://github.com/gitsindonesia/ui-component/commit/6d4b8c133b79d04dfa5f5142271ffba1354456aa))
17+
* **BottomSheet:** allow disable hiding on overlay click ([434c7bc](https://github.com/gitsindonesia/ui-component/commit/434c7bc0ac85c545a50fbc0074211d3b0692b505))
18+
* **button:** allow to customize button disabled colors ([e4021a9](https://github.com/gitsindonesia/ui-component/commit/e4021a9222a1a82b877a8aef25860e3b8552e11a))
19+
* **Button:** customizable button shadow ([d6f0be5](https://github.com/gitsindonesia/ui-component/commit/d6f0be572f5dc90b2cc16bcbeece66b88ab69bbd))
20+
* upgrade storybook to version 8 ([5f3c00f](https://github.com/gitsindonesia/ui-component/commit/5f3c00f7822c33e73a3fa747943ccde9b6405057))
21+
22+
23+
24+
25+
26+
627
# [1.0.0-rc.11](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2024-05-16)
728

829

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.0-rc.11",
5+
"version": "1.0.0-rc.12",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/alert/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
7+
8+
**Note:** Version bump only for package @morpheme/alert
9+
10+
11+
12+
13+
14+
615
# [1.0.0-rc.7](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2023-11-14)
716

817

packages/alert/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/alert",
3-
"version": "1.0.0-rc.7",
3+
"version": "1.0.0-rc.12",
44
"description": "Morpheme Alert - a flexible Vue alert component that can be used to display various types of messages to the user.",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -17,8 +17,8 @@
1717
"author": "Warsono <[email protected]>",
1818
"license": "MIT",
1919
"dependencies": {
20-
"@morpheme/button": "^1.0.0-rc.7",
21-
"@morpheme/icon": "^1.0.0-rc.7",
20+
"@morpheme/button": "^1.0.0-rc.12",
21+
"@morpheme/icon": "^1.0.0-rc.12",
2222
"@morpheme/tailwind-config": "^1.0.0-rc.4",
2323
"@morpheme/theme": "^1.0.0-rc.4",
2424
"@morpheme/utils": "^1.0.0-rc.4",

packages/app-bar/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
7+
8+
**Note:** Version bump only for package @morpheme/app-bar
9+
10+
11+
12+
13+
14+
615
# [1.0.0-rc.7](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2023-11-14)
716

817

packages/app-bar/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/app-bar",
3-
"version": "1.0.0-rc.7",
3+
"version": "1.0.0-rc.12",
44
"description": "Morpheme AppBar is a Vue component used to display content at the top of a page.",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -20,8 +20,8 @@
2020
"vue": "^3.3.4"
2121
},
2222
"devDependencies": {
23-
"@morpheme/button": "^1.0.0-rc.7",
24-
"@morpheme/icon": "^1.0.0-rc.7",
23+
"@morpheme/button": "^1.0.0-rc.12",
24+
"@morpheme/icon": "^1.0.0-rc.12",
2525
"@morpheme/tailwind-config": "^1.0.0-rc.4",
2626
"@vue/test-utils": "^2.0.0-rc.17",
2727
"c8": "^7.11.3",

packages/app-shell/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
7+
8+
**Note:** Version bump only for package @morpheme/app-shell
9+
10+
11+
12+
13+
614
# [1.0.0-rc.10](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2024-04-15)
715

816
**Note:** Version bump only for package @morpheme/app-shell

packages/app-shell/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/app-shell",
3-
"version": "1.0.0-rc.10",
3+
"version": "1.0.0-rc.12",
44
"description": "Morpheme Application Shell Component",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -21,19 +21,19 @@
2121
},
2222
"devDependencies": {
2323
"@headlessui/vue": "^1.7.13",
24-
"@morpheme/app-bar": "^1.0.0-rc.7",
25-
"@morpheme/avatar": "^1.0.0-rc.7",
26-
"@morpheme/button": "^1.0.0-rc.7",
27-
"@morpheme/card": "^1.0.0-rc.7",
28-
"@morpheme/dropdown": "^1.0.0-rc.7",
29-
"@morpheme/forms": "^1.0.0-rc.10",
30-
"@morpheme/icon": "^1.0.0-rc.7",
31-
"@morpheme/list": "^1.0.0-rc.7",
32-
"@morpheme/logo": "^1.0.0-rc.7",
33-
"@morpheme/nav-drawer": "^1.0.0-rc.7",
24+
"@morpheme/app-bar": "^1.0.0-rc.12",
25+
"@morpheme/avatar": "^1.0.0-rc.12",
26+
"@morpheme/button": "^1.0.0-rc.12",
27+
"@morpheme/card": "^1.0.0-rc.12",
28+
"@morpheme/dropdown": "^1.0.0-rc.12",
29+
"@morpheme/forms": "^1.0.0-rc.12",
30+
"@morpheme/icon": "^1.0.0-rc.12",
31+
"@morpheme/list": "^1.0.0-rc.12",
32+
"@morpheme/logo": "^1.0.0-rc.12",
33+
"@morpheme/nav-drawer": "^1.0.0-rc.12",
3434
"@morpheme/tailwind-config": "^1.0.0-rc.4",
3535
"@morpheme/text": "^1.0.0-rc.7",
36-
"@morpheme/tooltip": "^1.0.0-rc.10",
36+
"@morpheme/tooltip": "^1.0.0-rc.12",
3737
"@morpheme/utils": "^1.0.0-rc.4",
3838
"@vue/test-utils": "^2.0.0-rc.17",
3939
"c8": "^7.11.3",

packages/autocomplete/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
7+
8+
**Note:** Version bump only for package @morpheme/autocomplete
9+
10+
11+
12+
13+
614
# [1.0.0-rc.10](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2024-04-15)
715

816
**Note:** Version bump only for package @morpheme/autocomplete

packages/autocomplete/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/autocomplete",
3-
"version": "1.0.0-rc.10",
3+
"version": "1.0.0-rc.12",
44
"description": "Morpheme Autocomplete",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -16,9 +16,9 @@
1616
"license": "MIT",
1717
"dependencies": {
1818
"@headlessui/vue": "^1.7.13",
19-
"@morpheme/button": "^1.0.0-rc.7",
20-
"@morpheme/forms": "^1.0.0-rc.10",
21-
"@morpheme/icon": "^1.0.0-rc.7",
19+
"@morpheme/button": "^1.0.0-rc.12",
20+
"@morpheme/forms": "^1.0.0-rc.12",
21+
"@morpheme/icon": "^1.0.0-rc.12",
2222
"tailwindcss": "^3.3.1",
2323
"vue": "^3.3.4",
2424
"wait-for-expect": "^3.0.2"

packages/avatar/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
7+
8+
**Note:** Version bump only for package @morpheme/avatar
9+
10+
11+
12+
13+
14+
615
# [1.0.0-rc.7](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2023-11-14)
716

817
**Note:** Version bump only for package @morpheme/avatar

packages/avatar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/avatar",
3-
"version": "1.0.0-rc.7",
3+
"version": "1.0.0-rc.12",
44
"description": "Morpheme Avatar",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -15,7 +15,7 @@
1515
"author": "Warsono <[email protected]>",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@morpheme/icon": "^1.0.0-rc.7",
18+
"@morpheme/icon": "^1.0.0-rc.12",
1919
"@morpheme/theme": "^1.0.0-rc.4",
2020
"vue": "^3.3.4"
2121
},

packages/badge/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
7+
8+
**Note:** Version bump only for package @morpheme/badge
9+
10+
11+
12+
13+
14+
615
# [1.0.0-rc.7](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2023-11-14)
716

817

packages/badge/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/badge",
3-
"version": "1.0.0-rc.7",
3+
"version": "1.0.0-rc.12",
44
"description": "Morpheme Badge",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -15,7 +15,7 @@
1515
"author": "Warsono <[email protected]>",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@morpheme/icon": "^1.0.0-rc.7",
18+
"@morpheme/icon": "^1.0.0-rc.12",
1919
"vue": "^3.3.4"
2020
},
2121
"devDependencies": {

packages/banner/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
7+
8+
**Note:** Version bump only for package @morpheme/banner
9+
10+
11+
12+
13+
614
# [1.0.0-rc.10](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2024-04-15)
715

816
**Note:** Version bump only for package @morpheme/banner

packages/banner/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/banner",
3-
"version": "1.0.0-rc.10",
3+
"version": "1.0.0-rc.12",
44
"description": "Morpheme Banner Component",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -19,16 +19,16 @@
1919
},
2020
"devDependencies": {
2121
"@headlessui/vue": "^1.7.13",
22-
"@morpheme/app-bar": "^1.0.0-rc.7",
23-
"@morpheme/avatar": "^1.0.0-rc.7",
24-
"@morpheme/button": "^1.0.0-rc.7",
25-
"@morpheme/card": "^1.0.0-rc.7",
26-
"@morpheme/dropdown": "^1.0.0-rc.7",
27-
"@morpheme/forms": "^1.0.0-rc.10",
28-
"@morpheme/icon": "^1.0.0-rc.7",
29-
"@morpheme/list": "^1.0.0-rc.7",
30-
"@morpheme/logo": "^1.0.0-rc.7",
31-
"@morpheme/nav-drawer": "^1.0.0-rc.7",
22+
"@morpheme/app-bar": "^1.0.0-rc.12",
23+
"@morpheme/avatar": "^1.0.0-rc.12",
24+
"@morpheme/button": "^1.0.0-rc.12",
25+
"@morpheme/card": "^1.0.0-rc.12",
26+
"@morpheme/dropdown": "^1.0.0-rc.12",
27+
"@morpheme/forms": "^1.0.0-rc.12",
28+
"@morpheme/icon": "^1.0.0-rc.12",
29+
"@morpheme/list": "^1.0.0-rc.12",
30+
"@morpheme/logo": "^1.0.0-rc.12",
31+
"@morpheme/nav-drawer": "^1.0.0-rc.12",
3232
"@morpheme/tailwind-config": "^1.0.0-rc.4",
3333
"@morpheme/text": "^1.0.0-rc.7",
3434
"@morpheme/utils": "^1.0.0-rc.4",

packages/bottom-navigation/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
7+
8+
**Note:** Version bump only for package @morpheme/bottom-navigation
9+
10+
11+
12+
13+
14+
615
# [1.0.0-rc.7](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2023-11-14)
716

817
**Note:** Version bump only for package @morpheme/bottom-navigation

packages/bottom-navigation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/bottom-navigation",
3-
"version": "1.0.0-rc.7",
3+
"version": "1.0.0-rc.12",
44
"description": "Morpheme Bottom Navigation Component",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -15,7 +15,7 @@
1515
"author": "Warsono <[email protected]>",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@morpheme/icon": "^1.0.0-rc.7",
18+
"@morpheme/icon": "^1.0.0-rc.12",
1919
"@morpheme/theme": "^1.0.0-rc.4",
2020
"@vueuse/core": "^10.2.1",
2121
"vue": "^3.3.4"

packages/bottom-sheets/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.12](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-05-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **BottomSheet:** improve bottom sheet handle ([8c8fa84](https://github.com/gitsindonesia/ui-component/commit/8c8fa84a60a6ef762998a41b611c785ab70eea11))
12+
13+
14+
### Features
15+
16+
* **BottomSheet:** add `persistent` option to BottomSheet component ([6d4b8c1](https://github.com/gitsindonesia/ui-component/commit/6d4b8c133b79d04dfa5f5142271ffba1354456aa))
17+
* **BottomSheet:** allow disable hiding on overlay click ([434c7bc](https://github.com/gitsindonesia/ui-component/commit/434c7bc0ac85c545a50fbc0074211d3b0692b505))
18+
19+
20+
21+
22+
23+
624
# [1.0.0-rc.7](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2023-11-14)
725

826

packages/bottom-sheets/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpheme/bottom-sheet",
3-
"version": "1.0.0-rc.7",
3+
"version": "1.0.0-rc.12",
44
"description": "Morpheme Bottom Sheet Component",
55
"scripts": {
66
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -15,9 +15,9 @@
1515
"author": "Warsono <[email protected]>",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@morpheme/button": "^1.0.0-rc.7",
19-
"@morpheme/icon": "^1.0.0-rc.7",
20-
"@morpheme/list": "^1.0.0-rc.7",
18+
"@morpheme/button": "^1.0.0-rc.12",
19+
"@morpheme/icon": "^1.0.0-rc.12",
20+
"@morpheme/list": "^1.0.0-rc.12",
2121
"vue": "^3.3.4"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)