@progress/kendo-theme-default 3.4.0-dev.ffd551c2 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -0
- package/dist/all.css +1 -1
- package/package.json +2 -2
- package/scss/button/_theme.scss +2 -0
- package/scss/calendar/_layout.scss +10 -0
- package/scss/chat/_layout.scss +7 -1
- package/scss/colorpicker/_layout.scss +1 -0
- package/scss/colorpicker/_theme.scss +1 -0
- package/scss/common/_icons.scss +2 -0
- package/scss/grid/_theme.scss +14 -11
- package/scss/input/_layout.scss +1 -1
- package/scss/popup/_theme.scss +3 -1
- package/scss/scheduler/_layout.scss +34 -15
- package/scss/scheduler/_theme.scss +5 -0
- package/scss/tabstrip/_layout.scss +25 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
<a name="3.4.0"></a>
|
|
7
|
+
# 3.4.0 (2019-03-14)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **buttons:** use correct color for .k-button.k-flat:hover.k-state-active ([eebad66](https://github.com/telerik/kendo-themes/commit/eebad66))
|
|
13
|
+
* **calendar:** virtual list in ie ([0cdfd08](https://github.com/telerik/kendo-themes/commit/0cdfd08))
|
|
14
|
+
* **chat:** toolbar buttons styles ([cbfdf20](https://github.com/telerik/kendo-themes/commit/cbfdf20))
|
|
15
|
+
* **colorpalette:** apply cursor-pointer style on tiles ([7d4a7ca](https://github.com/telerik/kendo-themes/commit/7d4a7ca))
|
|
16
|
+
* **colorpicker:** wrapper hover styles not applied ([0f5ea5e](https://github.com/telerik/kendo-themes/commit/0f5ea5e))
|
|
17
|
+
* **dropdowns:** remove list items transform transitions ([71f3982](https://github.com/telerik/kendo-themes/commit/71f3982))
|
|
18
|
+
* **grid:** added active styles for grid column menu ([dfd1bc6](https://github.com/telerik/kendo-themes/commit/dfd1bc6))
|
|
19
|
+
* **grid:** grouping header text overflows with frozen columns ([779a216](https://github.com/telerik/kendo-themes/commit/779a216))
|
|
20
|
+
* **icons:** add missing icon aliases ([19f8906](https://github.com/telerik/kendo-themes/commit/19f8906))
|
|
21
|
+
* **scheduler:** agenda date header in RTL ([7079f86](https://github.com/telerik/kendo-themes/commit/7079f86))
|
|
22
|
+
* **scheduler:** fixed position of day toggle button in rtl ([0ca6dbf](https://github.com/telerik/kendo-themes/commit/0ca6dbf))
|
|
23
|
+
* **scheduler:** header wrap border ([86c7cf3](https://github.com/telerik/kendo-themes/commit/86c7cf3))
|
|
24
|
+
* **scheduler:** icon padding in RTL ([d0c8b09](https://github.com/telerik/kendo-themes/commit/d0c8b09))
|
|
25
|
+
* **scheduler:** month view style improvements ([e3dc082](https://github.com/telerik/kendo-themes/commit/e3dc082))
|
|
26
|
+
* **scheduler:** reverse event arrow direction in RTL ([e6aeefc](https://github.com/telerik/kendo-themes/commit/e6aeefc))
|
|
27
|
+
* upgrade theme dependency to bootstrap 4.3.1 ([eedd116](https://github.com/telerik/kendo-themes/commit/eedd116))
|
|
28
|
+
* **scheduler:** rtl layout improvements ([ab9030e](https://github.com/telerik/kendo-themes/commit/ab9030e))
|
|
29
|
+
* **switch:** layout in a k-form element ([7827870](https://github.com/telerik/kendo-themes/commit/7827870))
|
|
30
|
+
* **tabstrip:** bottom scrolling buttons alignment ([ecd39b6](https://github.com/telerik/kendo-themes/commit/ecd39b6))
|
|
31
|
+
* **tabstrip:** bottom scrolling buttons on IE ([7a51980](https://github.com/telerik/kendo-themes/commit/7a51980))
|
|
32
|
+
* **tabstrip:** scroll buttons rtl ([f5f2c9d](https://github.com/telerik/kendo-themes/commit/f5f2c9d))
|
|
33
|
+
* **toolbar:** added min-height ([452f4c0](https://github.com/telerik/kendo-themes/commit/452f4c0))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* add k-no-click class ([cf2cf0f](https://github.com/telerik/kendo-themes/commit/cf2cf0f))
|
|
39
|
+
* **daterange:** mobile support ([6452219](https://github.com/telerik/kendo-themes/commit/6452219)), closes [telerik/kendo-ui-core#4842](https://github.com/telerik/kendo-ui-core/issues/4842)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
<a name="3.3.1"></a>
|
|
7
45
|
## [3.3.1](https://github.com/telerik/kendo-themes/compare/@progress/kendo-theme-default@3.3.0...@progress/kendo-theme-default@3.3.1) (2019-02-19)
|
|
8
46
|
|