diff --git a/CHANGELOG.md b/CHANGELOG.md index ed066d141..4b8d8d5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.11](https://github.com/Akylas/nativescript-material-components/compare/v5.1.10...v5.1.11) (2020-12-04) + + +### Bug Fixes + +* **speeddial:** remove default borderRadius. Should be handled by shape or css ([72765f9](https://github.com/Akylas/nativescript-material-components/commit/72765f9c65906faa42b68f4c7a9953a84865090b)) +* **textfield:** ios none variant disable floating ([7fdebc1](https://github.com/Akylas/nativescript-material-components/commit/7fdebc1891a46778ba4dd1247a0d3e36ab19c5ba)) + + +### Features + +* android shape suport ([065eadb](https://github.com/Akylas/nativescript-material-components/commit/065eadbba047a04151832830d032ea326a410a13)) +* ios basic shape support ([3638cce](https://github.com/Akylas/nativescript-material-components/commit/3638ccee1cb77b35c4fc450d557064da55b99dca)) + + + + + ## [5.1.10](https://github.com/Akylas/nativescript-material-components/compare/v5.1.9...v5.1.10) (2020-12-03) diff --git a/lerna.json b/lerna.json index ed3913f90..3cc54a471 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ ] } }, - "version": "5.1.10" + "version": "5.1.11" } diff --git a/packages/bottomsheet/CHANGELOG.md b/packages/bottomsheet/CHANGELOG.md index aa5710571..716194806 100644 --- a/packages/bottomsheet/CHANGELOG.md +++ b/packages/bottomsheet/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.11](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.1.10...v5.1.11) (2020-12-04) + +**Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet + + + + + ## [5.1.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet/compare/v5.1.9...v5.1.10) (2020-12-03) **Note:** Version bump only for package @nativescript-community/ui-material-bottomsheet diff --git a/packages/bottomsheet/package-lock.json b/packages/bottomsheet/package-lock.json index 04bedb835..d75fdc09b 100644 --- a/packages/bottomsheet/package-lock.json +++ b/packages/bottomsheet/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomsheet", - "version": "5.1.10", + "version": "5.1.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/bottomsheet/package.json b/packages/bottomsheet/package.json index a3d085347..4bfe3c3fc 100644 --- a/packages/bottomsheet/package.json +++ b/packages/bottomsheet/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-bottomsheet", - "version": "5.1.10", + "version": "5.1.11", "description": "Material Design Bottom Sheets slide up from the bottom of the screen to reveal more content. Bottom sheets integrate with the app to display supporting content or present deep-linked content from other apps.", "main": "./bottomsheet", "sideEffects": false, diff --git a/packages/cardview/CHANGELOG.md b/packages/cardview/CHANGELOG.md index c63fc3bab..600802f62 100644 --- a/packages/cardview/CHANGELOG.md +++ b/packages/cardview/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.11](https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview/compare/v5.1.10...v5.1.11) (2020-12-04) + +**Note:** Version bump only for package @nativescript-community/ui-material-cardview + + + + + ## [5.1.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview/compare/v5.1.9...v5.1.10) (2020-12-03) **Note:** Version bump only for package @nativescript-community/ui-material-cardview diff --git a/packages/cardview/package-lock.json b/packages/cardview/package-lock.json index 75b894a2c..d2e5649f8 100644 --- a/packages/cardview/package-lock.json +++ b/packages/cardview/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-cardview", - "version": "5.1.10", + "version": "5.1.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cardview/package.json b/packages/cardview/package.json index 91af9201d..b8afbbbf4 100644 --- a/packages/cardview/package.json +++ b/packages/cardview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-cardview", - "version": "5.1.10", + "version": "5.1.11", "description": "Material Design Cards contain content and actions about a single subject.", "main": "./cardview", "sideEffects": false, diff --git a/packages/dialogs/CHANGELOG.md b/packages/dialogs/CHANGELOG.md index e806d9d8e..6c72e1241 100644 --- a/packages/dialogs/CHANGELOG.md +++ b/packages/dialogs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.11](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.1.10...v5.1.11) (2020-12-04) + +**Note:** Version bump only for package @nativescript-community/ui-material-dialogs + + + + + ## [5.1.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs/compare/v5.1.9...v5.1.10) (2020-12-03) **Note:** Version bump only for package @nativescript-community/ui-material-dialogs diff --git a/packages/dialogs/package.json b/packages/dialogs/package.json index c717f85e3..f71583cb6 100644 --- a/packages/dialogs/package.json +++ b/packages/dialogs/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-dialogs", - "version": "5.1.10", + "version": "5.1.11", "description": "Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.", "main": "./dialogs", "sideEffects": false, @@ -42,7 +42,7 @@ "readmeFilename": "README.md", "dependencies": { "@nativescript-community/ui-material-core": "^5.1.10", - "@nativescript-community/ui-material-textfield": "^5.1.10" + "@nativescript-community/ui-material-textfield": "^5.1.11" }, "gitHead": "bd4421242dd4aba6711039ed7c499b3647bdbebc" } diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 3adbef151..3d40ff19f 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.11](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.10...v5.1.11) (2020-12-04) + +**Note:** Version bump only for package @nativescript-community/ui-material-tabs + + + + + ## [5.1.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.9...v5.1.10) (2020-12-03) **Note:** Version bump only for package @nativescript-community/ui-material-tabs diff --git a/packages/tabs/package-lock.json b/packages/tabs/package-lock.json index 07422de23..2c04e9114 100644 --- a/packages/tabs/package-lock.json +++ b/packages/tabs/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-tabs", - "version": "5.1.10", + "version": "5.1.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 8114aea6d..6f75f5f45 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-tabs", - "version": "5.1.10", + "version": "5.1.11", "description": "Material Design Tabs organize content across different screens, data sets, and other interactions.", "main": "./tabs", "sideEffects": false, diff --git a/packages/textfield/CHANGELOG.md b/packages/textfield/CHANGELOG.md index 7b567cb1c..23fed68b4 100644 --- a/packages/textfield/CHANGELOG.md +++ b/packages/textfield/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.11](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textfield/compare/v5.1.10...v5.1.11) (2020-12-04) + +**Note:** Version bump only for package @nativescript-community/ui-material-textfield + + + + + ## [5.1.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/textfield/compare/v5.1.9...v5.1.10) (2020-12-03) **Note:** Version bump only for package @nativescript-community/ui-material-textfield diff --git a/packages/textfield/package.json b/packages/textfield/package.json index 058997e92..d8a5a9ab3 100644 --- a/packages/textfield/package.json +++ b/packages/textfield/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-material-textfield", - "version": "5.1.10", + "version": "5.1.11", "description": "Material Design Text fields allow users to input text into your app.", "main": "./textfield", "sideEffects": false,