Skip to content

Commit

Permalink
release: v3.0.0@latest (#264)
Browse files Browse the repository at this point in the history
* docs(docs): maz-picker - identation

* chore(root): update deps & use vuepress beta-42 (#247)

* chore(root): update deps & use vuepress beta-42

* chore(root): codeclimate eslint config

* chore(root): codeclimate disabled eslint

* test(unit): fix

* test(unit): fix

* fix(root): codeclimate build

* fix(root): codeclimate build

* chore(root): add prefix to version with lerna

* chore(root): update deps

* test(lib): fix

* fix(lib): MazPicker - hover effect on range mode

* refactor(docs): use new version of vuepress

* docs(root): correct link to documentation website

* docs(root): change tags

* docs(root): change tags

* docs(docs): change repo doc branch

* ci(root): publish doc on master branch

* ci(root): remove old deploy

* chore(root): lerna version add type

* chore(release): bump version to 3.0.0
  • Loading branch information
LouisMazel committed May 17, 2022
1 parent ef0813a commit 5001e34
Show file tree
Hide file tree
Showing 32 changed files with 2,952 additions and 3,468 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins:
fixme:
enabled: true
stylelint:
enable: true
enabled: true

exclude_patterns:
- .husky/
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/build-deploy.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/doc-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Doc Build and Deploy
on:
push:
branches: [next]
branches:
- master
paths:
- "packages/docs/**"
- "packages/lib/**"
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
node_modules
coverage
coverage
.vscode/*.log
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/LouisMazel/maz-ui/compare/v2.3.13...v3.0.0) (2022-05-17)

### Bug Fixes

- **docs:** aos implementation ([#218](https://github.com/LouisMazel/maz-ui/issues/218)) ([3849e05](https://github.com/LouisMazel/maz-ui/commit/3849e0566973906ae1a557d6dfa230429b550618))
- **docs:** aos installation on client side ([#217](https://github.com/LouisMazel/maz-ui/issues/217)) ([6790515](https://github.com/LouisMazel/maz-ui/commit/67905153973581418b4f807e531b1ee4f01b1331))
- **lib:** maz-radio-buttons - hover color ([#239](https://github.com/LouisMazel/maz-ui/issues/239)) ([8a945ab](https://github.com/LouisMazel/maz-ui/commit/8a945abe271d13a929a0def2966f566f3be20b73))
- **root:** codeclimate build ([283ab56](https://github.com/LouisMazel/maz-ui/commit/283ab566520921abfb7351409db1af9ea2c09a7d))

### Features

- **lib:** add helpers about user activity ([#238](https://github.com/LouisMazel/maz-ui/issues/238)) ([#240](https://github.com/LouisMazel/maz-ui/issues/240)) ([fcdbccb](https://github.com/LouisMazel/maz-ui/commit/fcdbccbed451aa38e771fb118c2834e55015d14b))
- **lib:** add maz-picker component ([#197](https://github.com/LouisMazel/maz-ui/issues/197)) ([877515e](https://github.com/LouisMazel/maz-ui/commit/877515e585d1aa9a3febd83e222c12346e7401b5))
- **lib:** add wait plugin to manage loading state ([#214](https://github.com/LouisMazel/maz-ui/issues/214)) ([a6a1931](https://github.com/LouisMazel/maz-ui/commit/a6a1931ba7000c5e545cfc4808fe7205809629c4))
- **lib:** adding maz-input-number ([#195](https://github.com/LouisMazel/maz-ui/issues/195)) ([dfb835d](https://github.com/LouisMazel/maz-ui/commit/dfb835d796682955b53dfb82455aefc763895c86))
- **lib:** aos - adding anchor option ([#219](https://github.com/LouisMazel/maz-ui/issues/219)) ([b1c8b02](https://github.com/LouisMazel/maz-ui/commit/b1c8b028286d2154b86c5bb52fa7208d0c347d3e))
- **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 ([#208](https://github.com/LouisMazel/maz-ui/issues/208)) ([b3ae969](https://github.com/LouisMazel/maz-ui/commit/b3ae969584bda0e690179c1b6c9defdc1bbf0425))
- **lib:** new component - maz-radio-buttons ([#232](https://github.com/LouisMazel/maz-ui/issues/232)) ([#233](https://github.com/LouisMazel/maz-ui/issues/233)) ([ece3d19](https://github.com/LouisMazel/maz-ui/commit/ece3d19bdf393cffc8e883c3b6362f21204bbfc8)), closes [#231](https://github.com/LouisMazel/maz-ui/issues/231)

### Reverts

- Revert "ci(root): fix workflows (#261)" ([a0bee86](https://github.com/LouisMazel/maz-ui/commit/a0bee86f1b65d24b433c267bdb10900242e01323)), closes [#261](https://github.com/LouisMazel/maz-ui/issues/261)

# [3.0.0-next.26](https://github.com/LouisMazel/maz-ui/compare/v2.3.13...v3.0.0-next.26) (2022-05-11)

### Bug Fixes
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test-unit-coverage:
make --directory=packages/lib test-unit-coverage

release:
npm run release
npm run release -- $(type)
make install
git add --all
git commit --amend --no-edit
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

[![npm](https://img.shields.io/npm/dt/maz-ui.svg?style=flat-square)](https://www.npmjs.com/package/maz-ui)
[![vue 3](https://img.shields.io/badge/vue-3-42b983.svg?style=flat-square)](https://vuejs.org)
[![npm](https://img.shields.io/npm/v/maz-ui/next.svg?style=flat-square)](https://www.npmjs.com/package/maz-ui)
[![npm](https://img.shields.io/npm/v/maz-ui/latest.svg?style=flat-square)](https://www.npmjs.com/package/maz-ui)
[![maintainability](https://api.codeclimate.com/v1/badges/6b27047dcf150ccddfac/maintainability)](https://codeclimate.com/github/LouisMazel/maz-ui/maintainability)
[![test_coverage](https://api.codeclimate.com/v1/badges/6b27047dcf150ccddfac/test_coverage)](https://codeclimate.com/github/LouisMazel/maz-ui/test_coverage)
[![bundlephobia_zip](https://badgen.net/bundlephobia/minzip/maz-ui@3.0.0-next.24)](https://bundlephobia.com/package/maz-ui@3.0.0-next.24)
[![bundlephobia_zip](https://badgen.net/bundlephobia/min/maz-ui@3.0.0-next.24)](https://bundlephobia.com/package/maz-ui@3.0.0-next.24)
[![bundlephobia_tree](https://badgen.net/bundlephobia/tree-shaking/maz-ui@3.0.0-next.24)](https://bundlephobia.com/package/maz-ui@3.0.0-next.24)
[![bundlephobia_zip](https://badgen.net/bundlephobia/minzip/maz-ui@latest)](https://bundlephobia.com/package/maz-ui@latest)
[![bundlephobia_zip](https://badgen.net/bundlephobia/min/maz-ui@latest)](https://bundlephobia.com/package/maz-ui@latest)
[![bundlephobia_tree](https://badgen.net/bundlephobia/tree-shaking/maz-ui@latest)](https://bundlephobia.com/package/maz-ui@latest)
[![license](https://img.shields.io/github/license/LouisMazel/maz-ui.svg?style=flat-square)](https://github.com/LouisMazel/maz-ui/blob/master/LICENSE)

> [Maz-ui](https://louismazel.github.io/maz-ui/) is a standalone components library for [Vue.JS](https://vuejs.org) & [Nuxt.JS](https://nuxtjs.org/) (v3.x)
## Documentation & Components

[Documentation & Components](https://louismazel.github.io/maz-ui/)
[Documentation & Components](https://louismazel.github.io/maz-ui-3/)

## Install

[Getting Started](https://louismazel.github.io/maz-ui/guide/getting-started)
[Getting Started](https://louismazel.github.io/maz-ui-3/guide/getting-started)

```shell
npm install maz-ui@next
npm install maz-ui

# Or yarn add maz-ui@next
# Or yarn add maz-ui
```

### Import necessary CSS file
Expand All @@ -36,7 +36,7 @@ import "maz-ui/css/main.css";

### Recommanded

To optimize your bundle size, it's recommanded to use the [partial import](https://louismazel.github.io/maz-ui/guide/getting-started)
To optimize your bundle size, it's recommanded to use the [partial import](https://louismazel.github.io/maz-ui-3/guide/getting-started)

#### Global component installation (recommanded)

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.26",
"version": "3.0.0",
"npmClientArgs": ["--production=false", "--no-progress"],
"yes": true,
"granularPathspec": false,
Expand Down
Loading

0 comments on commit 5001e34

Please sign in to comment.