Releases: NativeScript/theme
Releases · NativeScript/theme
v3.1.1
3.0.2
2.3.4
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
2.3.2
2.3.1
2.2.1
Features
- Add default style for modal dialogs
2.2.0
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
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
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.