@servicetitan/anvil-css-utilities
Advanced tools
Comparing version 7.7.2 to 7.8.0
@@ -0,1 +1,51 @@ | ||
# v7.8.0 (Fri Jan 22 2021) | ||
### Release Notes | ||
_From #1795_ | ||
We did a minor reorganization of our component categories on the documentation site. This was based on a card sorting exercise we did with the group. The change does not impact permalinks, imports, or component content. | ||
--- | ||
#### 🚀 Enhancement | ||
- Add el prop support to Button [#1700](https://github.com/servicetitan/anvil/pull/1700) ([@mattfelten](https://github.com/mattfelten)) | ||
#### 💅 Visual Update | ||
- Button Toggle: Updated visuals, states [#1771](https://github.com/servicetitan/anvil/pull/1771) ([@jpex](https://github.com/jpex)) | ||
- Button: Change outline hover style to mimic subtle's hover style [#1803](https://github.com/servicetitan/anvil/pull/1803) ([@jpex](https://github.com/jpex)) | ||
- Change vertical alignment of Checkbox and Toggle Switch from center to top [#1779](https://github.com/servicetitan/anvil/pull/1779) ([@jpex](https://github.com/jpex)) | ||
#### 📝 Documentation | ||
- Reorganize component categories, fix in-page links [#1795](https://github.com/servicetitan/anvil/pull/1795) ([@jpex](https://github.com/jpex)) | ||
#### 🐛 Bug Fix | ||
- Proper borders on Input with both shortLabel and icon [#1809](https://github.com/servicetitan/anvil/pull/1809) ([@yakunins](https://github.com/yakunins)) | ||
- Fix DatePicker input from incorrectly parsing full years [#1805](https://github.com/servicetitan/anvil/pull/1805) ([@mattfelten](https://github.com/mattfelten)) | ||
- Make rows=0 work to always display X selected in AnvilSelect [#1754](https://github.com/servicetitan/anvil/pull/1754) ([@mattfelten](https://github.com/mattfelten)) | ||
#### 🏠 Internal | ||
- Anvil-css-utils build fix for Windows-based computers [#1801](https://github.com/servicetitan/anvil/pull/1801) ([@yakunins](https://github.com/yakunins)) | ||
- Update semantic-ui-react package to 2.0 [#1762](https://github.com/servicetitan/anvil/pull/1762) ([@yakunins](https://github.com/yakunins)) | ||
- Fix Divider linter errors and add proper support for args in some stories [#1644](https://github.com/servicetitan/anvil/pull/1644) ([@yakunins](https://github.com/yakunins) [@jpex](https://github.com/jpex)) | ||
- Build: Fix error with existing CSS utilities folder [#1770](https://github.com/servicetitan/anvil/pull/1770) ([@jpex](https://github.com/jpex)) | ||
#### 🔩 Dependency Updates | ||
- Bump ini from 1.3.5 to 1.3.7 [#1752](https://github.com/servicetitan/anvil/pull/1752) ([@dependabot[bot]](https://github.com/dependabot[bot])) | ||
#### Authors: 4 | ||
- [@dependabot[bot]](https://github.com/dependabot[bot]) | ||
- James C ([@jpex](https://github.com/jpex)) | ||
- Matt Felten ([@mattfelten](https://github.com/mattfelten)) | ||
- Sergey Yakunin ([@yakunins](https://github.com/yakunins)) | ||
--- | ||
# v7.6.0 (Tue Dec 29 2020) | ||
@@ -2,0 +52,0 @@ |
{ | ||
"name": "@servicetitan/anvil-css-utilities", | ||
"version": "7.7.2", | ||
"version": "7.8.0", | ||
"description": "", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"build:init:clean": "rimraf dist", | ||
"build:init:make-dir": "mkdir -p dist", | ||
"build:init:make-dir": "mkdirp dist", | ||
"build:css": "run-s build:css:lint build:css:compile build:css:autoprefixer build:css:minify build:css:message --silent", | ||
@@ -33,6 +33,7 @@ "build:css:lint": "stylelint \"src/**/*.scss\" --syntax scss || echo \"❌ Stylelint Failed\"", | ||
"devDependencies": { | ||
"@servicetitan/tokens": "^7.7.2", | ||
"@servicetitan/tokens": "^7.8.0", | ||
"autoprefixer": "9.7.5", | ||
"chokidar-cli": "2.1.0", | ||
"clean-css-cli": "4.3.0", | ||
"mkdirp": "1.0.4", | ||
"npm-run-all": "4.1.5", | ||
@@ -44,3 +45,3 @@ "postcss-cli": "7.1.0", | ||
}, | ||
"gitHead": "afe15e236965bd78b56f45adf8f492595a30e238" | ||
"gitHead": "972728cd0e1a94b98f81d228bba2c2c08380e963" | ||
} |
142339
10