Skip to content

Commit

Permalink
chore(release): publish v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Dec 16, 2020
1 parent f9d2fde commit 589d2dd
Show file tree
Hide file tree
Showing 2,385 changed files with 3,004 additions and 2,626 deletions.
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,73 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

### Bug Fixes

- [@react-md/form](./packages/form): better blur error cases for useNumberField
([8b927ab](https://github.com/mlaursen/react-md/commit/8b927ab93ddb5256d384c626c048748262a34642))
- [@react-md/form](./packages/form): fixed FormMessage counter prop-type
validation
([9ece3e1](https://github.com/mlaursen/react-md/commit/9ece3e1199342a972d7079bd36de7f0ab849fc6c))
- [@react-md/form](./packages/form): fixed messageProps error from react when
disableMessage is enabled
([e452aff](https://github.com/mlaursen/react-md/commit/e452aff2fd5bd8f8b75769a6a38bbe5378214be6))
- [@react-md/form](./packages/form): Floating Label for controlled value Invalid
numbers
([ef1d764](https://github.com/mlaursen/react-md/commit/ef1d76461047b75ae771c442a3f721286a3542a2))
- [@react-md/form](./packages/form): Maintain Floating Label for Invalid Numbers
([2443f9a](https://github.com/mlaursen/react-md/commit/2443f9abb459f9100812c37793d3de2ddbcf36c2))
- [@react-md/form](./packages/form): More fixes for number inputs being
considered valued
([1832e69](https://github.com/mlaursen/react-md/commit/1832e697b1eafddec82a9e2dcccc62acc35c6285))
- [@react-md/form](./packages/form): updated `TextField` PropTypes to allow for
search input type
([23d92dd](https://github.com/mlaursen/react-md/commit/23d92dd8449588ba5ea1a2ee99fdbf4de0e7995e))
- ([@react-md/utils](./packages/utils)): `GridCell` now correctly uses
largeDesktop when desktop is also provided
([fd26b8b](https://github.com/mlaursen/react-md/commit/fd26b8b64bc20fd78e3f366208f690b38a2dfa29))
- [@react-md/utils](./packages/utils): nearest ensures min and max range for
value
([48181b3](https://github.com/mlaursen/react-md/commit/48181b3a6b8efa311b97152c1bcf989d7f0a9ba3))
- [@react-md/utils](./packages/utils): updated nearest to support a custom range
for sliders
([6cfc67e](https://github.com/mlaursen/react-md/commit/6cfc67e728059cc36aa71d942f5966f4371125a3))

### Features

- [@react-md/form](./packages/form): added a new `useTextField` hook to validate
the `TextField` and `TextArea` values
([578257c](https://github.com/mlaursen/react-md/commit/578257c6cf0d875a57a8d16fe8f5fcaf4a6cdc2b))
- [@react-md/form](./packages/form): added a number-recommended type for
validation
([18c772e](https://github.com/mlaursen/react-md/commit/18c772e48ff8eedba3d1030a708cb3729afabac7))
- [@react-md/form](./packages/form): added a PasswordWithMessage component to be
used with use`TextField` Hook
([f6d84f2](https://github.com/mlaursen/react-md/commit/f6d84f2bf1631b3d0ddf23bbafa6b7845bf892a1))
- [@react-md/form](./packages/form): added a TextAreaWithMessage component to be
used with use`TextField` Hook
([e358799](https://github.com/mlaursen/react-md/commit/e358799379f1a0633b3d7643c37035cba81e4885))
- [@react-md/form](./packages/form): added a TextFieldWithMessage component to
be used with use`TextField` Hook
([f2d7e5d](https://github.com/mlaursen/react-md/commit/f2d7e5d495fe3f117bca689b25ace095bb600ffe))
- [@react-md/form](./packages/form): added a useNumberField hook to control
number field values
([c705f2c](https://github.com/mlaursen/react-md/commit/c705f2c41fa3a6add76a9ef6d3e93f4f9aaeac13))
- [@react-md/form](./packages/form): better defaults for validation
([4003a07](https://github.com/mlaursen/react-md/commit/4003a07cb3396f50268bb50ac108a11d50f41a45))
- [@react-md/icon](./packages/icon): added an error icon to the IconProvider
Component and useIcon Hook
([4dfd50a](https://github.com/mlaursen/react-md/commit/4dfd50a3c41d450b88ff2f417b27113724813bb3))
- [@react-md/icon](./packages/icon): added flexReverse prop to TextIconSpacing
([c4ee05b](https://github.com/mlaursen/react-md/commit/c4ee05b1d0f8b8f6ed4de51f904dce2995787b81))
- [@react-md/utils](./packages/utils): added a withinRange util for number
validation
([e8fb252](https://github.com/mlaursen/react-md/commit/e8fb2529a63572b1654bd5aa6a12b6fc12d20b50))
- [@react-md/utils](./packages/utils): changed the default
[@include](https://github.com/include) order for easier overrides
([4705b09](https://github.com/mlaursen/react-md/commit/4705b098ada805c9fb3a48ffa1b6e93ad3bc6fd9))

## [2.4.3](https://github.com/mlaursen/react-md/compare/v2.4.2...v2.4.3) (2020-11-14)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@ estimated size for this library, check out the results below:
yarn dev-utils libsize

The gizipped UMD bundle sizes are:
- dist/umd/react-md.production.min.js 89.33 KB
- dist/umd/react-md-with-font-icons.production.min.js 113.18 KB
- dist/umd/react-md-with-svg-icons.production.min.js 178.97 KB
- dist/umd/react-md.production.min.js 97.34 KB
- dist/umd/react-md-with-font-icons.production.min.js 120.38 KB
- dist/umd/react-md-with-svg-icons.production.min.js 186.73 KB

The min and max gzipped CSS bundle sizes are:
- themes/react-md.red-deep_orange-200-light.min.css 16.6 KB
- themes/react-md.pink-deep_purple-400-dark.min.css 16.67 KB
- themes/react-md.grey-red-700-light.min.css 17.13 KB
- themes/react-md.lime-teal-200-dark.min.css 17.2 KB
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.4.3"
"version": "2.5.0"
}
4 changes: 4 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/alert](../alert)

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**Note:** Version bump only for package [@react-md/alert](../alert)
Expand Down
16 changes: 8 additions & 8 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/alert",
"version": "2.4.2",
"version": "2.5.0",
"description": "Create accessible alerts through snackbars and banners.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,13 +38,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.4.2",
"@react-md/elevation": "^2.4.2",
"@react-md/portal": "^2.4.2",
"@react-md/theme": "^2.4.2",
"@react-md/transition": "^2.4.2",
"@react-md/typography": "^2.4.2",
"@react-md/utils": "^2.4.2",
"@react-md/button": "^2.5.0",
"@react-md/elevation": "^2.5.0",
"@react-md/portal": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@react-md/utils": "^2.5.0",
"classnames": "^2.2.6",
"react-transition-group": "^4.4.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/app-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/app-bar](../app-bar)

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**Note:** Version bump only for package [@react-md/alert](../app-bar)
Expand Down
14 changes: 7 additions & 7 deletions packages/app-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/app-bar",
"version": "2.4.2",
"version": "2.5.0",
"description": "This small package implments the AppBar spec in material design.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.4.2",
"@react-md/elevation": "^2.4.2",
"@react-md/icon": "^2.4.2",
"@react-md/theme": "^2.4.2",
"@react-md/typography": "^2.4.2",
"@react-md/utils": "^2.4.2",
"@react-md/button": "^2.5.0",
"@react-md/elevation": "^2.5.0",
"@react-md/icon": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@react-md/utils": "^2.5.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package
[@react-md/autocomplete](../autocomplete)

## [2.4.3](https://github.com/mlaursen/react-md/compare/v2.4.2...v2.4.3) (2020-11-14)

**Note:** Version bump only for package
Expand Down
18 changes: 9 additions & 9 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/autocomplete",
"version": "2.4.3",
"version": "2.5.0",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -38,14 +38,14 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.4.3",
"@react-md/list": "^2.4.3",
"@react-md/portal": "^2.4.2",
"@react-md/states": "^2.4.2",
"@react-md/theme": "^2.4.2",
"@react-md/transition": "^2.4.2",
"@react-md/typography": "^2.4.2",
"@react-md/utils": "^2.4.2",
"@react-md/form": "^2.5.0",
"@react-md/list": "^2.5.0",
"@react-md/portal": "^2.5.0",
"@react-md/states": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@react-md/utils": "^2.5.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/avatar](../avatar)

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**Note:** Version bump only for package [@react-md/avatar](../avatar)
Expand Down
8 changes: 4 additions & 4 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/avatar",
"version": "2.4.2",
"version": "2.5.0",
"description": "This package is used to avatars which are used to symbolize people or objects.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
],
"license": "MIT",
"dependencies": {
"@react-md/icon": "^2.4.2",
"@react-md/theme": "^2.4.2",
"@react-md/utils": "^2.4.2",
"@react-md/icon": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/utils": "^2.5.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/badge](../badge)

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**Note:** Version bump only for package [@react-md/badge](../badge)
Expand Down
12 changes: 6 additions & 6 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/badge",
"version": "2.4.2",
"version": "2.5.0",
"description": "Create a badge that is fixed to another element. This is generally used for notification counts.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.4.2",
"@react-md/icon": "^2.4.2",
"@react-md/theme": "^2.4.2",
"@react-md/typography": "^2.4.2",
"@react-md/utils": "^2.4.2",
"@react-md/button": "^2.5.0",
"@react-md/icon": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@react-md/utils": "^2.5.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/button](../button)

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**Note:** Version bump only for package [@react-md/button](../button)
Expand Down
16 changes: 8 additions & 8 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/button",
"version": "2.4.2",
"version": "2.5.0",
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.4.2",
"@react-md/icon": "^2.4.2",
"@react-md/states": "^2.4.2",
"@react-md/theme": "^2.4.2",
"@react-md/transition": "^2.4.2",
"@react-md/typography": "^2.4.2",
"@react-md/utils": "^2.4.2",
"@react-md/elevation": "^2.5.0",
"@react-md/icon": "^2.5.0",
"@react-md/states": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/transition": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@react-md/utils": "^2.5.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/card](../card)

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**Note:** Version bump only for package [@react-md/card](../card)
Expand Down
16 changes: 8 additions & 8 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/card",
"version": "2.4.2",
"version": "2.5.0",
"description": "Create interactable cards from the material design specifications.",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/divider": "^2.4.2",
"@react-md/elevation": "^2.4.2",
"@react-md/icon": "^2.4.2",
"@react-md/states": "^2.4.2",
"@react-md/theme": "^2.4.2",
"@react-md/typography": "^2.4.2",
"@react-md/utils": "^2.4.2",
"@react-md/divider": "^2.5.0",
"@react-md/elevation": "^2.5.0",
"@react-md/icon": "^2.5.0",
"@react-md/states": "^2.5.0",
"@react-md/theme": "^2.5.0",
"@react-md/typography": "^2.5.0",
"@react-md/utils": "^2.5.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/mlaursen/react-md/compare/v2.4.3...v2.5.0) (2020-12-15)

**Note:** Version bump only for package [@react-md/chip](../chip)

## [2.4.2](https://github.com/mlaursen/react-md/compare/v2.4.1...v2.4.2) (2020-10-23)

**Note:** Version bump only for package [@react-md/chip](../chip)
Expand Down
Loading

0 comments on commit 589d2dd

Please sign in to comment.