Skip to content

Releases: NativeScript/theme

2.1.0

14 Oct 13:05
8fcac57
Compare
Choose a tag to compare

Beta 2.0.24 was promoted to stable and was published as a scoped @nativescript/theme package.

2.0.24 beta

10 Oct 13:27
Compare
Choose a tag to compare
2.0.24 beta Pre-release
Pre-release

Features

  • Add platform API classes in .ns-{platform}-{sdkVersion} format to the root element, which should allow
    targeting both platform and sdkVersion
  • Make .hr to depend on background color by default

Fixes

  • Fix SideDrawer styling to be more like in templates
  • Update Kendo skin colors to be more alike their web counterparts
  • Fix .ns-statusbar-transparent to not target or break API 19
  • Fix compat theme setting in app
  • Make sure app-compat to target compat theming with the variable

2.0.23 beta

30 Sep 16:58
Compare
Choose a tag to compare
2.0.23 beta Pre-release
Pre-release

Fixes

  • Don't set default colors to labels, as it overrides dialog colors in iOS
  • Make the ActionBar colors defaults so they can be overridden

2.0.22 beta

26 Sep 11:26
Compare
Choose a tag to compare
2.0.22 beta Pre-release
Pre-release

Fixes

  • Added a workaround for node-sass still not getting updated to 3.6.x - to be able to import variables
    as listed in the README
  • Fix large border-radius not applied in iOS, up the small to 4pt (to differ from Android defaults) (thanks @kulikala)
  • Remove the default Image margin - not needed and confusing
  • Sync app and app-compat, some housekeeping

2.0.21 beta

20 Sep 21:50
Compare
Choose a tag to compare
2.0.21 beta Pre-release
Pre-release

Features

  • Add focus state support for the RadDataForm
  • Adjust RadAutoCompleteTextView paddings after its CSS fixes in 5.1.1

Fixes

  • Remove bold from ActionBar title to make it consistent across OSes
  • Fix .action-bar-title in compat
  • Fix the missing Roboto font in iOS - font now set to sans-serif normal
  • Fix RadAutoCompleteTextView clear button in iOS

2.0.20 beta

13 Sep 11:38
Compare
Choose a tag to compare
2.0.20 beta Pre-release
Pre-release

Fixes

  • Fix a node-sass incompatibility

2.0.19 beta

13 Sep 06:25
Compare
Choose a tag to compare
2.0.19 beta Pre-release
Pre-release

Features

  • Export CSS variables to .ns-modal too

2.0.18 beta

12 Sep 15:44
Compare
Choose a tag to compare
2.0.18 beta Pre-release
Pre-release

Features

  • Apply a default skin over the Core theme, similar to core in 1.x
  • Add styling for custom ActionBar (GridLayout, Label and Buttons in the TitleView), check the example

Fixes

  • Fix some issues in the app
  • Move all colorization in the skins
  • Fix some issues in Slider, SearchBar, SegmentedBar
  • Fix the aqua accent

2.0.17 beta

06 Sep 15:51
Compare
Choose a tag to compare
2.0.17 beta Pre-release
Pre-release

Features

  • Export all variable maps to CSS variables. Check the README.md for a full list.
  • Revise font-sizes, make them the same for both platforms

Fixes

  • Fix the modal ActionBar with ns-statusbar-transparent
  • Fix the aqua skin colors
  • Revamp the Button animations to work in ActionBar
  • Return accent var in maps
  • Remove the ghost StackLayout padding in RadListView

2.0.16 beta

04 Sep 09:32
Compare
Choose a tag to compare
2.0.16 beta Pre-release
Pre-release

Features

  • Add .t-36 class

Fixes

  • Fix the dark DateTimePicker's missing icons
  • Fix a crash on orientation change