@servicetitan/anvil-css-utilities
Advanced tools
Comparing version 6.1.1 to 7.0.0
@@ -0,1 +1,49 @@ | ||
# v7.0.0 (Fri Oct 16 2020) | ||
:tada: This release contains work from a new contributor! :tada: | ||
Thank you, Harry Bartlett ([@hbartlett-st](https://github.com/hbartlett-st)), for all your work! | ||
### Release Notes | ||
_From #1600_ | ||
Flex children by default have `flex-shrink` set to `1`, but was incorrectly set to `0` in Stack.Item. This can produce unexpected results where stack items push content wider than it should be. Please review your UI for unintended effects. Setting `<Stack.Item shrink={0}>` will provide the previous default behavior. | ||
--- | ||
#### 💥 Breaking Change | ||
- Change Stack.Item flex shrink value to expected flexbox default [#1600](https://github.com/servicetitan/anvil/pull/1600) ([@yakunins](https://github.com/yakunins)) | ||
#### ✨ New Feature | ||
- Key Press Listener component for easy event handling in react layer [#1620](https://github.com/servicetitan/anvil/pull/1620) ([@hbartlett-st](https://github.com/hbartlett-st)) | ||
#### 🚀 Enhancement | ||
- Add useAsync hook to AnvilSelect [#1565](https://github.com/servicetitan/anvil/pull/1565) ([@aschumahua](https://github.com/aschumahua)) | ||
- Make ColorPicker swatches larger when user is using a touch device [#1601](https://github.com/servicetitan/anvil/pull/1601) ([@mattfelten](https://github.com/mattfelten)) | ||
- Adds border, border-radius, opacity, debug CSS utilities [#1597](https://github.com/servicetitan/anvil/pull/1597) ([@jpex](https://github.com/jpex)) | ||
#### 🐛 Bug Fix | ||
- Change Sidebar collapse logic to work better with ST app [#1598](https://github.com/servicetitan/anvil/pull/1598) ([@jpex](https://github.com/jpex)) | ||
#### 🏠 Internal | ||
- Isolate dependencies and get Jest testing and SB 6 working [#1592](https://github.com/servicetitan/anvil/pull/1592) ([@tounsoo](https://github.com/tounsoo) [@mattfelten](https://github.com/mattfelten) [@yakunins](https://github.com/yakunins)) | ||
- Refactor Gatsby's Sidebar for internal cleanup [#1602](https://github.com/servicetitan/anvil/pull/1602) ([@tounsoo](https://github.com/tounsoo)) | ||
#### Authors: 6 | ||
- Anzar Schumahua ([@aschumahua](https://github.com/aschumahua)) | ||
- Ben Ho ([@tounsoo](https://github.com/tounsoo)) | ||
- Harry Bartlett ([@hbartlett-st](https://github.com/hbartlett-st)) | ||
- James C ([@jpex](https://github.com/jpex)) | ||
- Matt Felten ([@mattfelten](https://github.com/mattfelten)) | ||
- Sergey Yakunin ([@yakunins](https://github.com/yakunins)) | ||
--- | ||
# v6.0.0 (Fri Sep 18 2020) | ||
@@ -2,0 +50,0 @@ |
{ | ||
"name": "@servicetitan/anvil-css-utilities", | ||
"version": "6.1.1", | ||
"version": "7.0.0", | ||
"description": "", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@servicetitan/tokens": "^6.1.1", | ||
"@servicetitan/tokens": "^7.0.0", | ||
"autoprefixer": "9.7.5", | ||
@@ -43,3 +43,3 @@ "chokidar-cli": "2.1.0", | ||
}, | ||
"gitHead": "f82ad624a874245286082e45d48b0c7eb17e5056" | ||
"gitHead": "a6ac24a38fc0c99e89c72d4c6da894f7a6b334a7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
133373
3538