npm @progress/kendo-theme-default 7.0.0
v7.0.0

latest releases: 10.1.0-dev.4, 10.1.0-dev.3, 10.1.0-dev.2...
2 years ago

7.0.0 (2023-09-26)

Bug Fixes

  • panelbar: use relative position (a616b48)
  • scheduler: use relative position (efe968f)
  • tabstrip: use relative position (b56a173)
  • tilelayout: use relative position (92063bc)
  • input: remove background from flat pickers in fluent (23eceaa)
  • fab: keep absolute position for FAB (1dcb41b)
  • fluent: forward variables in order to be configurable (53a1141)
  • fixes custom property typos in fluent (351da75)

Features

  • common: introduce indicators helper and move the current time styles there (5987896)
  • implement elevation system (132e0a4)
  • spreadsheet: implement styles for new design (72cc8ac)
  • toolbar: add styles for flat toolbar (545e003)
  • dock-manager: add component styles (ed33323)
  • pdf-viewer: update styles to match unified rendering (7522c7e)
  • detach font icons from the themes (de49a95)
  • html-spec: add additional classes to font and svg icons (d40bae5)

BREAKING CHANGES

  • detach font icons from the themes

    Starting with the R3 2023 release, the font icons font is no longer
    bundled in the themes distribution. This is done as part of a series of
    improvements related to content security policy(CSP). Continue using
    font icons in your project can still be achieved by loading the font and
     related styles separately through CDN or directly from the kendo-font-icons package.
    
    * Add a k-font-icon class for all font icons
    * Add a k-icon class for all svg icons
    
  • common: Extracted the current time marker styles

    from the Scheduler component and made them component-agnostic.
    The `$kendo-scheduler-current-time-color` variable
    is replaced with the `$kendo-current-time-color` variable.
    

What's Changed

Full Changelog: v6.7.0...v7.0.0

Don't miss a new kendo-theme-default release

NewReleases is sending notifications on new releases.