Skip to content

Commit 5034498

Browse files
committed
Remove border-radius-rounded variable - use border-radius-sm instead (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
1 parent cb11bb2 commit 5034498

15 files changed

Lines changed: 342 additions & 333 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="2.1.2"></a>
2+
## [2.1.2](https://github.com/NativeScript/theme/compare/v2.1.1...v2.1.2) (2019-10-16)
3+
4+
### Features
5+
6+
* Make the Button color modifiers work as such (applies to primary and outline buttons)
7+
8+
### Fixes
9+
10+
* Fix the iOS landscape custom ActionBar items displacement
11+
* Fix the not properly distributed custom ActionBar title and iOS buttons
12+
* Update blue skin accent color (to blue:)
13+
* Make the outline button borders use accent color
14+
* Return the thumb/-thumb classes for Listview (Playground compatibility)
15+
* Fix app-compat to use scoped packages
16+
* Make the default Image height only 20pt
17+
* Increase the side drawer header padding
18+
* Add -circle class to complement -rounded/rounded
19+
* Fix the esm to cjs transpilation (was breaking Angular projects in Playground)
20+
21+
### Potential breaking changes
22+
23+
* Remove border-radius-rounded variable - use border-radius-sm instead (they had 1pt difference).
24+
125
<a name="2.1.1"></a>
226
## [2.1.1](https://github.com/NativeScript/theme/compare/v2.1.0...v2.1.1) (2019-10-14)
327

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@ A list of the supported CSS variables follows:
235235
| --color-ruby | --const-border-radius | --light-accent-transparent | --dark-accent-transparent |
236236
| --color-sky | --const-border-radius-sm | --light-primary-accent | --dark-primary-accent |
237237
| --color-error | --const-border-radius-lg | --light-background-accent | --dark-background-accent |
238-
| | --const-border-radius-rounded | --light-background-dark-accent | --dark-background-dark-accent |
238+
| | --const-disabled-opacity | --light-background-dark-accent | --dark-background-dark-accent |
239239
| | --const-icon-font-size | --light-item-active-color | --dark-item-active-color |
240240
| | --const-icon-font-size-lg | --light-item-active-background | --dark-item-active-background |
241-
| | --const-disabled-opacity | --light-btn-color | --dark-btn-color |
241+
| | | --light-btn-color | --dark-btn-color |
242242
| | | --light-ab-background-dark | --dark-ab-background-dark |
243243
| | | --light-item-active-icon-color | --dark-item-active-icon-color |
244244
| | | --light-btn-color-inverse | --dark-btn-color-inverse |

0 commit comments

Comments
 (0)