Skip to content

9.0.0-beta.3

Compare
Choose a tag to compare
@Marcarrian Marcarrian released this 08 Sep 08:15
· 282 commits to master since this release

9.0.0-beta.3 (2020-06-12)

Bug Fixes

  • ɵtoolkit: allow placing form field labels above (6220121)
  • ɵtoolkit: change colors in accent color palette to have a higher contrast (50d0a40)
  • toolkit: make sashbox component work with Angular 9 (8fd97a8)
  • toolkit: use dash-case for CSS variables of sci-sashbox component (0504476)

BREAKING CHANGES

  • toolkit: Renamed CSS variables of sci-sashbox component as following:

    • --sci-sashbox-splitter_backgroundColor to --sci-sashbox-splitter-bgcolor
    • --sci-sashbox-splitter_backgroundColorOnHover to --sci-sashbox-splitter-bgcolor_hover
    • --sci-sashbox-splitter_size to --sci-sashbox-splitter-size
    • --sci-sashbox-splitter_sizeOnHover to --sci-sashbox-splitter-size_hover
    • --sci-sashbox-splitter_touchTargetSize to --sci-sashbox-splitter-touch-target-size
    • --sci-sashbox-splitter_crossAxisSize to --sci-sashbox-splitter-cross-axis-size
    • --sci-sashbox-splitter_borderRadius to --sci-sashbox-splitter-border-radius
    • --sci-sashbox-splitter_opacityWhenActive to `--sci-sashbox-splitter-opacity_active
    • --sci-sashbox-splitter_opacityOnHover to --sci-sashbox-splitter-opacity_hover