Skip to content

Releases: NativeScript/theme

v3.1.1

22 Jul 20:28
Compare
Choose a tag to compare

Features

  • add custom palettes to _kendo-palettes

Fixes

  • remove warnings for new "Mixed Declarations"
  • layout height issue with Angular forms

3.0.2

15 Oct 18:23
038e7a8
Compare
Choose a tag to compare

Bug fixes

2.3.4

05 Dec 12:04
c503241
Compare
Choose a tag to compare

Fixes

  • setMode should work correctly in all cases
  • Disables system theme so that NS themes can work properly...
  • Theme should work on NS 6 & 7 properly

2.3.3

17 Mar 16:07
f9308bf
Compare
Choose a tag to compare

Fixes

  • Fix wrong ActionBar colors, introduced with node-sass fix
  • Fix missing bootstrap bg-primary accented background-color

2.3.2

20 Feb 12:11
1b1675c
Compare
Choose a tag to compare

Fixes

  • CSS variables output with node-sass is causing crashes

2.3.1

20 Feb 12:02
1b1675c
Compare
Choose a tag to compare

Features

  • Add support for hard changing the mode in {N} 6.2+ (Theme.Light/Theme.Dark/Theme.Auto).
  • toggleMode now takes into account systemAppearance to decide the alternate mode (6.2+).

2.2.1

13 Nov 15:01
Compare
Choose a tag to compare

Features

  • Add default style for modal dialogs

2.2.0

29 Oct 13:32
56e7d09
Compare
Choose a tag to compare

Breaking changes

  • Separate default core styling again to reduce the core CSS with 20k

Features

  • Ship pre-parsed JSON files for all CSS (used with css2json-loader)
  • Return $accent input variable, use $focus as internal abstraction
  • Rename $ab-background and $ab-color to respectively $complementary and $complementary-color, keep backwards compatibility
  • Introduce $...-dark input colors to be able to override the main dark mode colors specifically

Fixes

  • Stop importing view-common in app, use view instead
  • Add more padding to action items
  • Make the dark complementary color closer to the light one
  • Make HtmlView white in dark mode, as its internal colors are currently not dependent on mode
  • Fix PickerField modal in dark mode
  • Fix SegmentedBar selection colors (it doesn't support changing the color in selected state)

2.1.2

16 Oct 11:12
Compare
Choose a tag to compare

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).

2.1.1

14 Oct 17:11
Compare
Choose a tag to compare

Features

  • Export CSS variables in Core CSS

Fixes

  • Fix divider colors
  • Add 5pt Button default padding
  • Remove default font-weight from .ns-root
  • Fix vertical SideDrawer header centering in iOS - remove height, use padding

Breaking changes

  • Remove default FontAwesome 4 rule as it doesn't belong in the theme. Leave it for compat mode.