@servicetitan/anvil-css-utilities
Advanced tools
Comparing version 7.9.0 to 8.0.0
@@ -0,1 +1,31 @@ | ||
# v8.0.0 (Fri Feb 19 2021) | ||
### Release Notes | ||
#### AnvilSelect: Remove async handling in favor of UIKit functionality ([#1853](https://github.com/servicetitan/anvil/pull/1853)) | ||
This should be a mostly transparent breaking change. A hook was created to handle asynchronous data handling but was also created in UI KIt. We're removing our hook in favor of the UI KIt approach, which was already widely used. | ||
--- | ||
#### 💥 Breaking Change | ||
- AnvilSelect: Remove async handling in favor of UIKit functionality [#1853](https://github.com/servicetitan/anvil/pull/1853) ([@xarety](https://github.com/xarety)) | ||
#### 🚀 Enhancement | ||
- Form Field: Unwrapping label around control elements [#1823](https://github.com/servicetitan/anvil/pull/1823) ([@yakunins](https://github.com/yakunins)) | ||
#### 🏠 Internal | ||
- Instructions on testing local versions of Anvil with the local app [#1674](https://github.com/servicetitan/anvil/pull/1674) ([@swethapopuri](https://github.com/swethapopuri) [@yakunins](https://github.com/yakunins)) | ||
#### Authors: 3 | ||
- Denis Gordeev ([@xarety](https://github.com/xarety)) | ||
- Sergey Yakunin ([@yakunins](https://github.com/yakunins)) | ||
- Swetha Popuri ([@swethapopuri](https://github.com/swethapopuri)) | ||
--- | ||
# v7.9.0 (Fri Feb 05 2021) | ||
@@ -2,0 +32,0 @@ |
{ | ||
"name": "@servicetitan/anvil-css-utilities", | ||
"version": "7.9.0", | ||
"version": "8.0.0", | ||
"description": "", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@servicetitan/tokens": "^7.9.0", | ||
"@servicetitan/tokens": "^8.0.0", | ||
"autoprefixer": "10.2.1", | ||
@@ -45,3 +45,3 @@ "chokidar-cli": "2.1.0", | ||
}, | ||
"gitHead": "af7e90051b68a58a22d8930cd953bd2797883c06" | ||
"gitHead": "5c79676a9b87c551266fdbd92228b6b71b79c2d6" | ||
} |
144964