Skip to content

Releases: telerik/kendo-themes

v7.0.2-dev.5

06 Nov 00:59
Compare
Choose a tag to compare
v7.0.2-dev.5 Pre-release
Pre-release

7.0.2-dev.5 (2023-11-06)

Note: Version bump only for package kendo-themes.repo

v7.0.2-dev.4

30 Oct 00:49
Compare
Choose a tag to compare
v7.0.2-dev.4 Pre-release
Pre-release

7.0.2-dev.4 (2023-10-30)

Bug Fixes

  • slider: missing animation in rtl mode (a5ca520)

v7.0.2-dev.3

23 Oct 00:53
Compare
Choose a tag to compare
v7.0.2-dev.3 Pre-release
Pre-release

7.0.2-dev.3 (2023-10-23)

Note: Version bump only for package kendo-themes.repo

v7.0.2-dev.2

16 Oct 07:35
Compare
Choose a tag to compare
v7.0.2-dev.2 Pre-release
Pre-release

7.0.2-dev.2 (2023-10-16)

Bug Fixes

  • dock-manager: fix toolbar buttons padding in fluent (ce21b1d)

v7.0.2-dev.1

09 Oct 00:47
Compare
Choose a tag to compare
v7.0.2-dev.1 Pre-release
Pre-release

7.0.2-dev.1 (2023-10-09)

Note: Version bump only for package kendo-themes.repo

v7.0.2-dev.0

04 Oct 16:15
Compare
Choose a tag to compare
v7.0.2-dev.0 Pre-release
Pre-release

7.0.2-dev.0 (2023-10-04)

Note: Version bump only for package kendo-themes.repo

v7.0.1

02 Oct 13:02
Compare
Choose a tag to compare

7.0.1 (2023-10-02)

Bug Fixes

  • grid: dropdown operator height does not match input height (83254f3)
  • multiselect: disabled state of chips is not visible in material theme (6ccf535)
  • spreadsheet: sheets bar overflows past container dimensions (2c57d43)
  • icon: loading animation has incorrect dimensions (a18fac9)
  • icon: modifier does not have the correct size (527b301)

v7.0.1-dev.1

02 Oct 00:48
Compare
Choose a tag to compare
v7.0.1-dev.1 Pre-release
Pre-release

7.0.1-dev.1 (2023-10-02)

Bug Fixes

  • icon: loading animation has incorrect dimensions (a18fac9)
  • icon: modifier does not have the correct size (527b301)

v7.0.1-dev.0

26 Sep 13:12
Compare
Choose a tag to compare
v7.0.1-dev.0 Pre-release
Pre-release

7.0.1-dev.0 (2023-09-26)

Note: Version bump only for package kendo-themes.repo

v7.0.0

26 Sep 06:25
Compare
Choose a tag to compare

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