@servicetitan/tokens
Advanced tools
Comparing version 8.0.0 to 8.1.0
@@ -0,1 +1,30 @@ | ||
# v8.1.0 (Fri Mar 05 2021) | ||
:tada: This release contains work from a new contributor! :tada: | ||
Thank you, Dan Schwemlein ([@dschwemleinST](https://github.com/dschwemleinST)), for all your work! | ||
#### 🚀 Enhancement | ||
- Tweaks to the format of the generated Anvil.kt file [#1891](https://github.com/servicetitan/anvil/pull/1891) ([@dschwemleinST](https://github.com/dschwemleinST)) | ||
#### 🐛 Bug Fix | ||
- Minor fix to use default Icon size in Input's story [#1886](https://github.com/servicetitan/anvil/pull/1886) ([@yakunins](https://github.com/yakunins)) | ||
- Fix Tooltip animation: refactored Popper's animation [#1888](https://github.com/servicetitan/anvil/pull/1888) ([@tounsoo](https://github.com/tounsoo)) | ||
- Fix DatePicker's popup positioning [#1873](https://github.com/servicetitan/anvil/pull/1873) ([@tounsoo](https://github.com/tounsoo)) | ||
#### 🏠 Internal | ||
- Storybook: Add a11y checker addon [#1890](https://github.com/servicetitan/anvil/pull/1890) ([@tounsoo](https://github.com/tounsoo)) | ||
- Drawer animation based on framer motion [#1857](https://github.com/servicetitan/anvil/pull/1857) ([@yakunins](https://github.com/yakunins)) | ||
#### Authors: 3 | ||
- Ben Ho ([@tounsoo](https://github.com/tounsoo)) | ||
- Dan Schwemlein ([@dschwemleinST](https://github.com/dschwemleinST)) | ||
- Sergey Yakunin ([@yakunins](https://github.com/yakunins)) | ||
--- | ||
# v8.0.0 (Fri Feb 19 2021) | ||
@@ -2,0 +31,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 19 Feb 2021 22:08:52 GMT | ||
* Generated on Fri, 05 Mar 2021 21:20:03 GMT | ||
*/ |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 19 Feb 2021 22:08:52 GMT | ||
* Generated on Fri, 05 Mar 2021 21:20:03 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ module.exports = { |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 19 Feb 2021 22:08:52 GMT | ||
* Generated on Fri, 05 Mar 2021 21:20:03 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@servicetitan/tokens", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "", | ||
@@ -39,3 +39,3 @@ "homepage": "https://anvil.servicetitan.com", | ||
}, | ||
"gitHead": "5c79676a9b87c551266fdbd92228b6b71b79c2d6" | ||
"gitHead": "569a47f995a95490f8f271c53376e46cb9c5a344" | ||
} |
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
130773