Skip to content

Commit

Permalink
Remove border-radius-rounded variable - use border-radius-sm instead …
Browse files Browse the repository at this point in the history
…(they had 1pt difference).

Make the default Image height only 20pt
Increase the side drawer header padding
Override the min-height for thumb/-thumb
Add -circle class to complement -rounded/rounded
Fix the esm to cjs transpilation (was breaking Angular projects in Playground)
Update CHANGELOG
Up the version
  • Loading branch information
bundyo committed Oct 16, 2019
1 parent cb11bb2 commit 5034498
Show file tree
Hide file tree
Showing 15 changed files with 342 additions and 333 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="2.1.2"></a>
## [2.1.2](https://github.com/NativeScript/theme/compare/v2.1.1...v2.1.2) (2019-10-16)

### Features

* Make the Button color modifiers work as such (applies to primary and outline buttons)

### Fixes

* Fix the iOS landscape custom ActionBar items displacement
* Fix the not properly distributed custom ActionBar title and iOS buttons
* Update blue skin accent color (to blue:)
* Make the outline button borders use accent color
* Return the thumb/-thumb classes for Listview (Playground compatibility)
* Fix app-compat to use scoped packages
* Make the default Image height only 20pt
* Increase the side drawer header padding
* Add -circle class to complement -rounded/rounded
* Fix the esm to cjs transpilation (was breaking Angular projects in Playground)

### Potential breaking changes

* Remove border-radius-rounded variable - use border-radius-sm instead (they had 1pt difference).

<a name="2.1.1"></a>
## [2.1.1](https://github.com/NativeScript/theme/compare/v2.1.0...v2.1.1) (2019-10-14)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ A list of the supported CSS variables follows:
| --color-ruby | --const-border-radius | --light-accent-transparent | --dark-accent-transparent |
| --color-sky | --const-border-radius-sm | --light-primary-accent | --dark-primary-accent |
| --color-error | --const-border-radius-lg | --light-background-accent | --dark-background-accent |
| | --const-border-radius-rounded | --light-background-dark-accent | --dark-background-dark-accent |
| | --const-disabled-opacity | --light-background-dark-accent | --dark-background-dark-accent |
| | --const-icon-font-size | --light-item-active-color | --dark-item-active-color |
| | --const-icon-font-size-lg | --light-item-active-background | --dark-item-active-background |
| | --const-disabled-opacity | --light-btn-color | --dark-btn-color |
| | | --light-btn-color | --dark-btn-color |
| | | --light-ab-background-dark | --dark-ab-background-dark |
| | | --light-item-active-icon-color | --dark-item-active-icon-color |
| | | --light-btn-color-inverse | --dark-btn-color-inverse |
Expand Down
Loading

0 comments on commit 5034498

Please sign in to comment.