Skip to content

Commit

Permalink
Release/3.0.0 next.8 (#209)
Browse files Browse the repository at this point in the history
* feat(lib): MazInput - adding style color for autofill

* chore(release): bump version to 3.0.0-next.8

* refactor(lib): MazInput - disabled state style
  • Loading branch information
LouisMazel authored Mar 9, 2022
1 parent b3ae969 commit 3fc6508
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-next.8](https://github.com/LouisMazel/maz-ui/compare/v2.3.12...3.0.0-next.8) (2022-03-09)

### Features

- **lib:** add maz-picker component ([#197](https://github.com/LouisMazel/maz-ui/issues/197)) ([877515e](https://github.com/LouisMazel/maz-ui/commit/877515e585d1aa9a3febd83e222c12346e7401b5))
- **lib:** adding maz-input-number ([#195](https://github.com/LouisMazel/maz-ui/issues/195)) ([dfb835d](https://github.com/LouisMazel/maz-ui/commit/dfb835d796682955b53dfb82455aefc763895c86))
- **lib:** export tailwind config ([#201](https://github.com/LouisMazel/maz-ui/issues/201)) ([94fddb9](https://github.com/LouisMazel/maz-ui/commit/94fddb9d35e91a6f649bcb18ae7105048d048584))
- **lib:** MazInput - adding style color for autofill ([d830da8](https://github.com/LouisMazel/maz-ui/commit/d830da838fc00d7acd2f9fdf0760165cb339d66b))

# [3.0.0-next.7](https://github.com/LouisMazel/maz-ui/compare/v2.3.12...3.0.0-next.7) (2022-03-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/*"],
"loglevel": "verbose",
"version": "3.0.0-next.7",
"version": "3.0.0-next.8",
"npmClientArgs": ["--production=false", "--no-progress"],
"yes": true,
"granularPathspec": false,
Expand Down
13 changes: 13 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-next.8](https://github.com/LouisMazel/maz-ui/compare/v2.3.12...3.0.0-next.8) (2022-03-09)


### Features

* **lib:** add maz-picker component ([#197](https://github.com/LouisMazel/maz-ui/issues/197)) ([877515e](https://github.com/LouisMazel/maz-ui/commit/877515e585d1aa9a3febd83e222c12346e7401b5))
* **lib:** adding maz-input-number ([#195](https://github.com/LouisMazel/maz-ui/issues/195)) ([dfb835d](https://github.com/LouisMazel/maz-ui/commit/dfb835d796682955b53dfb82455aefc763895c86))
* **lib:** export tailwind config ([#201](https://github.com/LouisMazel/maz-ui/issues/201)) ([94fddb9](https://github.com/LouisMazel/maz-ui/commit/94fddb9d35e91a6f649bcb18ae7105048d048584))





# [3.0.0-next.7](https://github.com/LouisMazel/maz-ui/compare/v2.3.12...3.0.0-next.7) (2022-03-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "3.0.0-next.7",
"version": "3.0.0-next.8",
"description": "documentation of maz-ui",
"main": "index.js",
"browser": {
Expand Down
9 changes: 9 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-next.8](https://github.com/LouisMazel/maz-ui-3/compare/v2.3.12...3.0.0-next.8) (2022-03-09)

### Features

- **lib:** add maz-picker component ([#197](https://github.com/LouisMazel/maz-ui-3/issues/197)) ([877515e](https://github.com/LouisMazel/maz-ui-3/commit/877515e585d1aa9a3febd83e222c12346e7401b5))
- **lib:** adding maz-input-number ([#195](https://github.com/LouisMazel/maz-ui-3/issues/195)) ([dfb835d](https://github.com/LouisMazel/maz-ui-3/commit/dfb835d796682955b53dfb82455aefc763895c86))
- **lib:** export tailwind config ([#201](https://github.com/LouisMazel/maz-ui-3/issues/201)) ([94fddb9](https://github.com/LouisMazel/maz-ui-3/commit/94fddb9d35e91a6f649bcb18ae7105048d048584))
- **lib:** MazInput - adding style color for autofill ([d830da8](https://github.com/LouisMazel/maz-ui-3/commit/d830da838fc00d7acd2f9fdf0760165cb339d66b))

# [3.0.0-next.7](https://github.com/LouisMazel/maz-ui-3/compare/v2.3.12...3.0.0-next.7) (2022-03-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maz-ui",
"version": "3.0.0-next.7",
"version": "3.0.0-next.8",
"description": "A stand-alone components library for Vue.Js 3 & Nuxt.Js 3",
"author": "Louis Mazel <me@loicmazuel.com>",
"main": "modules/index.js",
Expand Down
8 changes: 2 additions & 6 deletions packages/lib/package/components/MazInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -435,15 +435,11 @@
&.--is-disabled {
& .m-input-wrapper {
/* @apply maz-bg-color maz-text-muted; */
@apply maz-bg-color-lighter maz-text-muted;
}
& .m-input-input {
/* @apply maz-cursor-not-allowed maz-text-muted; */
}
& .m-input-label {
/* @apply maz-text-muted; */
@apply maz-cursor-not-allowed maz-text-muted;
}
}
Expand Down
13 changes: 13 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-next.8](https://github.com/LouisMazel/maz-ui/compare/v2.3.12...3.0.0-next.8) (2022-03-09)


### Features

* **lib:** add maz-picker component ([#197](https://github.com/LouisMazel/maz-ui/issues/197)) ([877515e](https://github.com/LouisMazel/maz-ui/commit/877515e585d1aa9a3febd83e222c12346e7401b5))
* **lib:** export tailwind config ([#201](https://github.com/LouisMazel/maz-ui/issues/201)) ([94fddb9](https://github.com/LouisMazel/maz-ui/commit/94fddb9d35e91a6f649bcb18ae7105048d048584))
* **lib:** MazInput - adding style color for autofill ([d830da8](https://github.com/LouisMazel/maz-ui/commit/d830da838fc00d7acd2f9fdf0760165cb339d66b))





# [3.0.0-next.7](https://github.com/LouisMazel/maz-ui/compare/v2.3.12...3.0.0-next.7) (2022-03-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testing",
"version": "3.0.0-next.7",
"version": "3.0.0-next.8",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@
MazPicker,
} from 'maz-ui/package/components'
const data = ref({
username: undefined,
password: undefined,
name: undefined,
telephone: undefined,
age: undefined,
})
const dateValue = ref('1990-02-03')
const rangeValue = ref({
Expand Down

0 comments on commit 3fc6508

Please sign in to comment.