@servicetitan/anvil-css-utilities
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -0,1 +1,22 @@ | ||
# v7.1.0 (Fri Oct 30 2020) | ||
#### 🚀 Enhancement | ||
- AnvilSelect to better support keyboard when focus is on elements inside trigger [#1628](https://github.com/servicetitan/anvil/pull/1628) ([@yakunins](https://github.com/yakunins)) | ||
#### 🏠 Internal | ||
- Update package-lock. lerna bootstrap does not do this automatically [#1656](https://github.com/servicetitan/anvil/pull/1656) ([@mattfelten](https://github.com/mattfelten)) | ||
- Remove unused, unrelated state in Toggle Switch [#1622](https://github.com/servicetitan/anvil/pull/1622) ([@jpex](https://github.com/jpex)) | ||
- Gatsby: Added `height` prop for codeblock [#1639](https://github.com/servicetitan/anvil/pull/1639) ([@tounsoo](https://github.com/tounsoo)) | ||
#### Authors: 4 | ||
- Ben Ho ([@tounsoo](https://github.com/tounsoo)) | ||
- James C ([@jpex](https://github.com/jpex)) | ||
- Matt Felten ([@mattfelten](https://github.com/mattfelten)) | ||
- Sergey Yakunin ([@yakunins](https://github.com/yakunins)) | ||
--- | ||
# v7.0.0 (Fri Oct 16 2020) | ||
@@ -2,0 +23,0 @@ |
{ | ||
"name": "@servicetitan/anvil-css-utilities", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"description": "", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@servicetitan/tokens": "^7.0.0", | ||
"@servicetitan/tokens": "^7.1.0", | ||
"autoprefixer": "9.7.5", | ||
@@ -43,3 +43,3 @@ "chokidar-cli": "2.1.0", | ||
}, | ||
"gitHead": "a6ac24a38fc0c99e89c72d4c6da894f7a6b334a7" | ||
"gitHead": "c6a78d49b263fba944b4072dda9a0bae06a6e3e4" | ||
} |
134325