@limetech/lime-elements 33.12.0-next.1 → 33.12.0-next.5
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/dist/cjs/lime-elements.cjs.js +1 -1
- package/dist/cjs/limel-chip-set.cjs.entry.js +3 -3
- package/dist/cjs/limel-picker.cjs.entry.js +5 -5
- package/dist/cjs/limel-table.cjs.entry.js +7 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/chip-set/chip-set.js +3 -3
- package/dist/collection/components/picker/picker.js +23 -5
- package/dist/collection/components/table/table.css +11 -4
- package/dist/collection/components/table/table.js +7 -1
- package/dist/collection/style/internal/lime-theme.scss +31 -30
- package/dist/collection/style/internal/lime-typography.scss +56 -55
- package/dist/esm/lime-elements.js +1 -1
- package/dist/esm/limel-chip-set.entry.js +3 -3
- package/dist/esm/limel-picker.entry.js +5 -5
- package/dist/esm/limel-table.entry.js +7 -3
- package/dist/esm/loader.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/p-239cd3f0.entry.js +126 -0
- package/dist/lime-elements/p-3b6b9dce.entry.js +16 -0
- package/dist/lime-elements/{p-c37c2722.entry.js → p-e06f4744.entry.js} +1 -1
- package/dist/lime-elements/style/internal/lime-theme.scss +31 -30
- package/dist/lime-elements/style/internal/lime-typography.scss +56 -55
- package/dist/types/components/picker/picker.d.ts +4 -0
- package/dist/types/components/table/table.d.ts +1 -0
- package/dist/types/components.d.ts +8 -0
- package/package.json +7 -7
- package/CHANGELOG.md +0 -4272
- package/dist/lime-elements/p-18c247fe.entry.js +0 -16
- package/dist/lime-elements/p-9a08e484.entry.js +0 -126
|
@@ -52,6 +52,10 @@ export declare class Picker {
|
|
|
52
52
|
* True if multiple values are allowed
|
|
53
53
|
*/
|
|
54
54
|
multiple: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Sets delimiters between chips.
|
|
57
|
+
*/
|
|
58
|
+
delimiter: string;
|
|
55
59
|
/**
|
|
56
60
|
* True if the dropdown list should be displayed without cutting the content
|
|
57
61
|
*
|
|
@@ -588,6 +588,10 @@ export namespace Components {
|
|
|
588
588
|
* Static actions that can be clicked by the user.
|
|
589
589
|
*/
|
|
590
590
|
"actions": Array<ListItem<Action>>;
|
|
591
|
+
/**
|
|
592
|
+
* Sets delimiters between chips.
|
|
593
|
+
*/
|
|
594
|
+
"delimiter": string;
|
|
591
595
|
/**
|
|
592
596
|
* True if the picker should be disabled
|
|
593
597
|
*/
|
|
@@ -1818,6 +1822,10 @@ declare namespace LocalJSX {
|
|
|
1818
1822
|
* Static actions that can be clicked by the user.
|
|
1819
1823
|
*/
|
|
1820
1824
|
"actions"?: Array<ListItem<Action>>;
|
|
1825
|
+
/**
|
|
1826
|
+
* Sets delimiters between chips.
|
|
1827
|
+
*/
|
|
1828
|
+
"delimiter"?: string;
|
|
1821
1829
|
/**
|
|
1822
1830
|
* True if the picker should be disabled
|
|
1823
1831
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@limetech/lime-elements",
|
|
3
|
-
"version": "33.12.0-next.
|
|
3
|
+
"version": "33.12.0-next.5",
|
|
4
4
|
"description": "Lime Elements",
|
|
5
5
|
"author": "Lime Technologies",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"@types/puppeteer": "^5.4.4",
|
|
56
56
|
"@types/react": "^16.14.14",
|
|
57
57
|
"@types/tabulator-tables": "^4.9.3",
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "^4.
|
|
59
|
-
"@typescript-eslint/parser": "^4.
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^4.31.1",
|
|
59
|
+
"@typescript-eslint/parser": "^4.31.1",
|
|
60
60
|
"ajv": "^6.12.6",
|
|
61
61
|
"awesome-debounce-promise": "^2.1.0",
|
|
62
62
|
"codemirror": "^5.62.3",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"dayjs": "^1.10.6",
|
|
66
66
|
"eslint": "^7.32.0",
|
|
67
67
|
"eslint-config-prettier": "^8.3.0",
|
|
68
|
-
"eslint-plugin-jsdoc": "^36.0
|
|
68
|
+
"eslint-plugin-jsdoc": "^36.1.0",
|
|
69
69
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
70
|
-
"eslint-plugin-prettier": "^
|
|
71
|
-
"eslint-plugin-react": "^7.
|
|
70
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
71
|
+
"eslint-plugin-react": "^7.25.1",
|
|
72
72
|
"eslint-plugin-sonarjs": "^0.10.0",
|
|
73
73
|
"flatpickr": "^4.6.9",
|
|
74
74
|
"html-escaper": "^3.0.3",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"material-components-web": "^11.0.0",
|
|
81
81
|
"moment": "^2.29.1",
|
|
82
82
|
"number-abbreviate": "^2.0.0",
|
|
83
|
-
"prettier": "^2.
|
|
83
|
+
"prettier": "^2.4.0",
|
|
84
84
|
"puppeteer": "^10.2.0",
|
|
85
85
|
"react": "^16.14.0",
|
|
86
86
|
"react-dom": "^16.14.0",
|
package/CHANGELOG.md
DELETED
|
@@ -1,4272 +0,0 @@
|
|
|
1
|
-
## [33.12.0-next.1](https://github.com/Lundalogik/lime-elements/compare/v33.11.1-next.2...v33.12.0-next.1) (2021-09-10)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* **picker:** add capability for static actions in picker drop-down ([5a3af98](https://github.com/Lundalogik/lime-elements/commit/5a3af98083c8777e3762a87a6172c7beb78b989a)), closes [Lundalogik/crm-feature#2238](https://github.com/Lundalogik/crm-feature/issues/2238)
|
|
7
|
-
|
|
8
|
-
### [33.11.1-next.2](https://github.com/Lundalogik/lime-elements/compare/v33.11.1-next.1...v33.11.1-next.2) (2021-09-09)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* **chip-set:** correctly position label in different states of chip-set ([7de743e](https://github.com/Lundalogik/lime-elements/commit/7de743ef74e30d0f38ddcc2ad1232c48cb7a91a4))
|
|
14
|
-
* **chip-set:** include `cropped-label-hack` for chipsets ([2586a0a](https://github.com/Lundalogik/lime-elements/commit/2586a0ac532def3d1d6b94a10617588199444a6d))
|
|
15
|
-
|
|
16
|
-
### [33.11.1-next.1](https://github.com/Lundalogik/lime-elements/compare/v33.11.0...v33.11.1-next.1) (2021-09-03)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Bug Fixes
|
|
20
|
-
|
|
21
|
-
* **progress-flow:** correctly export the `FlowItem` interface ([5924e37](https://github.com/Lundalogik/lime-elements/commit/5924e37d149937204a0ebd6403bb8f9401c28436)), closes [#1338](https://github.com/Lundalogik/lime-elements/issues/1338)
|
|
22
|
-
|
|
23
|
-
## [33.11.0](https://github.com/Lundalogik/lime-elements/compare/v33.10.0...v33.11.0) (2021-09-03)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### Features
|
|
27
|
-
|
|
28
|
-
* **date-picker:** add previous and next buttons to year-picker ([c8aa81e](https://github.com/Lundalogik/lime-elements/commit/c8aa81e1228df3a25ecf50c49befd8eea782df02)), closes [Lundalogik/crm-feature#2285](https://github.com/Lundalogik/crm-feature/issues/2285)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### Bug Fixes
|
|
32
|
-
|
|
33
|
-
* **date-picker:** fix undefined error when flatpicker is undefined ([abdec27](https://github.com/Lundalogik/lime-elements/commit/abdec270000c682098dd5deb271a92700f763c23))
|
|
34
|
-
|
|
35
|
-
## [33.11.0-next.1](https://github.com/Lundalogik/lime-elements/compare/v33.10.0...v33.11.0-next.1) (2021-09-02)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Features
|
|
39
|
-
|
|
40
|
-
* **date-picker:** add previous and next buttons to year-picker ([c8aa81e](https://github.com/Lundalogik/lime-elements/commit/c8aa81e1228df3a25ecf50c49befd8eea782df02)), closes [Lundalogik/crm-feature#2285](https://github.com/Lundalogik/crm-feature/issues/2285)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Bug Fixes
|
|
44
|
-
|
|
45
|
-
* **date-picker:** fix undefined error when flatpicker is undefined ([abdec27](https://github.com/Lundalogik/lime-elements/commit/abdec270000c682098dd5deb271a92700f763c23))
|
|
46
|
-
|
|
47
|
-
## [33.10.0](https://github.com/Lundalogik/lime-elements/compare/v33.9.0...v33.10.0) (2021-09-02)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
* **list-item:** adds list separator to list item actions types ([c2f0902](https://github.com/Lundalogik/lime-elements/commit/c2f090202e399128f6d8a4934d7e613f8d965704))
|
|
53
|
-
* **table:** add `horizontalAlign` property to `Column` interface ([7a3325d](https://github.com/Lundalogik/lime-elements/commit/7a3325db2f7c587302e180adbb536a9d83648fd9)), closes [Lundalogik/crm-feature#2123](https://github.com/Lundalogik/crm-feature/issues/2123)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Bug Fixes
|
|
57
|
-
|
|
58
|
-
* **popover:** emit close event when ESC is pressed ([08bbbf7](https://github.com/Lundalogik/lime-elements/commit/08bbbf784e622f8faeac08dd80ee26116036838d)), closes [Lundalogik/crm-feature#2205](https://github.com/Lundalogik/crm-feature/issues/2205)
|
|
59
|
-
* **table:** don't scroll table to the left after each reload ([7c48aed](https://github.com/Lundalogik/lime-elements/commit/7c48aedc06a92a2563a89cfc1b7babb34a130dcb)), closes [Lundalogik/crm-feature#2027](https://github.com/Lundalogik/crm-feature/issues/2027)
|
|
60
|
-
|
|
61
|
-
## [33.10.0-next.1](https://github.com/Lundalogik/lime-elements/compare/v33.9.0...v33.10.0-next.1) (2021-09-01)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Features
|
|
65
|
-
|
|
66
|
-
* **list-item:** adds list separator to list item actions types ([c2f0902](https://github.com/Lundalogik/lime-elements/commit/c2f090202e399128f6d8a4934d7e613f8d965704))
|
|
67
|
-
* **table:** add `horizontalAlign` property to `Column` interface ([7a3325d](https://github.com/Lundalogik/lime-elements/commit/7a3325db2f7c587302e180adbb536a9d83648fd9)), closes [Lundalogik/crm-feature#2123](https://github.com/Lundalogik/crm-feature/issues/2123)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### Bug Fixes
|
|
71
|
-
|
|
72
|
-
* **popover:** emit close event when ESC is pressed ([08bbbf7](https://github.com/Lundalogik/lime-elements/commit/08bbbf784e622f8faeac08dd80ee26116036838d)), closes [Lundalogik/crm-feature#2205](https://github.com/Lundalogik/crm-feature/issues/2205)
|
|
73
|
-
* **table:** don't scroll table to the left after each reload ([7c48aed](https://github.com/Lundalogik/lime-elements/commit/7c48aedc06a92a2563a89cfc1b7babb34a130dcb)), closes [Lundalogik/crm-feature#2027](https://github.com/Lundalogik/crm-feature/issues/2027)
|
|
74
|
-
|
|
75
|
-
## [33.10.0-beta.4](https://github.com/Lundalogik/lime-elements/compare/v33.10.0-beta.3...v33.10.0-beta.4) (2021-09-01)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### Bug Fixes
|
|
79
|
-
|
|
80
|
-
* **popover:** emit close event when ESC is pressed ([08bbbf7](https://github.com/Lundalogik/lime-elements/commit/08bbbf784e622f8faeac08dd80ee26116036838d)), closes [Lundalogik/crm-feature#2205](https://github.com/Lundalogik/crm-feature/issues/2205)
|
|
81
|
-
|
|
82
|
-
## [33.10.0-beta.3](https://github.com/Lundalogik/lime-elements/compare/v33.10.0-beta.2...v33.10.0-beta.3) (2021-08-31)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Bug Fixes
|
|
86
|
-
|
|
87
|
-
* **table:** don't scroll table to the left after each reload ([7c48aed](https://github.com/Lundalogik/lime-elements/commit/7c48aedc06a92a2563a89cfc1b7babb34a130dcb)), closes [Lundalogik/crm-feature#2027](https://github.com/Lundalogik/crm-feature/issues/2027)
|
|
88
|
-
|
|
89
|
-
## [33.10.0-beta.2](https://github.com/Lundalogik/lime-elements/compare/v33.10.0-beta.1...v33.10.0-beta.2) (2021-08-31)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### Features
|
|
93
|
-
|
|
94
|
-
* **table:** add `horizontalAlign` property to `Column` interface ([7a3325d](https://github.com/Lundalogik/lime-elements/commit/7a3325db2f7c587302e180adbb536a9d83648fd9)), closes [Lundalogik/crm-feature#2123](https://github.com/Lundalogik/crm-feature/issues/2123)
|
|
95
|
-
|
|
96
|
-
## [33.10.0-beta.1](https://github.com/Lundalogik/lime-elements/compare/v33.9.0...v33.10.0-beta.1) (2021-08-30)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Features
|
|
100
|
-
|
|
101
|
-
* **list-item:** adds list separator to list item actions types ([c2f0902](https://github.com/Lundalogik/lime-elements/commit/c2f090202e399128f6d8a4934d7e613f8d965704))
|
|
102
|
-
|
|
103
|
-
## [33.9.0](https://github.com/Lundalogik/lime-elements/compare/v33.8.0...v33.9.0) (2021-08-27)
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
### Features
|
|
107
|
-
|
|
108
|
-
* **progress-flow:** add new component `limel-progress-flow` ([4fd8282](https://github.com/Lundalogik/lime-elements/commit/4fd8282d8bd5077f27686fc82b0d1f13715df389))
|
|
109
|
-
|
|
110
|
-
## [33.8.0](https://github.com/Lundalogik/lime-elements/compare/v33.7.0...v33.8.0) (2021-08-27)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
### Features
|
|
114
|
-
|
|
115
|
-
* **list:** enable rendering lists with a grid layout ([51355fc](https://github.com/Lundalogik/lime-elements/commit/51355fc29b925ca32a838449594201343b7c0cd5))
|
|
116
|
-
* **menu:** enable rendering list items in menu with a grid layout ([9abb9a6](https://github.com/Lundalogik/lime-elements/commit/9abb9a66feebfd5d736b3bf6230de8c67b722979))
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
### Bug Fixes
|
|
120
|
-
|
|
121
|
-
* **list:** reduce the dead space around `badgeIcons` in avatar list ([ad9e1e4](https://github.com/Lundalogik/lime-elements/commit/ad9e1e4928b59557f070eb796884108ab496f1b2))
|
|
122
|
-
|
|
123
|
-
## [33.7.0](https://github.com/Lundalogik/lime-elements/compare/v33.6.0...v33.7.0) (2021-08-26)
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
### Features
|
|
127
|
-
|
|
128
|
-
* **table:** display a message to the users when the table has no data ([ee52b90](https://github.com/Lundalogik/lime-elements/commit/ee52b90c11637f7697eddb9443da385b48f9eda0)), closes [Lundalogik/lime-crm-components#284](https://github.com/Lundalogik/lime-crm-components/issues/284)
|
|
129
|
-
|
|
130
|
-
## [33.6.0](https://github.com/Lundalogik/lime-elements/compare/v33.5.3...v33.6.0) (2021-08-25)
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
### Features
|
|
134
|
-
|
|
135
|
-
* **table:** be able to set the page number in a table ([9773538](https://github.com/Lundalogik/lime-elements/commit/97735388ca2a9e6a23adaec27d5ba71b6f9e816d)), closes [Lundalogik/crm-feature#2197](https://github.com/Lundalogik/crm-feature/issues/2197)
|
|
136
|
-
|
|
137
|
-
### [33.5.3](https://github.com/Lundalogik/lime-elements/compare/v33.5.2...v33.5.3) (2021-08-25)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
### Bug Fixes
|
|
141
|
-
|
|
142
|
-
* **popover-surface:** make backdrop filter work on IOS ([a44ff04](https://github.com/Lundalogik/lime-elements/commit/a44ff04303909563c5360b8abf05ffc21784c87e))
|
|
143
|
-
|
|
144
|
-
### [33.5.2](https://github.com/Lundalogik/lime-elements/compare/v33.5.1...v33.5.2) (2021-08-24)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### Bug Fixes
|
|
148
|
-
|
|
149
|
-
* **popover:** prevent triggering of default link actions which are below an open popover ([bcbcfcb](https://github.com/Lundalogik/lime-elements/commit/bcbcfcbbc7f44463041c619700b934b25de5809d))
|
|
150
|
-
|
|
151
|
-
### [33.5.1](https://github.com/Lundalogik/lime-elements/compare/v33.5.0...v33.5.1) (2021-08-24)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
### Bug Fixes
|
|
155
|
-
|
|
156
|
-
* **code-editor:** update underlying library, which includes some very minor bugfixes ([799fdea](https://github.com/Lundalogik/lime-elements/commit/799fdea80eddb4843cf180b5369f2f4ba82750aa))
|
|
157
|
-
* **portal:** update underlying library, fixing positioning of elements with scaled parents ([faabbbe](https://github.com/Lundalogik/lime-elements/commit/faabbbe41697090d2248bb8de7220560b8b15e21))
|
|
158
|
-
|
|
159
|
-
## [33.5.0](https://github.com/Lundalogik/lime-elements/compare/v33.4.1...v33.5.0) (2021-08-16)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
### Features
|
|
163
|
-
|
|
164
|
-
* **collapsible-section:** enable keyboard navigation and interaction ([0a26ce5](https://github.com/Lundalogik/lime-elements/commit/0a26ce5593e96a8e28a9634ffb4a4c5f9d5cd177))
|
|
165
|
-
|
|
166
|
-
### [33.4.1](https://github.com/Lundalogik/lime-elements/compare/v33.4.0...v33.4.1) (2021-08-13)
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### Bug Fixes
|
|
170
|
-
|
|
171
|
-
* **chipset:** ensure input field gets focus first when tabbing ([e19079b](https://github.com/Lundalogik/lime-elements/commit/e19079b8faad4ef87f39c25fc79ccfe404f52ed3))
|
|
172
|
-
* **input:** ensure input component has focus after leaving search results ([3ec035b](https://github.com/Lundalogik/lime-elements/commit/3ec035bdba16a20535b1f72d4310dbc8392ea6fd))
|
|
173
|
-
* **picker:** ensure picker component has focus after leaving search results ([b93c9d9](https://github.com/Lundalogik/lime-elements/commit/b93c9d91d5b7a0fddc4ca11912c071b11ea71016))
|
|
174
|
-
|
|
175
|
-
## [33.4.0](https://github.com/Lundalogik/lime-elements/compare/v33.3.0...v33.4.0) (2021-08-11)
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
### Features
|
|
179
|
-
|
|
180
|
-
* **spinner:** render it like Lime logo or optionally like a circle… ([89ff7ed](https://github.com/Lundalogik/lime-elements/commit/89ff7edc648560be4c9f0fcf6adca3715f38f355))
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
### Bug Fixes
|
|
184
|
-
|
|
185
|
-
* **button:** make it work nicely with the new spinner by rendering the spinner as a circle ([a50a168](https://github.com/Lundalogik/lime-elements/commit/a50a16862c193b29caf6a81f9161615276783ba1))
|
|
186
|
-
* **picker:** improve how spinner is visualized in picker's results list ([f4cabbc](https://github.com/Lundalogik/lime-elements/commit/f4cabbc23d4d71bc0156ac992bab9142a6777374))
|
|
187
|
-
* **picker:** make it work nicely with the new spinner ([893adf8](https://github.com/Lundalogik/lime-elements/commit/893adf8e43b62a326b029190b484afb784cc5f5e))
|
|
188
|
-
|
|
189
|
-
## [33.3.0](https://github.com/Lundalogik/lime-elements/compare/v33.2.0...v33.3.0) (2021-08-11)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Features
|
|
193
|
-
|
|
194
|
-
* **chip.types:** add iconTitle to the chip interface ([ce335f9](https://github.com/Lundalogik/lime-elements/commit/ce335f928c9aa16753276245071393b1de55a5e1))
|
|
195
|
-
* **file:** display icon of most common filetypes on chip ([2a4dfd8](https://github.com/Lundalogik/lime-elements/commit/2a4dfd849523b84d81a2b7e46750c556feed2fe1))
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
### Bug Fixes
|
|
199
|
-
|
|
200
|
-
* **chip-set:** enable setting title attribute to the lime-icon ([c573a37](https://github.com/Lundalogik/lime-elements/commit/c573a3763012e8cff9c21c26ea3a25b25fc139a2))
|
|
201
|
-
|
|
202
|
-
## [33.2.0](https://github.com/Lundalogik/lime-elements/compare/v33.1.3...v33.2.0) (2021-08-10)
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
### Features
|
|
206
|
-
|
|
207
|
-
* **chip-set:** allow "clear all" button to be optionally hidden ([857adb6](https://github.com/Lundalogik/lime-elements/commit/857adb6cdc3aeca2ccbe7c596048f1264a852558))
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
### Bug Fixes
|
|
211
|
-
|
|
212
|
-
* **picker:** hide "Clear all" button when picker does not allow to pick more than one choice ([4895b0d](https://github.com/Lundalogik/lime-elements/commit/4895b0d0551c16235c610d027932d0b3269b7a4f))
|
|
213
|
-
|
|
214
|
-
### [33.1.3](https://github.com/Lundalogik/lime-elements/compare/v33.1.2...v33.1.3) (2021-08-10)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Bug Fixes
|
|
218
|
-
|
|
219
|
-
* **table:** center align loading spinner ([f03b7c9](https://github.com/Lundalogik/lime-elements/commit/f03b7c9c18989abfb5cbaf223cce54c928181ae7))
|
|
220
|
-
|
|
221
|
-
### [33.1.2](https://github.com/Lundalogik/lime-elements/compare/v33.1.1...v33.1.2) (2021-08-09)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### Bug Fixes
|
|
225
|
-
|
|
226
|
-
* **form:** show the property name in the validation error when missing required property ([fbf0f49](https://github.com/Lundalogik/lime-elements/commit/fbf0f492d6335e765e0cb4fe7f74c0c31796bd30)), closes [Lundalogik/crm-feature#2254](https://github.com/Lundalogik/crm-feature/issues/2254)
|
|
227
|
-
|
|
228
|
-
### [33.1.1](https://github.com/Lundalogik/lime-elements/compare/v33.1.0...v33.1.1) (2021-08-04)
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
### Bug Fixes
|
|
232
|
-
|
|
233
|
-
* **menu:** pass css props defined for menu to portal ([e6e98a8](https://github.com/Lundalogik/lime-elements/commit/e6e98a8fbadfb38a1d6278f6bdeb21397dc460e8))
|
|
234
|
-
|
|
235
|
-
## [33.1.0](https://github.com/Lundalogik/lime-elements/compare/v33.0.2...v33.1.0) (2021-07-23)
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
### Features
|
|
239
|
-
|
|
240
|
-
* **file:** add a visual dropzone ([1de3f70](https://github.com/Lundalogik/lime-elements/commit/1de3f70fd284684e6df2424276cde439ffcb781a))
|
|
241
|
-
|
|
242
|
-
### [33.0.2](https://github.com/Lundalogik/lime-elements/compare/v33.0.1...v33.0.2) (2021-07-22)
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
### Bug Fixes
|
|
246
|
-
|
|
247
|
-
* **switch:** improve `readonly` styles ([e119999](https://github.com/Lundalogik/lime-elements/commit/e1199992207ae440fe45f586952e73b52560e718))
|
|
248
|
-
* **switch:** make `disabled` switch look disabled ([1a74f27](https://github.com/Lundalogik/lime-elements/commit/1a74f2766bffeaf8920cdf5fa4d4562e14f2f66e))
|
|
249
|
-
* **switch:** make label text look like checkbox's label ([c893a23](https://github.com/Lundalogik/lime-elements/commit/c893a235e2c0954e418f4ccc0a0c610f0aa65226))
|
|
250
|
-
|
|
251
|
-
### [33.0.1](https://github.com/Lundalogik/lime-elements/compare/v33.0.0...v33.0.1) (2021-07-22)
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
### Bug Fixes
|
|
255
|
-
|
|
256
|
-
* **chip-set:** make label truncate correctly when there is a leading icon ([e11e7c0](https://github.com/Lundalogik/lime-elements/commit/e11e7c081b234ed13a499eaf18ef4fb32baa0312))
|
|
257
|
-
* **chip-set:** make label truncate when chip-set has no input field ([df32824](https://github.com/Lundalogik/lime-elements/commit/df328240380806811098e81775887405dce211db))
|
|
258
|
-
|
|
259
|
-
## [33.0.0](https://github.com/Lundalogik/lime-elements/compare/v32.4.4...v33.0.0) (2021-07-21)
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
### ⚠ BREAKING CHANGES
|
|
263
|
-
|
|
264
|
-
* **banner:** Support for the deprecated css variable `--icon-background-color` has been removed.
|
|
265
|
-
Use `--banner-icon-background-color` instead.
|
|
266
|
-
* **chip-set, picker:** The deprecated property `iconColor` has been removed from the interface `Chip`. Use
|
|
267
|
-
`iconBackgroundColor` instead.
|
|
268
|
-
* The underlying component library used for many of the components, MDC,
|
|
269
|
-
has been updated from our own fork of v4.0.0 to the official v11.0.0. There should be
|
|
270
|
-
no breaking changes to the APIs the Lime Elements presents, and we've done our best to
|
|
271
|
-
make sure that all serious bugs created by the update have been addressed. However,
|
|
272
|
-
there may well be several smaller styling issues that we haven't yet addressed.
|
|
273
|
-
The most significant potential for breaking changes lie in the change in how sizes are
|
|
274
|
-
styled. Our own fork of MDC v4.0.0 used `rem` for all sizes, to make all components
|
|
275
|
-
scale based on the font size in the browser settings. The official MDC v11.0.0 instead
|
|
276
|
-
uses `rem` only for typography related sizes, and `px` for other sizes. Many
|
|
277
|
-
components still scale well when the browser font size is set to something other than
|
|
278
|
-
the default 16px, but not all components do. Please submit issues for any bugs found
|
|
279
|
-
at https://github.com/Lundalogik/lime-elements/issues/
|
|
280
|
-
|
|
281
|
-
### Features
|
|
282
|
-
|
|
283
|
-
* **banner:** remove support for deprecated css variable `--icon-background-color` ([2d7a7d1](https://github.com/Lundalogik/lime-elements/commit/2d7a7d19bf279837fca45f5a90933b3a58799bbd))
|
|
284
|
-
* **chip-set:** add aria-label to remove-button for improved accessibility ([99827a0](https://github.com/Lundalogik/lime-elements/commit/99827a0e04d5b4a6ab060deb8b24d5ed6ead4ebc))
|
|
285
|
-
* **chip-set, picker:** remove support for deprecated property `Chip.iconColor` ([cca078b](https://github.com/Lundalogik/lime-elements/commit/cca078b6e48553e0e580a9daf537751d996a967a))
|
|
286
|
-
* **dialog:** make focus trapping work properly ([b7425c1](https://github.com/Lundalogik/lime-elements/commit/b7425c10448887c437e47c572100ae823816e0c8)), closes [#29](https://github.com/Lundalogik/lime-elements/issues/29)
|
|
287
|
-
* **snackbar:** add title for dismiss-button for improved accessibility ([de2541a](https://github.com/Lundalogik/lime-elements/commit/de2541ab5b589457a4704d67c7bff971b0fd9ec4))
|
|
288
|
-
* update MDC from internal fork of v4.0.0 to official v11.0.0 ([0acd5a3](https://github.com/Lundalogik/lime-elements/commit/0acd5a347a8bc247d9cc5f477074c563648bedce))
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Bug Fixes
|
|
292
|
-
|
|
293
|
-
* **badge:** MDC update ([f4793e9](https://github.com/Lundalogik/lime-elements/commit/f4793e974c08bbd38a213c63ee40275c703123f7))
|
|
294
|
-
* **banner:** MDC update ([d006e36](https://github.com/Lundalogik/lime-elements/commit/d006e36667969606119b79cea831bdb9ba61d996))
|
|
295
|
-
* **button:** MDC update ([bd6ac7c](https://github.com/Lundalogik/lime-elements/commit/bd6ac7c9626c0c3b116d93e8e1b677043cb03892))
|
|
296
|
-
* **button-group:** MDC update ([9250a00](https://github.com/Lundalogik/lime-elements/commit/9250a0007d04012a15b70a6a78004ceb90cdcd82))
|
|
297
|
-
* **checkbox:** MDC update ([ab40c82](https://github.com/Lundalogik/lime-elements/commit/ab40c82828b41f781e19f70ba5ace43f8c6473bf))
|
|
298
|
-
* **chip-set:** MDC update ([8af3a4a](https://github.com/Lundalogik/lime-elements/commit/8af3a4a14249dd1a2a9fa8da0b03505befc1efef))
|
|
299
|
-
* **chip-set:** prevent tabbing to chips in disabled chip-set ([3f6c14c](https://github.com/Lundalogik/lime-elements/commit/3f6c14ca46435aa30cc2605bb47f040b81957e8e))
|
|
300
|
-
* **chipset:** apply correct input field styles in `readonly` ([41648a0](https://github.com/Lundalogik/lime-elements/commit/41648a06c7c98f1733115a0d96e11c8fa6d70549))
|
|
301
|
-
* **collapsible-section:** MDC update ([508e9a5](https://github.com/Lundalogik/lime-elements/commit/508e9a50b76a6038d039e11b97fe0adff05b8331))
|
|
302
|
-
* **dialog:** MDC update ([da3852f](https://github.com/Lundalogik/lime-elements/commit/da3852f3011575022dbbe6f8e608bd9876ca7079))
|
|
303
|
-
* **form:** MDC update ([480e0e6](https://github.com/Lundalogik/lime-elements/commit/480e0e61425f900b632adbfc9bae567b1ea4a431))
|
|
304
|
-
* **icon-button:** MDC update ([72332a8](https://github.com/Lundalogik/lime-elements/commit/72332a88c9fbc7e7b2e785d76deee9b2cbcfb332))
|
|
305
|
-
* **input-field:** MDC update ([5c6ef03](https://github.com/Lundalogik/lime-elements/commit/5c6ef03c0a9ef85ccfca284f38ac3dec0a1b00f5)), closes [/github.com/Lundalogik/lime-elements/pull/1297#discussion_r670399736](https://github.com/Lundalogik//github.com/Lundalogik/lime-elements/pull/1297/issues/discussion_r670399736)
|
|
306
|
-
* **linear-progress:** MDC update ([3ed9132](https://github.com/Lundalogik/lime-elements/commit/3ed9132ceb12dc0ac58657a76fd11ec6a4c51047))
|
|
307
|
-
* **list:** MDC update ([55d4443](https://github.com/Lundalogik/lime-elements/commit/55d4443a355459ee9df1a9f4298571e148ef42eb))
|
|
308
|
-
* **MDC update:** make project build again after MDC update ([dcb82a6](https://github.com/Lundalogik/lime-elements/commit/dcb82a65120a4339f47220e066c8d843531a1849))
|
|
309
|
-
* **menu:** MDC update ([b3c479a](https://github.com/Lundalogik/lime-elements/commit/b3c479a827db3a8a93ef3a9b16af7350a5c0aeef))
|
|
310
|
-
* **select:** MDC update ([67a40c5](https://github.com/Lundalogik/lime-elements/commit/67a40c5277c8b38b3b3d5bed4b662bf805d74cc0))
|
|
311
|
-
* **select:** when the dropdown is closed, set focus to the trigger button ([630aa38](https://github.com/Lundalogik/lime-elements/commit/630aa38bb074901a5b0bab512525504b71351594))
|
|
312
|
-
* **slider:** MDC update ([1cc6fe6](https://github.com/Lundalogik/lime-elements/commit/1cc6fe65c37cd27a47a1c472c61e40b507b4255f))
|
|
313
|
-
* **snackbar:** MDC update ([5a2b54e](https://github.com/Lundalogik/lime-elements/commit/5a2b54ee6c619cb6fe914a13dceee6081eead34a))
|
|
314
|
-
* **switch:** MDC update ([984e06b](https://github.com/Lundalogik/lime-elements/commit/984e06b5c9344181a74b9227903344339493739e))
|
|
315
|
-
* **tab-bar:** MDC update ([56cee61](https://github.com/Lundalogik/lime-elements/commit/56cee613b7dfd1b49064a474bba141155308ebe6))
|
|
316
|
-
* **table:** MDC update ([3844aea](https://github.com/Lundalogik/lime-elements/commit/3844aea163b3b3025278c146c677d4fadea9fec5))
|
|
317
|
-
|
|
318
|
-
### [32.4.4](https://github.com/Lundalogik/lime-elements/compare/v32.4.3...v32.4.4) (2021-07-12)
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
### Bug Fixes
|
|
322
|
-
|
|
323
|
-
* **input-field:** render empty `readonly` field with a `–` value & `--float-above` label ([8ae2229](https://github.com/Lundalogik/lime-elements/commit/8ae2229d91d768f1ad16804b10c482340978e6ff))
|
|
324
|
-
* **select:** render empty `readonly` select with a `–` value & `--float-above` label ([f4d55d1](https://github.com/Lundalogik/lime-elements/commit/f4d55d1f766b798799d8bbd2a1d86b2ee839d19f))
|
|
325
|
-
|
|
326
|
-
### [32.4.3](https://github.com/Lundalogik/lime-elements/compare/v32.4.2...v32.4.3) (2021-07-07)
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
### Bug Fixes
|
|
330
|
-
|
|
331
|
-
* **button:** prevent icons from shrinking when button is squeezed ([8432543](https://github.com/Lundalogik/lime-elements/commit/84325437980d5bed6f2aefc337415d0c22616032))
|
|
332
|
-
|
|
333
|
-
### [32.4.2](https://github.com/Lundalogik/lime-elements/compare/v32.4.1...v32.4.2) (2021-07-02)
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
### Bug Fixes
|
|
337
|
-
|
|
338
|
-
* **date-picker:** be able to change year with arrow buttons in month/quarter picker ([8114b04](https://github.com/Lundalogik/lime-elements/commit/8114b047cda728c265023a28c1e5eedda0e88b88)), closes [Lundalogik/lime-elements#1247](https://github.com/Lundalogik/lime-elements/issues/1247)
|
|
339
|
-
|
|
340
|
-
### [32.4.1](https://github.com/Lundalogik/lime-elements/compare/v32.4.0...v32.4.1) (2021-07-02)
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
### Bug Fixes
|
|
344
|
-
|
|
345
|
-
* **dialog:** deprecate `badgeIcon` ([c3de8c6](https://github.com/Lundalogik/lime-elements/commit/c3de8c6071cbebf604412b4d1daa965c79129106))
|
|
346
|
-
* **dialog:** replace heading with `limel-header` ([0cbd037](https://github.com/Lundalogik/lime-elements/commit/0cbd037e75dc50756053c46e7c6fd91dd50a448b))
|
|
347
|
-
* **header:** do not display icon if it is not specified ([cf0bb49](https://github.com/Lundalogik/lime-elements/commit/cf0bb49c65251e16d09d7d76c6c254d4b2dc4c68))
|
|
348
|
-
|
|
349
|
-
## [32.4.0](https://github.com/Lundalogik/lime-elements/compare/v32.3.1...v32.4.0) (2021-07-01)
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
### Features
|
|
353
|
-
|
|
354
|
-
* **dialog:** remove the need to use `limel-flex-container` in button slot ([45b7abb](https://github.com/Lundalogik/lime-elements/commit/45b7abb8ea616e84ee2b08c01f9a0b6f126943b8))
|
|
355
|
-
|
|
356
|
-
### [32.3.1](https://github.com/Lundalogik/lime-elements/compare/v32.3.0...v32.3.1) (2021-06-29)
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
### Bug Fixes
|
|
360
|
-
|
|
361
|
-
* **chip-set:** fix broken focus highlighting for keyboard navigation ([4f148dd](https://github.com/Lundalogik/lime-elements/commit/4f148dd0ddc02096cb43ec2a79a1534d4d6bfdd5)), closes [Lundalogik/crm-feature#2231](https://github.com/Lundalogik/crm-feature/issues/2231)
|
|
362
|
-
|
|
363
|
-
## [32.3.0](https://github.com/Lundalogik/lime-elements/compare/v32.2.6...v32.3.0) (2021-06-24)
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
### Features
|
|
367
|
-
|
|
368
|
-
* **chip-set:** allow chips to supply a href, and render as link ([9bc9be8](https://github.com/Lundalogik/lime-elements/commit/9bc9be8b04ee7d4717ac0e49ec4ba09ddae28bc8))
|
|
369
|
-
* **file:** render file chips with proper link to download file ([45c7d96](https://github.com/Lundalogik/lime-elements/commit/45c7d96c544f7cb9b88bc36ceaf8df95c72e596f)), closes [Lundalogik/crm-feature#2231](https://github.com/Lundalogik/crm-feature/issues/2231)
|
|
370
|
-
|
|
371
|
-
### [32.2.6](https://github.com/Lundalogik/lime-elements/compare/v32.2.5...v32.2.6) (2021-06-16)
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
### Bug Fixes
|
|
375
|
-
|
|
376
|
-
* **date-picker:** add proper support for `readonly` ([64bc0dd](https://github.com/Lundalogik/lime-elements/commit/64bc0dd844778888de54cb965e641789193b3f46)), closes [Lundalogik/crm-feature#2211](https://github.com/Lundalogik/crm-feature/issues/2211)
|
|
377
|
-
* **date-picker:** reflect simple properties to attributes ([62a6467](https://github.com/Lundalogik/lime-elements/commit/62a6467d062407d8cc9d79a63b7658d679216d7f))
|
|
378
|
-
|
|
379
|
-
### [32.2.5](https://github.com/Lundalogik/lime-elements/compare/v32.2.4...v32.2.5) (2021-06-16)
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
### Bug Fixes
|
|
383
|
-
|
|
384
|
-
* **input-field:** truncate `formatted-input` for type number ([ab4bf0b](https://github.com/Lundalogik/lime-elements/commit/ab4bf0bacd0a171d3ff9e34e56d03cff78b6bddc))
|
|
385
|
-
|
|
386
|
-
### [32.2.4](https://github.com/Lundalogik/lime-elements/compare/v32.2.3...v32.2.4) (2021-06-15)
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
### Bug Fixes
|
|
390
|
-
|
|
391
|
-
* **select:** better visualize `invalid` state ([e8a83c0](https://github.com/Lundalogik/lime-elements/commit/e8a83c06da59056acf256271276e8c867c83ce61))
|
|
392
|
-
|
|
393
|
-
### [32.2.3](https://github.com/Lundalogik/lime-elements/compare/v32.2.2...v32.2.3) (2021-06-15)
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
### Bug Fixes
|
|
397
|
-
|
|
398
|
-
* remove overridden interface for ResizeObserver ([88128ef](https://github.com/Lundalogik/lime-elements/commit/88128efd49f840124646e804b096e1ea345f4523))
|
|
399
|
-
|
|
400
|
-
### [32.2.2](https://github.com/Lundalogik/lime-elements/compare/v32.2.1...v32.2.2) (2021-06-08)
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
### Bug Fixes
|
|
404
|
-
|
|
405
|
-
* **table:** always return existing data. add loading prop ([5e41fbe](https://github.com/Lundalogik/lime-elements/commit/5e41fbe4d3b2151f60e8650155b06a1716a14183))
|
|
406
|
-
* **table:** dont update columns if they match the existing table columns ([91392f4](https://github.com/Lundalogik/lime-elements/commit/91392f41927a4a0a169d03b374c4e0eff961efb7))
|
|
407
|
-
* **table:** reinit table when columns change ([676c226](https://github.com/Lundalogik/lime-elements/commit/676c226791c463b1f3f3eb036c1439e1f37a7a15))
|
|
408
|
-
|
|
409
|
-
### [32.2.1](https://github.com/Lundalogik/lime-elements/compare/v32.2.0...v32.2.1) (2021-06-04)
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
### Bug Fixes
|
|
413
|
-
|
|
414
|
-
* **input-field:** add distinct color variables for `label`, `input-text` & `helper-text` ([91be89e](https://github.com/Lundalogik/lime-elements/commit/91be89e9cccfcf032706b7c5d71be11abdf7e9aa))
|
|
415
|
-
* **input-field:** use correct color for readonly inputs of type `number` ([2bf73da](https://github.com/Lundalogik/lime-elements/commit/2bf73dab2e523c7c780687391958a8345987c65d))
|
|
416
|
-
|
|
417
|
-
## [32.2.0](https://github.com/Lundalogik/lime-elements/compare/v32.1.5...v32.2.0) (2021-06-01)
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
### Features
|
|
421
|
-
|
|
422
|
-
* **select:** make `readonly` and `disabled` visually distinct ([2b9b8c7](https://github.com/Lundalogik/lime-elements/commit/2b9b8c742a7c0e79aca39e3bf2e3baa9cf2884ce))
|
|
423
|
-
|
|
424
|
-
### [32.1.5](https://github.com/Lundalogik/lime-elements/compare/v32.1.4...v32.1.5) (2021-06-01)
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
### Bug Fixes
|
|
428
|
-
|
|
429
|
-
* **input:** min and max property can be set to "0" on input field of type "number" ([7995cdc](https://github.com/Lundalogik/lime-elements/commit/7995cdcfaa4758aacf19084bb91da0e0abc6b47d)), closes [#1259](https://github.com/Lundalogik/lime-elements/issues/1259)
|
|
430
|
-
|
|
431
|
-
### [32.1.4](https://github.com/Lundalogik/lime-elements/compare/v32.1.3...v32.1.4) (2021-06-01)
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
### Bug Fixes
|
|
435
|
-
|
|
436
|
-
* **checkbox:** use cursor style `pointer` to indicate label can be clicked ([18c1760](https://github.com/Lundalogik/lime-elements/commit/18c176063a3402b4b378b4c73ee5fe814fd99aca))
|
|
437
|
-
|
|
438
|
-
### [32.1.3](https://github.com/Lundalogik/lime-elements/compare/v32.1.2...v32.1.3) (2021-06-01)
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
### Bug Fixes
|
|
442
|
-
|
|
443
|
-
* **switch:** make switch keep correct styles when readonly is true or false ([dfda89a](https://github.com/Lundalogik/lime-elements/commit/dfda89a6ab05a7fc6f75ca9681ffddbf6cb76a19))
|
|
444
|
-
|
|
445
|
-
### [32.1.2](https://github.com/Lundalogik/lime-elements/compare/v32.1.1...v32.1.2) (2021-06-01)
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
### Bug Fixes
|
|
449
|
-
|
|
450
|
-
* **input:** cursor jumps to end of input when rapidly typing ([51cf7c9](https://github.com/Lundalogik/lime-elements/commit/51cf7c9dab07d0378fcd0f86c36b73ca49197e13)), closes [#1255](https://github.com/Lundalogik/lime-elements/issues/1255)
|
|
451
|
-
|
|
452
|
-
### [32.1.1](https://github.com/Lundalogik/lime-elements/compare/v32.1.0...v32.1.1) (2021-05-26)
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
### Bug Fixes
|
|
456
|
-
|
|
457
|
-
* **form:** an empty required text field is considered invalid ([eef259f](https://github.com/Lundalogik/lime-elements/commit/eef259f176df1a52e2e2d7109ed27457ab299702)), closes [Lundalogik/crm-feature#2112](https://github.com/Lundalogik/crm-feature/issues/2112)
|
|
458
|
-
|
|
459
|
-
## [32.1.0](https://github.com/Lundalogik/lime-elements/compare/v32.0.0...v32.1.0) (2021-05-26)
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
### Features
|
|
463
|
-
|
|
464
|
-
* **form:** add support for readonly property on form fields ([a0b2af3](https://github.com/Lundalogik/lime-elements/commit/a0b2af325b183c0af3d1190bb1e289b1a01f97bc)), closes [Lundalogik/crm-feature#2071](https://github.com/Lundalogik/crm-feature/issues/2071)
|
|
465
|
-
|
|
466
|
-
## [32.0.0](https://github.com/Lundalogik/lime-elements/compare/v31.10.0...v32.0.0) (2021-05-25)
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
### ⚠ BREAKING CHANGES
|
|
470
|
-
|
|
471
|
-
* **slider:** Previously, only `value` was multiplied by `factor`. With this fix,
|
|
472
|
-
`step` is also multiplied by `factor`. Let's say we have a slider that goes from 0 to
|
|
473
|
-
100 %, where the `value` is a decimal between 0 and 1. This slider would have a
|
|
474
|
-
`factor=100`. If the slider should move in steps of 5 percentage points, before this
|
|
475
|
-
fix, `step` would be set to `5`. After this fix, `step` should be set to `0.05` instead.
|
|
476
|
-
|
|
477
|
-
### Bug Fixes
|
|
478
|
-
|
|
479
|
-
* **slider:** when both `step` and `factor` are supplied, multiply `step` by `factor` ([5a503fd](https://github.com/Lundalogik/lime-elements/commit/5a503fdec2026677163ba0c8629474df8d2e82da)), closes [Lundalogik/crm-feature#2114](https://github.com/Lundalogik/crm-feature/issues/2114)
|
|
480
|
-
|
|
481
|
-
## [31.10.0](https://github.com/Lundalogik/lime-elements/compare/v31.9.0...v31.10.0) (2021-05-21)
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
### Features
|
|
485
|
-
|
|
486
|
-
* **switch:** make readonly & disabled visually distinct ([ec75db3](https://github.com/Lundalogik/lime-elements/commit/ec75db3fba5dda3b18a9af021eda40ee03d56504))
|
|
487
|
-
|
|
488
|
-
## [31.9.0](https://github.com/Lundalogik/lime-elements/compare/v31.8.1...v31.9.0) (2021-05-20)
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
### Features
|
|
492
|
-
|
|
493
|
-
* **slider:** make readonly & disabled visually distinct ([678d297](https://github.com/Lundalogik/lime-elements/commit/678d2976ac15f296694d52331e84186ba54e98ac))
|
|
494
|
-
|
|
495
|
-
### [31.8.1](https://github.com/Lundalogik/lime-elements/compare/v31.8.0...v31.8.1) (2021-05-20)
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
### Bug Fixes
|
|
499
|
-
|
|
500
|
-
* **form:** valid decimal values in the form component is no longer reported as invalid ([ab984c1](https://github.com/Lundalogik/lime-elements/commit/ab984c1900f478c40be1d35293746b316d14fb64)), closes [Lundalogik/lime-elements#1235](https://github.com/Lundalogik/lime-elements/issues/1235)
|
|
501
|
-
|
|
502
|
-
## [31.8.0](https://github.com/Lundalogik/lime-elements/compare/v31.7.2...v31.8.0) (2021-05-19)
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
### Features
|
|
506
|
-
|
|
507
|
-
* **input-field:** distinguish between `readonly` & `disabled` ([10e406b](https://github.com/Lundalogik/lime-elements/commit/10e406b48d096b8ed01eb025f3756943e9fd03ef))
|
|
508
|
-
|
|
509
|
-
### [31.7.2](https://github.com/Lundalogik/lime-elements/compare/v31.7.1...v31.7.2) (2021-05-19)
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
### Bug Fixes
|
|
513
|
-
|
|
514
|
-
* **input-field:** prevent labels getting cut off when input field is focused ([f9df829](https://github.com/Lundalogik/lime-elements/commit/f9df8292a5ec148eb62fae18d24cc185b2d19d36)), closes [Lundalogik/crm-feature#1671](https://github.com/Lundalogik/crm-feature/issues/1671)
|
|
515
|
-
|
|
516
|
-
### [31.7.1](https://github.com/Lundalogik/lime-elements/compare/v31.7.0...v31.7.1) (2021-05-17)
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
### Bug Fixes
|
|
520
|
-
|
|
521
|
-
* **checkbox:** make the ripple effect fade out, when animation has finished ([e5a5b1e](https://github.com/Lundalogik/lime-elements/commit/e5a5b1e4fe820bb013ffaf6e74af7a530a138485))
|
|
522
|
-
* **checkbox:** better visualize keyboard navigation ([96e9d00](https://github.com/Lundalogik/lime-elements/commit/96e9d0088028a2fc727727bd1523bdd5070bf5fb))
|
|
523
|
-
* **checkbox:** move label slightly to left ([9ec043e](https://github.com/Lundalogik/lime-elements/commit/9ec043e1b4831ef62e7914c6d0616cdf883920fa))
|
|
524
|
-
|
|
525
|
-
## [31.7.0](https://github.com/Lundalogik/lime-elements/compare/v31.6.0...v31.7.0) (2021-05-17)
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
### Features
|
|
529
|
-
|
|
530
|
-
* **shadows:** add new variables to help visually emphasize certain areas of the ui ([d2b370a](https://github.com/Lundalogik/lime-elements/commit/d2b370a5a3fffd95edd79258f6dadb0d9dedf65f))
|
|
531
|
-
|
|
532
|
-
## [31.6.0](https://github.com/Lundalogik/lime-elements/compare/v31.5.3...v31.6.0) (2021-05-17)
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
### Features
|
|
536
|
-
|
|
537
|
-
* **code-editor:** add code editor component ([b808fda](https://github.com/Lundalogik/lime-elements/commit/b808fdacf93316ef58cd238ed3f27f638045b2f4))
|
|
538
|
-
* **form:** add support for arbitrary object fields ([066059f](https://github.com/Lundalogik/lime-elements/commit/066059f535fbe75f3129521c797600bdf2480030))
|
|
539
|
-
|
|
540
|
-
### [31.5.3](https://github.com/Lundalogik/lime-elements/compare/v31.5.2...v31.5.3) (2021-05-14)
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
### Bug Fixes
|
|
544
|
-
|
|
545
|
-
* **package:** make all dependencies development dependencies only ([1b66e79](https://github.com/Lundalogik/lime-elements/commit/1b66e792ff3aee73f1733896589352e39e11d060))
|
|
546
|
-
|
|
547
|
-
### [31.5.2](https://github.com/Lundalogik/lime-elements/compare/v31.5.1...v31.5.2) (2021-05-12)
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
### Bug Fixes
|
|
551
|
-
|
|
552
|
-
* **list:** prevent flickering of scrollable menus ([c8228d4](https://github.com/Lundalogik/lime-elements/commit/c8228d44d51db6b41b22129c524d0fe1ad0717f3))
|
|
553
|
-
|
|
554
|
-
### [31.5.1](https://github.com/Lundalogik/lime-elements/compare/v31.5.0...v31.5.1) (2021-05-11)
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
### Bug Fixes
|
|
558
|
-
|
|
559
|
-
* **button:** make it possible to change colors again ([aab8093](https://github.com/Lundalogik/lime-elements/commit/aab809364368fbbfe9d593339b4af589bbde6abb)), closes [Lundalogik/crm-feature#2092](https://github.com/Lundalogik/crm-feature/issues/2092)
|
|
560
|
-
|
|
561
|
-
## [31.5.0](https://github.com/Lundalogik/lime-elements/compare/v31.4.3...v31.5.0) (2021-05-10)
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
### Features
|
|
565
|
-
|
|
566
|
-
* **input-field:** make it possible to set focus on input fields ([82aab85](https://github.com/Lundalogik/lime-elements/commit/82aab85516722079dadc5cc9cd0b9f88d40a7bb7)), closes [Lundalogik/crm-feature#2055](https://github.com/Lundalogik/crm-feature/issues/2055)
|
|
567
|
-
|
|
568
|
-
### [31.4.3](https://github.com/Lundalogik/lime-elements/compare/v31.4.2...v31.4.3) (2021-05-08)
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
### Bug Fixes
|
|
572
|
-
|
|
573
|
-
* **dialog:** query host element before renderFooter is called ([5e91035](https://github.com/Lundalogik/lime-elements/commit/5e910358678ba05db64a77c7756422130c4ae61a))
|
|
574
|
-
|
|
575
|
-
### [31.4.2](https://github.com/Lundalogik/lime-elements/compare/v31.4.1...v31.4.2) (2021-05-08)
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
### Bug Fixes
|
|
579
|
-
|
|
580
|
-
* **portal:** move portal content back on disconnect ([16d5c7b](https://github.com/Lundalogik/lime-elements/commit/16d5c7bfc29a7f0aa74bd36af14f6799daa9f25f)), closes [Lundalogik/crm-feature#2022](https://github.com/Lundalogik/crm-feature/issues/2022)
|
|
581
|
-
|
|
582
|
-
## [31.4.1](https://github.com/Lundalogik/lime-elements/compare/v31.4.0...v31.4.1) (2021-04-30)
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
### Bug Fixes
|
|
586
|
-
|
|
587
|
-
* **styles:** define css variables once on `:root` instead of on every `:host` ([860acc9](https://github.com/Lundalogik/lime-elements/commit/860acc953cd782dd202d05c6685e11ddc581ee86)), closes [Lundalogik/crm-feature#2056](https://github.com/Lundalogik/crm-feature/issues/2056)
|
|
588
|
-
|
|
589
|
-
# [31.4.0](https://github.com/Lundalogik/lime-elements/compare/v31.3.0...v31.4.0) (2021-04-21)
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
### Features
|
|
593
|
-
|
|
594
|
-
* **chip-set:** add badge to filter chip-set ([c3d938e](https://github.com/Lundalogik/lime-elements/commit/c3d938ede53a438caacbb7426f71d0a3627bb7f9)), closes [Lundalogik/crm-feature#2002](https://github.com/Lundalogik/crm-feature/issues/2002)
|
|
595
|
-
|
|
596
|
-
# [31.3.0](https://github.com/Lundalogik/lime-elements/compare/v31.2.0...v31.3.0) (2021-04-21)
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
### Features
|
|
600
|
-
|
|
601
|
-
* **list:** allow multiple lines of secondaryText & customize their quantity ([56803d5](https://github.com/Lundalogik/lime-elements/commit/56803d5cde3f8df7a225e429dd466e1c851e1c80))
|
|
602
|
-
|
|
603
|
-
# [31.2.0](https://github.com/Lundalogik/lime-elements/compare/v31.1.4...v31.2.0) (2021-04-15)
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
### Bug Fixes
|
|
607
|
-
|
|
608
|
-
* **badge:** replace colors with variables ([016d004](https://github.com/Lundalogik/lime-elements/commit/016d0040de0c4f64489e0957e685e8de1b04e133))
|
|
609
|
-
* **banner:** make it more elevated ([5e43ba9](https://github.com/Lundalogik/lime-elements/commit/5e43ba915d463c0ed58eb20f3f1f6d993bc66195))
|
|
610
|
-
* **banner:** replace colors with variables ([388e08c](https://github.com/Lundalogik/lime-elements/commit/388e08cfbc10e6e5905f155dbeff98e94a0833a6))
|
|
611
|
-
* **button:** replace colors with variables ([2c191da](https://github.com/Lundalogik/lime-elements/commit/2c191da99c15784b23dc05682547e8c14a43a0bb))
|
|
612
|
-
* **button-group:** replace colors with variables ([21e37b0](https://github.com/Lundalogik/lime-elements/commit/21e37b0dc78bc700b515f728409847f0406dc904))
|
|
613
|
-
* **checkbox:** replace colors with variables ([169bed6](https://github.com/Lundalogik/lime-elements/commit/169bed641e63925b23096e5c31a8918779db3f18))
|
|
614
|
-
* **chip-set:** replace colors with variables ([bf2ddc9](https://github.com/Lundalogik/lime-elements/commit/bf2ddc9cb05478d8792ca8fbda8ae7df06561508))
|
|
615
|
-
* **collapsible-section:** replace colors with variables ([d1cc3c1](https://github.com/Lundalogik/lime-elements/commit/d1cc3c1f962751ea27ed8e614799be68f83ac1f2))
|
|
616
|
-
* **date-picker:** replace colors with variables ([aea220d](https://github.com/Lundalogik/lime-elements/commit/aea220de179928b6f1ac9b7baceae925a996dd5e))
|
|
617
|
-
* **dialog:** replace colors with variables ([199d67b](https://github.com/Lundalogik/lime-elements/commit/199d67b54f84a7afc62d28561b177f0d42d9cc17))
|
|
618
|
-
* **file:** replace colors with variables ([3bebd51](https://github.com/Lundalogik/lime-elements/commit/3bebd51171b0117f2e3dc36857323c3f559c120d))
|
|
619
|
-
* **icon-button:** replace colors with variables ([e4154a5](https://github.com/Lundalogik/lime-elements/commit/e4154a5d470f82b55f5c93678a03d43080b0f1d7))
|
|
620
|
-
* **linear-progress:** replace colors with variables ([f84cb0b](https://github.com/Lundalogik/lime-elements/commit/f84cb0b7a65824ae44b5c33c6bf4e039175ac025))
|
|
621
|
-
* **list:** replace colors with variables ([6a3dd4f](https://github.com/Lundalogik/lime-elements/commit/6a3dd4ff336083074fbe54b8aa5c2bb31ec827e8))
|
|
622
|
-
* **menu:** replace colors with variables ([e898753](https://github.com/Lundalogik/lime-elements/commit/e898753066b9fadbb2dec87762089cf8ee86d65a))
|
|
623
|
-
* **select:** replace colors with variables ([9be3618](https://github.com/Lundalogik/lime-elements/commit/9be361881b074d97df029174759d06a9cb51b611))
|
|
624
|
-
* **snackbar:** replace colors with variables ([e75ef2e](https://github.com/Lundalogik/lime-elements/commit/e75ef2ecbc69d40fcbda68ae33eea365cb931e34))
|
|
625
|
-
* **table:** replace colors with variables ([a485123](https://github.com/Lundalogik/lime-elements/commit/a485123c69461a9691f4f03b838b145793ec3449))
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
### Features
|
|
629
|
-
|
|
630
|
-
* **banner:** make icon fill color customizable & reveal color variables in the docs ([1f08a1f](https://github.com/Lundalogik/lime-elements/commit/1f08a1f4df9b5d94faeb5fad2a4eef6b4d35b018))
|
|
631
|
-
|
|
632
|
-
## [31.1.4](https://github.com/Lundalogik/lime-elements/compare/v31.1.3...v31.1.4) (2021-04-14)
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
### Bug Fixes
|
|
636
|
-
|
|
637
|
-
* **icon-button:** ensure the icon is dead center regardless of the limel-icon-button size ([be5068c](https://github.com/Lundalogik/lime-elements/commit/be5068c43bfdb3b879811955209b213314ab2115))
|
|
638
|
-
|
|
639
|
-
## [31.1.3](https://github.com/Lundalogik/lime-elements/compare/v31.1.2...v31.1.3) (2021-04-12)
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
### Bug Fixes
|
|
643
|
-
|
|
644
|
-
* **list:** improve visualisation for keyboard focused items ([2b6efe9](https://github.com/Lundalogik/lime-elements/commit/2b6efe986547e0cb95ec63c9b3e45074f597f3b9))
|
|
645
|
-
* **list:** smoothen transitions between focused & unfocused items ([deecc3b](https://github.com/Lundalogik/lime-elements/commit/deecc3b38a694220d249fcb72a6b602be4573a18))
|
|
646
|
-
|
|
647
|
-
## [31.1.2](https://github.com/Lundalogik/lime-elements/compare/v31.1.1...v31.1.2) (2021-04-09)
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
### Bug Fixes
|
|
651
|
-
|
|
652
|
-
* **chip-set:** visualize focus with keyboard for clear-all-button ([41ff132](https://github.com/Lundalogik/lime-elements/commit/41ff1329862dc83f61d14deaf75e06057390ddcb))
|
|
653
|
-
* **chip-set:** visualize keyboard navigation for chips ([7a263c4](https://github.com/Lundalogik/lime-elements/commit/7a263c43784d7c624a1d4e245fa909a4844e1610))
|
|
654
|
-
|
|
655
|
-
## [31.1.1](https://github.com/Lundalogik/lime-elements/compare/v31.1.0...v31.1.1) (2021-04-09)
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
### Bug Fixes
|
|
659
|
-
|
|
660
|
-
* **tab-bar:** improve visualization of focus state ([06f9bf9](https://github.com/Lundalogik/lime-elements/commit/06f9bf9eaf7f6c9724bd010b9273cd77c1429d80))
|
|
661
|
-
|
|
662
|
-
# [31.1.0](https://github.com/Lundalogik/lime-elements/compare/v31.0.2...v31.1.0) (2021-04-09)
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
### Features
|
|
666
|
-
|
|
667
|
-
* **menu:** deprecate property `fixed` ([7dcf3ea](https://github.com/Lundalogik/lime-elements/commit/7dcf3ea00668458101af4d4b5d61c5f106acf612)), closes [#1201](https://github.com/Lundalogik/lime-elements/issues/1201)
|
|
668
|
-
* **menu:** deprecate use of limel-menu without a consumer provided trigger element ([01f8155](https://github.com/Lundalogik/lime-elements/commit/01f81558f590e8f1d3c75b4a4c317441441a6acf))
|
|
669
|
-
|
|
670
|
-
## [31.0.2](https://github.com/Lundalogik/lime-elements/compare/v31.0.1...v31.0.2) (2021-04-09)
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
### Bug Fixes
|
|
674
|
-
|
|
675
|
-
* **picker:** focus chipset when emptying multiple picker as well ([43f25f4](https://github.com/Lundalogik/lime-elements/commit/43f25f42f2449d3a78f07dc6a82358ff5cb85094))
|
|
676
|
-
|
|
677
|
-
## [31.0.1](https://github.com/Lundalogik/lime-elements/compare/v31.0.0...v31.0.1) (2021-04-06)
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
### Bug Fixes
|
|
681
|
-
|
|
682
|
-
* **button:** render it a perfect square when there is only an icon ([6ce9a6e](https://github.com/Lundalogik/lime-elements/commit/6ce9a6e365ee2eb615f03b21fc36f3e4714a775e))
|
|
683
|
-
|
|
684
|
-
# [31.0.0](https://github.com/Lundalogik/lime-elements/compare/v30.24.2...v31.0.0) (2021-04-01)
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
### Bug Fixes
|
|
688
|
-
|
|
689
|
-
* **form:** datepicker in form emits `null` when input field is empty ([888a2a9](https://github.com/Lundalogik/lime-elements/commit/888a2a95a0fad9555cde5603fd05ac7a37d04a85)), closes [Lundalogik/crm-feature#1960](https://github.com/Lundalogik/crm-feature/issues/1960)
|
|
690
|
-
* **form:** input field in form emits empty string or `null` when input field is empty ([0259623](https://github.com/Lundalogik/lime-elements/commit/02596235f5d22a6a6f6de4784cf3b4c5ab32ac1d)), closes [Lundalogik/crm-feature#1960](https://github.com/Lundalogik/crm-feature/issues/1960)
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
### BREAKING CHANGES
|
|
694
|
-
|
|
695
|
-
* **form:** The default component for `string` and `number` fields in limel-form
|
|
696
|
-
has been changed to emit a `change` event with the value set to an empty string for
|
|
697
|
-
`string` fields and `null` for `number` fields, instead of the value `undefined` when
|
|
698
|
-
the component value is emptied. While technically breaking, the change is unlikely to be
|
|
699
|
-
breaking in practice.
|
|
700
|
-
* **form:** The default component for `date` fields in limel-form has been changed
|
|
701
|
-
to emit a `change` event with the value `null` instead of the value `undefined` when the
|
|
702
|
-
component value is emptied. While technically breaking, the change is unlikely to be
|
|
703
|
-
breaking in practice.
|
|
704
|
-
|
|
705
|
-
## [30.24.2](https://github.com/Lundalogik/lime-elements/compare/v30.24.1...v30.24.2) (2021-03-31)
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
### Bug Fixes
|
|
709
|
-
|
|
710
|
-
* **button-group:** fine-tune visual details and use our color variables ([61d04af](https://github.com/Lundalogik/lime-elements/commit/61d04af50cd191a169f30fe78e8ba908a2752a00))
|
|
711
|
-
* **button-group:** visualize when buttons are focused using keyboard ([78fa9f7](https://github.com/Lundalogik/lime-elements/commit/78fa9f71cdf71c4356781e2f75c9bd2d5cd141b7))
|
|
712
|
-
|
|
713
|
-
## [30.24.1](https://github.com/Lundalogik/lime-elements/compare/v30.24.0...v30.24.1) (2021-03-31)
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
### Bug Fixes
|
|
717
|
-
|
|
718
|
-
* **form:** custom form components can be set to readonly in schema ([2367143](https://github.com/Lundalogik/lime-elements/commit/23671433323b79a9dc249abdf7775cffee8646dd))
|
|
719
|
-
|
|
720
|
-
# [30.24.0](https://github.com/Lundalogik/lime-elements/compare/v30.23.1...v30.24.0) (2021-03-31)
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
### Features
|
|
724
|
-
|
|
725
|
-
* **chip-set:** make clear all chips button's label translatable ([ddeed2c](https://github.com/Lundalogik/lime-elements/commit/ddeed2c9171effd10941b65194c46338a29d7f47))
|
|
726
|
-
|
|
727
|
-
## [30.23.1](https://github.com/Lundalogik/lime-elements/compare/v30.23.0...v30.23.1) (2021-03-30)
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
### Bug Fixes
|
|
731
|
-
|
|
732
|
-
* allow snackbar message to be changed ([edfb4eb](https://github.com/Lundalogik/lime-elements/commit/edfb4eb5af506532a33096297e8b987decc80aa0))
|
|
733
|
-
|
|
734
|
-
# [30.23.0](https://github.com/Lundalogik/lime-elements/compare/v30.22.0...v30.23.0) (2021-03-30)
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
### Bug Fixes
|
|
738
|
-
|
|
739
|
-
* **file:** don't trigger file selection dialog if component is disabled or readonly ([13c7c95](https://github.com/Lundalogik/lime-elements/commit/13c7c951723901468a370ba0b77eab8fa9fa19f1))
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
### Features
|
|
743
|
-
|
|
744
|
-
* **checkbox:** add `readonly` property alongside `disabled` ([5aad97c](https://github.com/Lundalogik/lime-elements/commit/5aad97c967ece09a54617abe5881508b28a2d767)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
|
|
745
|
-
* **chip-set:** make `readonly` "alias" `disabled` for types other than `input` ([ca6842d](https://github.com/Lundalogik/lime-elements/commit/ca6842d065745409fc4c586a91b3942d0a951c95)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
|
|
746
|
-
* **date-picker:** add `readonly` property alongside `disabled` ([fbdccd4](https://github.com/Lundalogik/lime-elements/commit/fbdccd475d7260bd45ae2ea39031ad5abcea691b)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
|
|
747
|
-
* **file:** add `readonly` property that still allows interaction with existing file ([59c626b](https://github.com/Lundalogik/lime-elements/commit/59c626b62d34edd35be4f5f5f4f223efd33e14ee)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
|
|
748
|
-
* **input-field:** add `readonly` property alongside `disabled` ([bd0dfa1](https://github.com/Lundalogik/lime-elements/commit/bd0dfa11f750ae7fc2d5676ba42c4fdec469c0f6)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
|
|
749
|
-
* **select:** add `readonly` property alongside `disabled` ([c8acda0](https://github.com/Lundalogik/lime-elements/commit/c8acda051fda379fd5af80fa9293e436dc4b245e)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
|
|
750
|
-
* **slider:** add `readonly` property alongside `disabled` ([af59fc5](https://github.com/Lundalogik/lime-elements/commit/af59fc5f5a34d16016abecd7eee0d03f79369d2d)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
|
|
751
|
-
* **switch:** add `readonly` property alongside `disabled` ([f904703](https://github.com/Lundalogik/lime-elements/commit/f904703860ec191858e7f986142fc4ce0e3fd14f)), closes [#1195](https://github.com/Lundalogik/lime-elements/issues/1195)
|
|
752
|
-
|
|
753
|
-
# [30.22.0](https://github.com/Lundalogik/lime-elements/compare/v30.21.1...v30.22.0) (2021-03-30)
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
### Features
|
|
757
|
-
|
|
758
|
-
* **popover:** add consumer-overridable css property `--popover-z-index` ([c3f6738](https://github.com/Lundalogik/lime-elements/commit/c3f673836d315119033d6bf3856aca62c85ecd84)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020) [#1107](https://github.com/Lundalogik/lime-elements/issues/1107)
|
|
759
|
-
|
|
760
|
-
## [30.21.1](https://github.com/Lundalogik/lime-elements/compare/v30.21.0...v30.21.1) (2021-03-30)
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
### Bug Fixes
|
|
764
|
-
|
|
765
|
-
* **date-picker:** ensure picker respects the `disabled` property ([e5bda7c](https://github.com/Lundalogik/lime-elements/commit/e5bda7c9e0c65f9c42359f83fa85d42ba768f38a))
|
|
766
|
-
|
|
767
|
-
# [30.21.0](https://github.com/Lundalogik/lime-elements/compare/v30.20.0...v30.21.0) (2021-03-25)
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
### Features
|
|
771
|
-
|
|
772
|
-
* **picker:** add leading icon to picker ([316361b](https://github.com/Lundalogik/lime-elements/commit/316361b89b8cee5738b8d0e12c9bf47c305b4a57))
|
|
773
|
-
|
|
774
|
-
# [30.20.0](https://github.com/Lundalogik/lime-elements/compare/v30.19.5...v30.20.0) (2021-03-25)
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
### Features
|
|
778
|
-
|
|
779
|
-
* **datepicker:** add consumer-overridable css property `--dropdown-z-index` ([be0c2d6](https://github.com/Lundalogik/lime-elements/commit/be0c2d608b3d27e9c5c39ce5a9e2c34dae7b6f54)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020) [#1107](https://github.com/Lundalogik/lime-elements/issues/1107)
|
|
780
|
-
|
|
781
|
-
## [30.19.5](https://github.com/Lundalogik/lime-elements/compare/v30.19.4...v30.19.5) (2021-03-22)
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
### Bug Fixes
|
|
785
|
-
|
|
786
|
-
* **tab-bar:** prevent unintended clicks on the last tab ([ac31fdb](https://github.com/Lundalogik/lime-elements/commit/ac31fdbdda2603383a079b0f4a3c83b08a2ca248)), closes [Lundalogik/crm-feature#1862](https://github.com/Lundalogik/crm-feature/issues/1862)
|
|
787
|
-
* **tab-bar:** use own css variables for colors ([78a086f](https://github.com/Lundalogik/lime-elements/commit/78a086f909cfe26d498d92e2ffabcbb45c909156))
|
|
788
|
-
|
|
789
|
-
## [30.19.4](https://github.com/Lundalogik/lime-elements/compare/v30.19.3...v30.19.4) (2021-03-19)
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
### Bug Fixes
|
|
793
|
-
|
|
794
|
-
* **icon-button:** visualize focus state when navigating with keyboard ([6b59a6b](https://github.com/Lundalogik/lime-elements/commit/6b59a6b0e71633945d598e0c15c3df8bc585925e))
|
|
795
|
-
|
|
796
|
-
## [30.19.3](https://github.com/Lundalogik/lime-elements/compare/v30.19.2...v30.19.3) (2021-03-16)
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
### Bug Fixes
|
|
800
|
-
|
|
801
|
-
* **date-picker:** clearing a required date field with backspace sets the date field to invailid ([3fe8191](https://github.com/Lundalogik/lime-elements/commit/3fe8191e85a06d9766ef25f72173474e2f216231)), closes [Lundalogik/crm-feature#1912](https://github.com/Lundalogik/crm-feature/issues/1912)
|
|
802
|
-
|
|
803
|
-
## [30.19.2](https://github.com/Lundalogik/lime-elements/compare/v30.19.1...v30.19.2) (2021-03-15)
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
### Bug Fixes
|
|
807
|
-
|
|
808
|
-
* **input-field:** fix add more meaning and delight to input type `tel` & `url` ([66e638b](https://github.com/Lundalogik/lime-elements/commit/66e638b91d99f0190d0764a1f46eb4c77b2ff64b))
|
|
809
|
-
|
|
810
|
-
## [30.19.1](https://github.com/Lundalogik/lime-elements/compare/v30.19.0...v30.19.1) (2021-03-12)
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
### Bug Fixes
|
|
814
|
-
|
|
815
|
-
* **input-field:** don't "steal" a click when blurring unless there's a dropdown visible ([1344dcf](https://github.com/Lundalogik/lime-elements/commit/1344dcf5c59479d41f1d0440ef959856287ffddd)), closes [Lundalogik/crm-feature#1910](https://github.com/Lundalogik/crm-feature/issues/1910)
|
|
816
|
-
|
|
817
|
-
# [30.19.0](https://github.com/Lundalogik/lime-elements/compare/v30.18.5...v30.19.0) (2021-03-11)
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
### Features
|
|
821
|
-
|
|
822
|
-
* **form:** allow collapsible-sections to be loaded either open or closed ([1e5e929](https://github.com/Lundalogik/lime-elements/commit/1e5e929ff7620a52141c26e866a406ae48d614f8)), closes [Lundalogik/crm-feature#1609](https://github.com/Lundalogik/crm-feature/issues/1609)
|
|
823
|
-
|
|
824
|
-
## [30.18.5](https://github.com/Lundalogik/lime-elements/compare/v30.18.4...v30.18.5) (2021-03-11)
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
### Bug Fixes
|
|
828
|
-
|
|
829
|
-
* **select:** better visualize `focused` with keyboard ([49a62fd](https://github.com/Lundalogik/lime-elements/commit/49a62fda6656933b28f48da243203c0b74c0858f))
|
|
830
|
-
|
|
831
|
-
## [30.18.4](https://github.com/Lundalogik/lime-elements/compare/v30.18.3...v30.18.4) (2021-03-11)
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
### Bug Fixes
|
|
835
|
-
|
|
836
|
-
* **popover:** make it possible to tab to it ([5a44c30](https://github.com/Lundalogik/lime-elements/commit/5a44c300182587992a5ea7f31a983de025a86629))
|
|
837
|
-
* **shadows:** add shadow styles to use for `focused` elements ([46a8731](https://github.com/Lundalogik/lime-elements/commit/46a87319c7162030843017c181d6540468de3759))
|
|
838
|
-
|
|
839
|
-
## [30.18.3](https://github.com/Lundalogik/lime-elements/compare/v30.18.2...v30.18.3) (2021-03-11)
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
### Bug Fixes
|
|
843
|
-
|
|
844
|
-
* **popover:** add forgotten border radius prop for popover ([235ffe1](https://github.com/Lundalogik/lime-elements/commit/235ffe19165a6a171dea59b42cbce6bb1ccb1c9e))
|
|
845
|
-
|
|
846
|
-
## [30.18.2](https://github.com/Lundalogik/lime-elements/compare/v30.18.1...v30.18.2) (2021-03-08)
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
### Bug Fixes
|
|
850
|
-
|
|
851
|
-
* fix crash where custom fields on nested schemas dont have error helper texts ([78a8600](https://github.com/Lundalogik/lime-elements/commit/78a86006aaf3c23873912d4593343b96ab1f8a07))
|
|
852
|
-
|
|
853
|
-
## [30.18.1](https://github.com/Lundalogik/lime-elements/compare/v30.18.0...v30.18.1) (2021-03-08)
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
### Bug Fixes
|
|
857
|
-
|
|
858
|
-
* **input-field:** when using autocompletions, make it possible to close the dropdown ([8d4e628](https://github.com/Lundalogik/lime-elements/commit/8d4e6288ebf14b3666aa336e137858ed1d633654)), closes [Lundalogik/lime-elements#1115](https://github.com/Lundalogik/lime-elements/issues/1115)
|
|
859
|
-
* **portal:** make portal visible immediately if initialized with `visible` set to `true` ([eebf6b9](https://github.com/Lundalogik/lime-elements/commit/eebf6b9960386a92479dabe70916ab7e4df394b5)), closes [Lundalogik/lime-elements#1115](https://github.com/Lundalogik/lime-elements/issues/1115)
|
|
860
|
-
|
|
861
|
-
# [30.18.0](https://github.com/Lundalogik/lime-elements/compare/v30.17.1...v30.18.0) (2021-03-08)
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
### Features
|
|
865
|
-
|
|
866
|
-
* **file:** add accept prop to filter selectable file types ([9b1105b](https://github.com/Lundalogik/lime-elements/commit/9b1105b359753eac41ce62bbf2b043214aff472b)), closes [#1174](https://github.com/Lundalogik/lime-elements/issues/1174)
|
|
867
|
-
|
|
868
|
-
## [30.17.1](https://github.com/Lundalogik/lime-elements/compare/v30.17.0...v30.17.1) (2021-03-08)
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
### Bug Fixes
|
|
872
|
-
|
|
873
|
-
* **chip-set:** update `--icon-color` default value to `rgb(var(--contrast-1100))` ([8e64a84](https://github.com/Lundalogik/lime-elements/commit/8e64a8449c9a59e5ad93468ab8d4f252ab1fed00)), closes [Lundalogik/crm-feature#1886](https://github.com/Lundalogik/crm-feature/issues/1886)
|
|
874
|
-
|
|
875
|
-
# [30.17.0](https://github.com/Lundalogik/lime-elements/compare/v30.16.0...v30.17.0) (2021-03-08)
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
### Features
|
|
879
|
-
|
|
880
|
-
* **header:** add support for `supporting-text` ([7606561](https://github.com/Lundalogik/lime-elements/commit/76065617305b805348fb955fb8191be8cf20ee2b))
|
|
881
|
-
* **header:** add support for background color header icon ([214a75c](https://github.com/Lundalogik/lime-elements/commit/214a75c2b20e05600c26a6787466f37f8ec5dbb4))
|
|
882
|
-
|
|
883
|
-
# [30.16.0](https://github.com/Lundalogik/lime-elements/compare/v30.15.3...v30.16.0) (2021-03-08)
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
### Features
|
|
887
|
-
|
|
888
|
-
* **table:** enable movable columns ([2775050](https://github.com/Lundalogik/lime-elements/commit/2775050068e21466af0aa204f827c2356ec598f6)), closes [Lundalogik/crm-feature#1863](https://github.com/Lundalogik/crm-feature/issues/1863)
|
|
889
|
-
|
|
890
|
-
## [30.15.3](https://github.com/Lundalogik/lime-elements/compare/v30.15.2...v30.15.3) (2021-03-05)
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
### Bug Fixes
|
|
894
|
-
|
|
895
|
-
* **button:** make buttons with has-reduced-presence really disappear ([66c1afa](https://github.com/Lundalogik/lime-elements/commit/66c1afae298875c4ac657555f228e087f3017e52))
|
|
896
|
-
|
|
897
|
-
## [30.15.2](https://github.com/Lundalogik/lime-elements/compare/v30.15.1...v30.15.2) (2021-03-04)
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
### Bug Fixes
|
|
901
|
-
|
|
902
|
-
* **picker:** listen to dismiss events from the menu to know when to close it ([ec5f1ae](https://github.com/Lundalogik/lime-elements/commit/ec5f1ae674a2449961dd1f0b67b643b22bc99322)), closes [Lundalogik/lime-elements#865](https://github.com/Lundalogik/lime-elements/issues/865)
|
|
903
|
-
|
|
904
|
-
## [30.15.1](https://github.com/Lundalogik/lime-elements/compare/v30.15.0...v30.15.1) (2021-03-04)
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
### Bug Fixes
|
|
908
|
-
|
|
909
|
-
* **dateformatter:** add French and Dutch date formatting ([c084e02](https://github.com/Lundalogik/lime-elements/commit/c084e020bd21956bcd70128faae0fe2fb93743f8)), closes [Lundalogik/crm-feature#1810](https://github.com/Lundalogik/crm-feature/issues/1810)
|
|
910
|
-
|
|
911
|
-
# [30.15.0](https://github.com/Lundalogik/lime-elements/compare/v30.14.0...v30.15.0) (2021-03-01)
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
### Features
|
|
915
|
-
|
|
916
|
-
* add dutch language ([2b6ea58](https://github.com/Lundalogik/lime-elements/commit/2b6ea587b91d56bac2e66c7e95c0fa66e36fa920))
|
|
917
|
-
|
|
918
|
-
# [30.14.0](https://github.com/Lundalogik/lime-elements/compare/v30.13.0...v30.14.0) (2021-02-26)
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
### Bug Fixes
|
|
922
|
-
|
|
923
|
-
* **menu-surface:** do not kill click events when clicking in an allowed element ([13fce92](https://github.com/Lundalogik/lime-elements/commit/13fce9252df7eb175694c58882be5a40866fcc3f))
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
### Features
|
|
927
|
-
|
|
928
|
-
* **picker:** allow clicks for picker elements ([f808b75](https://github.com/Lundalogik/lime-elements/commit/f808b75899f2664662b5e05a7dcebda1c2b8a434))
|
|
929
|
-
|
|
930
|
-
# [30.13.0](https://github.com/Lundalogik/lime-elements/compare/v30.12.2...v30.13.0) (2021-02-26)
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
### Features
|
|
934
|
-
|
|
935
|
-
* add label to chip-set of types other than input ([ff0dc72](https://github.com/Lundalogik/lime-elements/commit/ff0dc729b4e33e0df496b16e10639ed2f4191460))
|
|
936
|
-
|
|
937
|
-
## [30.12.2](https://github.com/Lundalogik/lime-elements/compare/v30.12.1...v30.12.2) (2021-02-25)
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
### Bug Fixes
|
|
941
|
-
|
|
942
|
-
* **checkbox:** use default material design style for checked state ([76d9a2c](https://github.com/Lundalogik/lime-elements/commit/76d9a2cb56b703c13241ca68a0d59d4cb46c0d7f))
|
|
943
|
-
|
|
944
|
-
## [30.12.1](https://github.com/Lundalogik/lime-elements/compare/v30.12.0...v30.12.1) (2021-02-19)
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
### Bug Fixes
|
|
948
|
-
|
|
949
|
-
* **popover:** correct positioning of "popped" content ([30dcac7](https://github.com/Lundalogik/lime-elements/commit/30dcac71d16f2f9f830e872cd53b921dfcd48018)), closes [Lundalogik/crm-feature#1849](https://github.com/Lundalogik/crm-feature/issues/1849)
|
|
950
|
-
|
|
951
|
-
# [30.12.0](https://github.com/Lundalogik/lime-elements/compare/v30.11.1...v30.12.0) (2021-02-17)
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
### Features
|
|
955
|
-
|
|
956
|
-
* **dialog:** add consumer-overridable css property `--dialog-z-index` ([4ae182b](https://github.com/Lundalogik/lime-elements/commit/4ae182b1e5fed5c26cd8589537e2b902f2848d6b)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020)
|
|
957
|
-
* **menu:** add consumer-overridable css property `--dropdown-z-index` ([1011ad0](https://github.com/Lundalogik/lime-elements/commit/1011ad06e45ceabe89d45c901dfe57aba2c934f6)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020) [#1107](https://github.com/Lundalogik/lime-elements/issues/1107)
|
|
958
|
-
* **picker:** add consumer-overridable css property `--dropdown-z-index` ([4b4be2a](https://github.com/Lundalogik/lime-elements/commit/4b4be2a21c421ef1c149f723aa9c6e36943e8f4a)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020) [#1107](https://github.com/Lundalogik/lime-elements/issues/1107)
|
|
959
|
-
* **select:** add consumer-overridable css property `--dropdown-z-index` ([b0c45ed](https://github.com/Lundalogik/lime-elements/commit/b0c45edecd177ca2fe15b7b9f12b8f569c1bfdba)), closes [#1020](https://github.com/Lundalogik/lime-elements/issues/1020) [#1107](https://github.com/Lundalogik/lime-elements/issues/1107)
|
|
960
|
-
|
|
961
|
-
## [30.11.1](https://github.com/Lundalogik/lime-elements/compare/v30.11.0...v30.11.1) (2021-02-17)
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
### Bug Fixes
|
|
965
|
-
|
|
966
|
-
* **table:** the underlying library has been updated with many bugfixes and performance improvements ([c1e7378](https://github.com/Lundalogik/lime-elements/commit/c1e7378854d04d4ee3bb3ecba4b4c07f0c37791f))
|
|
967
|
-
|
|
968
|
-
# [30.11.0](https://github.com/Lundalogik/lime-elements/compare/v30.10.1...v30.11.0) (2021-02-16)
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
### Features
|
|
972
|
-
|
|
973
|
-
* **form:** add support for adding additional properties to slider widget ([caea6d7](https://github.com/Lundalogik/lime-elements/commit/caea6d7794f32d3ea9f6309a039f1f0c9d2b8ace)), closes [Lundalogik/crm-feature#1636](https://github.com/Lundalogik/crm-feature/issues/1636)
|
|
974
|
-
* **slider:** color slider to visualize percentage value ([a119096](https://github.com/Lundalogik/lime-elements/commit/a1190968b7ae19236dad80641028cfd777afc9e2)), closes [Lundalogik/crm-feature#1636](https://github.com/Lundalogik/crm-feature/issues/1636)
|
|
975
|
-
|
|
976
|
-
## [30.10.1](https://github.com/Lundalogik/lime-elements/compare/v30.10.0...v30.10.1) (2021-02-16)
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
### Bug Fixes
|
|
980
|
-
|
|
981
|
-
* **list:** border radius on all edges when only 1 item is displayed ([07a5578](https://github.com/Lundalogik/lime-elements/commit/07a55780fd57e0dfdfaa3533e438fdae2f5239d1))
|
|
982
|
-
|
|
983
|
-
# [30.10.0](https://github.com/Lundalogik/lime-elements/compare/v30.9.5...v30.10.0) (2021-02-12)
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
### Bug Fixes
|
|
987
|
-
|
|
988
|
-
* **list:** apply better look & feel for disabled list items ([64036aa](https://github.com/Lundalogik/lime-elements/commit/64036aa5bec8a234fd4d25255004d9226c19625a))
|
|
989
|
-
* **list:** better distance between icon and text ([a2dec84](https://github.com/Lundalogik/lime-elements/commit/a2dec84a715dd15633125b28d25a46cc39a87d7d))
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
### Features
|
|
993
|
-
|
|
994
|
-
* **select:** enable adding icons to select options ([01ff58c](https://github.com/Lundalogik/lime-elements/commit/01ff58c1f056716c98735e175afd6f6539708b75))
|
|
995
|
-
|
|
996
|
-
## [30.9.5](https://github.com/Lundalogik/lime-elements/compare/v30.9.4...v30.9.5) (2021-02-10)
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
### Bug Fixes
|
|
1000
|
-
|
|
1001
|
-
* **checkbox:** vertically center-align label text ([74782e5](https://github.com/Lundalogik/lime-elements/commit/74782e5581ea8767165a40b3ebb82cb66c8fa034))
|
|
1002
|
-
* **form:** vertically align switches and checkboxes ([2bda750](https://github.com/Lundalogik/lime-elements/commit/2bda750a7a2392fd52d9dd7bc9a34f39650bf2d2)), closes [Lundalogik/crm-feature#1629](https://github.com/Lundalogik/crm-feature/issues/1629)
|
|
1003
|
-
* **switch:** vertically center-align label text ([6404933](https://github.com/Lundalogik/lime-elements/commit/640493369abf8d11304c996500c2e18b8097e576))
|
|
1004
|
-
|
|
1005
|
-
## [30.9.4](https://github.com/Lundalogik/lime-elements/compare/v30.9.3...v30.9.4) (2021-02-10)
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
### Bug Fixes
|
|
1009
|
-
|
|
1010
|
-
* **table:** make col headers respect component's initial width ([a051692](https://github.com/Lundalogik/lime-elements/commit/a051692f2638a7f3dca09d734c6f62ae1ca32878))
|
|
1011
|
-
|
|
1012
|
-
## [30.9.3](https://github.com/Lundalogik/lime-elements/compare/v30.9.2...v30.9.3) (2021-02-10)
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
### Bug Fixes
|
|
1016
|
-
|
|
1017
|
-
* **collapsible-section:** fix chopped letters in section-headers ([8b4ee79](https://github.com/Lundalogik/lime-elements/commit/8b4ee796dfdefd53e82860be34042b3a59131081)), closes [Lundalogik/crm-feature#1739](https://github.com/Lundalogik/crm-feature/issues/1739)
|
|
1018
|
-
|
|
1019
|
-
## [30.9.2](https://github.com/Lundalogik/lime-elements/compare/v30.9.1...v30.9.2) (2021-02-10)
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
### Bug Fixes
|
|
1023
|
-
|
|
1024
|
-
* **flatpickr-adapter:** fix bad contrast in month select in Firefox ([fb19110](https://github.com/Lundalogik/lime-elements/commit/fb19110f8ccd63e558bd5d9d8dba03945547511d)), closes [Lundalogik/crm-feature#1770](https://github.com/Lundalogik/crm-feature/issues/1770)
|
|
1025
|
-
|
|
1026
|
-
## [30.9.1](https://github.com/Lundalogik/lime-elements/compare/v30.9.0...v30.9.1) (2021-02-09)
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
### Bug Fixes
|
|
1030
|
-
|
|
1031
|
-
* **input-field:** remove unnecessary validation when using `urlAsText` ([30f65e2](https://github.com/Lundalogik/lime-elements/commit/30f65e2488b0272567673bd03027e962d7009591)), closes [#1128](https://github.com/Lundalogik/lime-elements/issues/1128)
|
|
1032
|
-
|
|
1033
|
-
# [30.9.0](https://github.com/Lundalogik/lime-elements/compare/v30.8.1...v30.9.0) (2021-02-04)
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
### Features
|
|
1037
|
-
|
|
1038
|
-
* **select:** enable narrow layouts ([3e203e9](https://github.com/Lundalogik/lime-elements/commit/3e203e9fa9bf76434b5eb82c14b9442330511d8d))
|
|
1039
|
-
|
|
1040
|
-
## [30.8.1](https://github.com/Lundalogik/lime-elements/compare/v30.8.0...v30.8.1) (2021-02-04)
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
### Bug Fixes
|
|
1044
|
-
|
|
1045
|
-
* **table:** correct alignment for custom components in column header ([d8d000a](https://github.com/Lundalogik/lime-elements/commit/d8d000accea06bb146e83393eb5197e7a9c30dc6)), closes [Lundalogik/crm-feature#1806](https://github.com/Lundalogik/crm-feature/issues/1806)
|
|
1046
|
-
|
|
1047
|
-
# [30.8.0](https://github.com/Lundalogik/lime-elements/compare/v30.7.1...v30.8.0) (2021-02-04)
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
### Features
|
|
1051
|
-
|
|
1052
|
-
* **file:** dispatch interact event when clicking on a chip ([6d923ac](https://github.com/Lundalogik/lime-elements/commit/6d923acf9816b6f56970a7074f2df7b08c38e35b)), closes [Lundalogik/crm-feature#1777](https://github.com/Lundalogik/crm-feature/issues/1777)
|
|
1053
|
-
|
|
1054
|
-
## [30.7.1](https://github.com/Lundalogik/lime-elements/compare/v30.7.0...v30.7.1) (2021-02-03)
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
### Bug Fixes
|
|
1058
|
-
|
|
1059
|
-
* **menu:** fix collision detection for dropdown ([131c2b1](https://github.com/Lundalogik/lime-elements/commit/131c2b1e86af936cfc649eb3539c60c15f0ea29e))
|
|
1060
|
-
* **picker:** correctly size and position picker dropdown ([fec9568](https://github.com/Lundalogik/lime-elements/commit/fec95686f7423298d7eb79e3f1855ad2962cb5b4)), closes [Lundalogik/crm-feature#1722](https://github.com/Lundalogik/crm-feature/issues/1722)
|
|
1061
|
-
* **portal:** make internal portal component respect the `hidden` attribute if present ([6b20a7f](https://github.com/Lundalogik/lime-elements/commit/6b20a7ff418d46516afa83ebd645fab391c9de3a))
|
|
1062
|
-
* **select:** make dropdown positioning work correctly with updated limel-portal ([7b017a0](https://github.com/Lundalogik/lime-elements/commit/7b017a0fc0591db7a92f0cac114f5fe13c829316))
|
|
1063
|
-
|
|
1064
|
-
# [30.7.0](https://github.com/Lundalogik/lime-elements/compare/v30.6.0...v30.7.0) (2021-02-03)
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
### Bug Fixes
|
|
1068
|
-
|
|
1069
|
-
* **input-field:** correctly link the label to the input or textarea element ([e860f76](https://github.com/Lundalogik/lime-elements/commit/e860f76591c5f4bef2831ee181052c68621b3166))
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
### Features
|
|
1073
|
-
|
|
1074
|
-
* **input-field:** add `type='urlAsText'`, allowing urls that are not fully qualified ([27d1811](https://github.com/Lundalogik/lime-elements/commit/27d1811feb0bdd6757d8b31f1633d876e79a6cf4)), closes [Lundalogik/crm-feature#1595](https://github.com/Lundalogik/crm-feature/issues/1595)
|
|
1075
|
-
|
|
1076
|
-
# [30.6.0](https://github.com/Lundalogik/lime-elements/compare/v30.5.1...v30.6.0) (2021-02-03)
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
### Features
|
|
1080
|
-
|
|
1081
|
-
* **header:** add header component ([391d8f8](https://github.com/Lundalogik/lime-elements/commit/391d8f8f3a6dc37f9a5351a65e4a8ab7164bd782))
|
|
1082
|
-
|
|
1083
|
-
## [30.5.1](https://github.com/Lundalogik/lime-elements/compare/v30.5.0...v30.5.1) (2021-02-02)
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
### Bug Fixes
|
|
1087
|
-
|
|
1088
|
-
* **popover:** remove unnecessary slots ([8df21d9](https://github.com/Lundalogik/lime-elements/commit/8df21d9185edacf958534fb52ac094b7460c3304))
|
|
1089
|
-
|
|
1090
|
-
# [30.5.0](https://github.com/Lundalogik/lime-elements/compare/v30.4.1...v30.5.0) (2021-02-01)
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
### Features
|
|
1094
|
-
|
|
1095
|
-
* **table:** allow event listeners to be passed with the props to custom components ([15b764f](https://github.com/Lundalogik/lime-elements/commit/15b764f0068f811a781f6fa0e73cb363924120aa))
|
|
1096
|
-
|
|
1097
|
-
## [30.4.1](https://github.com/Lundalogik/lime-elements/compare/v30.4.0...v30.4.1) (2021-01-29)
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
### Bug Fixes
|
|
1101
|
-
|
|
1102
|
-
* **popover:** do not emit close event when clicking inside nested portals ([8ee5385](https://github.com/Lundalogik/lime-elements/commit/8ee5385bc2694ddf90ee0c046972497ae3baa900))
|
|
1103
|
-
|
|
1104
|
-
# [30.4.0](https://github.com/Lundalogik/lime-elements/compare/v30.3.0...v30.4.0) (2021-01-27)
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
### Features
|
|
1108
|
-
|
|
1109
|
-
* **popover:** add popover component ([d47d360](https://github.com/Lundalogik/lime-elements/commit/d47d3602fdf2fafb3f54d298625b1d95b7ac56fa))
|
|
1110
|
-
|
|
1111
|
-
# [30.3.0](https://github.com/Lundalogik/lime-elements/compare/v30.2.1...v30.3.0) (2021-01-25)
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
### Features
|
|
1115
|
-
|
|
1116
|
-
* **columns:** add a support for having action buttons inside the column header ([fc757ab](https://github.com/Lundalogik/lime-elements/commit/fc757ab672ff2304a4faba98bc0ab3aecdb115d6)), closes [#1749](https://github.com/Lundalogik/lime-elements/issues/1749)
|
|
1117
|
-
* **table.types:** add headerComponent property in the column interface ([d6461f8](https://github.com/Lundalogik/lime-elements/commit/d6461f82ff13cfa9539e78e5805166d4abf67af3)), closes [#1749](https://github.com/Lundalogik/lime-elements/issues/1749)
|
|
1118
|
-
|
|
1119
|
-
## [30.2.1](https://github.com/Lundalogik/lime-elements/compare/v30.2.0...v30.2.1) (2021-01-20)
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
### Bug Fixes
|
|
1123
|
-
|
|
1124
|
-
* **input-field:** debounce changes to input, to avoid lost characters in some consumer applications ([4a7b8e6](https://github.com/Lundalogik/lime-elements/commit/4a7b8e687150ff70d8dd79ce5f44f00932276b56)), closes [Lundalogik/crm-feature#1719](https://github.com/Lundalogik/crm-feature/issues/1719)
|
|
1125
|
-
|
|
1126
|
-
# [30.2.0](https://github.com/Lundalogik/lime-elements/compare/v30.1.5...v30.2.0) (2021-01-19)
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
### Bug Fixes
|
|
1130
|
-
|
|
1131
|
-
* **collapsible-section:** make `--body-padding` work only on the sides ([fde9fe5](https://github.com/Lundalogik/lime-elements/commit/fde9fe582df05023655a7b2cabd5cf096415b2ae))
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
### Features
|
|
1135
|
-
|
|
1136
|
-
* **form:** enable adding padding as overridable variables ([9a77f5f](https://github.com/Lundalogik/lime-elements/commit/9a77f5f0e40e63decac77c0f10cfa537e200ab3a))
|
|
1137
|
-
|
|
1138
|
-
## [30.1.5](https://github.com/Lundalogik/lime-elements/compare/v30.1.4...v30.1.5) (2021-01-19)
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
### Bug Fixes
|
|
1142
|
-
|
|
1143
|
-
* **tab-panel:** emit resize event to trigger component re-layout when changing tabs ([5903c1c](https://github.com/Lundalogik/lime-elements/commit/5903c1c8e123c3e5cb3354798a0301385ea442ab)), closes [Lundalogik/crm-feature#1696](https://github.com/Lundalogik/crm-feature/issues/1696) [Lundalogik/crm-feature#1697](https://github.com/Lundalogik/crm-feature/issues/1697)
|
|
1144
|
-
|
|
1145
|
-
## [30.1.4](https://github.com/Lundalogik/lime-elements/compare/v30.1.3...v30.1.4) (2021-01-18)
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
### Bug Fixes
|
|
1149
|
-
|
|
1150
|
-
* **collapsible-section:** add divider lines on headers ([a5ddc57](https://github.com/Lundalogik/lime-elements/commit/a5ddc57443a04a75caa6f93c1ffb8d763b813f67))
|
|
1151
|
-
* **collapsible-section:** reduce motion ([ceab5a5](https://github.com/Lundalogik/lime-elements/commit/ceab5a570145dfbfa37119ec54b3435d6f78d671))
|
|
1152
|
-
|
|
1153
|
-
## [30.1.3](https://github.com/Lundalogik/lime-elements/compare/v30.1.2...v30.1.3) (2021-01-15)
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
### Bug Fixes
|
|
1157
|
-
|
|
1158
|
-
* **chip-set:** emit startEdit event when setting focus on the input field ([10756a7](https://github.com/Lundalogik/lime-elements/commit/10756a702086f30e0b9b04628fbf967a95fe6da1))
|
|
1159
|
-
|
|
1160
|
-
## [30.1.2](https://github.com/Lundalogik/lime-elements/compare/v30.1.1...v30.1.2) (2021-01-08)
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
### Bug Fixes
|
|
1164
|
-
|
|
1165
|
-
* **icon-button:** remove sticky focus style when button is clicked ([a98f488](https://github.com/Lundalogik/lime-elements/commit/a98f48840d3db2b9e20d59704e65d841f4a96dda))
|
|
1166
|
-
* **icon-button:** remove sticky hover effect on non-mouse devices ([1ea9ccc](https://github.com/Lundalogik/lime-elements/commit/1ea9ccc4a2e04d32f388f9de52500a2b1c603de0))
|
|
1167
|
-
|
|
1168
|
-
## [30.1.1](https://github.com/Lundalogik/lime-elements/compare/v30.1.0...v30.1.1) (2021-01-08)
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
### Bug Fixes
|
|
1172
|
-
|
|
1173
|
-
* **dialog:** footer would sometimes be missing, despite having items in it ([c2315f9](https://github.com/Lundalogik/lime-elements/commit/c2315f9da5f962b6ef437efc8ee1db474d25c7a6)), closes [Lundalogik/crm-feature#1706](https://github.com/Lundalogik/crm-feature/issues/1706)
|
|
1174
|
-
|
|
1175
|
-
# [30.1.0](https://github.com/Lundalogik/lime-elements/compare/v30.0.9...v30.1.0) (2021-01-07)
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
### Features
|
|
1179
|
-
|
|
1180
|
-
* **chip-set:** allow controlling icon color and icon background color via properties on `Chip` ([6258dcc](https://github.com/Lundalogik/lime-elements/commit/6258dccb06547d6d49c92ceeae182940ec10f9f0))
|
|
1181
|
-
* **file:** support custom icon and icon-color ([a972274](https://github.com/Lundalogik/lime-elements/commit/a97227498d84962d2a87b3a6e15440c5a83c7689))
|
|
1182
|
-
|
|
1183
|
-
## [30.0.9](https://github.com/Lundalogik/lime-elements/compare/v30.0.8...v30.0.9) (2020-12-23)
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
### Bug Fixes
|
|
1187
|
-
|
|
1188
|
-
* **table:** only escape html in table for custom components once ([1a8202f](https://github.com/Lundalogik/lime-elements/commit/1a8202f73304bbe91521965c38bb74ac41d1c443)), closes [Lundalogik/crm-feature#1588](https://github.com/Lundalogik/crm-feature/issues/1588)
|
|
1189
|
-
|
|
1190
|
-
## [30.0.8](https://github.com/Lundalogik/lime-elements/compare/v30.0.7...v30.0.8) (2020-12-23)
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
### Bug Fixes
|
|
1194
|
-
|
|
1195
|
-
* **dialog:** don't render footer if the `button` slot is empty ([28f9602](https://github.com/Lundalogik/lime-elements/commit/28f9602fa92139ec6870e9c5e529dfbd6e26bb38)), closes [#1009](https://github.com/Lundalogik/lime-elements/issues/1009)
|
|
1196
|
-
|
|
1197
|
-
## [30.0.7](https://github.com/Lundalogik/lime-elements/compare/v30.0.6...v30.0.7) (2020-12-22)
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
### Bug Fixes
|
|
1201
|
-
|
|
1202
|
-
* **input-field:** improve action for incomplete url:s ([2eec999](https://github.com/Lundalogik/lime-elements/commit/2eec999a012933c9663848fe703574fa8e4c12ab)), closes [Lundalogik/crm-feature#1628](https://github.com/Lundalogik/crm-feature/issues/1628)
|
|
1203
|
-
* **input-field:** improve target for relative url:s ([1268368](https://github.com/Lundalogik/lime-elements/commit/1268368a96801689d35f532977b88379dc86afd4))
|
|
1204
|
-
|
|
1205
|
-
## [30.0.6](https://github.com/Lundalogik/lime-elements/compare/v30.0.5...v30.0.6) (2020-12-22)
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
### Bug Fixes
|
|
1209
|
-
|
|
1210
|
-
* **tab-bar:** reduce original letter spacing in MD tabs ([15c7063](https://github.com/Lundalogik/lime-elements/commit/15c70636789275aacac7d98d478940bad8ee57c1))
|
|
1211
|
-
|
|
1212
|
-
## [30.0.5](https://github.com/Lundalogik/lime-elements/compare/v30.0.4...v30.0.5) (2020-12-18)
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
### Bug Fixes
|
|
1216
|
-
|
|
1217
|
-
* **form:** allow fields to be rendered as read only ([3ceb3ab](https://github.com/Lundalogik/lime-elements/commit/3ceb3abd0173ebf396a840dcc8297b9a71e68201)), closes [#1072](https://github.com/Lundalogik/lime-elements/issues/1072)
|
|
1218
|
-
|
|
1219
|
-
## [30.0.4](https://github.com/Lundalogik/lime-elements/compare/v30.0.3...v30.0.4) (2020-12-18)
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
### Bug Fixes
|
|
1223
|
-
|
|
1224
|
-
* **date-picker:** add timezone to date-time format type ([a7eb6c7](https://github.com/Lundalogik/lime-elements/commit/a7eb6c74ff2d64d4d11156c728b3a483b55b4149)), closes [Lundalogik/crm-feature#1690](https://github.com/Lundalogik/crm-feature/issues/1690)
|
|
1225
|
-
|
|
1226
|
-
## [30.0.3](https://github.com/Lundalogik/lime-elements/compare/v30.0.2...v30.0.3) (2020-12-17)
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
### Bug Fixes
|
|
1230
|
-
|
|
1231
|
-
* **table:** calculate height of tables without aggregation & pagination correctly ([f7f1deb](https://github.com/Lundalogik/lime-elements/commit/f7f1debf6dbf4521c5d512dc02300ab07d917dd1))
|
|
1232
|
-
|
|
1233
|
-
## [30.0.2](https://github.com/Lundalogik/lime-elements/compare/v30.0.1...v30.0.2) (2020-12-17)
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
### Bug Fixes
|
|
1237
|
-
|
|
1238
|
-
* **menu-surface:** resize the menu's height when the host element's height changes ([f23f03d](https://github.com/Lundalogik/lime-elements/commit/f23f03d7a9fd27d5fc0db19014e1400101bcc876)), closes [Lundalogik/crm-feature#1635](https://github.com/Lundalogik/crm-feature/issues/1635)
|
|
1239
|
-
|
|
1240
|
-
## [30.0.1](https://github.com/Lundalogik/lime-elements/compare/v30.0.0...v30.0.1) (2020-12-16)
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
### Bug Fixes
|
|
1244
|
-
|
|
1245
|
-
* **select:** remove unused line ripple ([734f758](https://github.com/Lundalogik/lime-elements/commit/734f7580b88fd3d4d2f0c5971bcaeae4bd6249f9)), closes [Lundalogik/crm-feature#1691](https://github.com/Lundalogik/crm-feature/issues/1691)
|
|
1246
|
-
|
|
1247
|
-
# [30.0.0](https://github.com/Lundalogik/lime-elements/compare/v29.8.3...v30.0.0) (2020-12-15)
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
### Bug Fixes
|
|
1251
|
-
|
|
1252
|
-
* **chip-set:** adjust to work with new outlined styles ([ff9a97c](https://github.com/Lundalogik/lime-elements/commit/ff9a97cb331c13706a500632b2b11633c794ebda)), closes [Lundalogik/crm-feature#1516](https://github.com/Lundalogik/crm-feature/issues/1516)
|
|
1253
|
-
* **select:** adjust to work with new outlined styles ([b01a3ce](https://github.com/Lundalogik/lime-elements/commit/b01a3cef61ea5bce99610b72e824cf2923282b84)), closes [Lundalogik/crm-feature#1516](https://github.com/Lundalogik/crm-feature/issues/1516)
|
|
1254
|
-
* **slider:** adjust to work with new outlined styles ([d44d153](https://github.com/Lundalogik/lime-elements/commit/d44d153e58ad405ef26e6189c3ff6166ea19e5d7)), closes [Lundalogik/crm-feature#1516](https://github.com/Lundalogik/crm-feature/issues/1516)
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
### Features
|
|
1258
|
-
|
|
1259
|
-
* **input-field:** change style from "underlined" to "outlined" ([ab3df1d](https://github.com/Lundalogik/lime-elements/commit/ab3df1da77e59cbe12958b537338df459f610d08)), closes [Lundalogik/crm-feature#1516](https://github.com/Lundalogik/crm-feature/issues/1516)
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
### BREAKING CHANGES
|
|
1263
|
-
|
|
1264
|
-
* **chip-set:** With this change, the field label has moved up a bit,
|
|
1265
|
-
which means the field now requires some whitespace above it, or the label
|
|
1266
|
-
will intersect with the element above. When the field is used with
|
|
1267
|
-
`limel-form`, spacing is already taken care of.
|
|
1268
|
-
* **slider:** With this change, the field label has moved up a bit,
|
|
1269
|
-
which means the field now requires some whitespace above it, or the label
|
|
1270
|
-
will intersect with the element above. When the field is used with
|
|
1271
|
-
`limel-form`, spacing is already taken care of.
|
|
1272
|
-
* **select:** With this change, the field label has moved up a bit,
|
|
1273
|
-
which means the field now requires some whitespace above it, or the label
|
|
1274
|
-
will intersect with the element above. When the field is used with
|
|
1275
|
-
`limel-form`, spacing is already taken care of.
|
|
1276
|
-
* **input-field:** The style of `limel-input-field` has been changed from
|
|
1277
|
-
"underlined" to "outlined". With this change, the field label has moved
|
|
1278
|
-
up a bit, which means the field now requires some whitespace above it,
|
|
1279
|
-
or the label will intersect with the element above. When the field is
|
|
1280
|
-
used with `limel-form`, spacing is already taken care of.
|
|
1281
|
-
|
|
1282
|
-
## [29.8.3](https://github.com/Lundalogik/lime-elements/compare/v29.8.2...v29.8.3) (2020-12-15)
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
### Bug Fixes
|
|
1286
|
-
|
|
1287
|
-
* **form:** emit undefined from date-picker when cleared ([84a61bb](https://github.com/Lundalogik/lime-elements/commit/84a61bb927e00ace407e0c00176bae633a239fad)), closes [Lundalogik/crm-feature#1643](https://github.com/Lundalogik/crm-feature/issues/1643)
|
|
1288
|
-
|
|
1289
|
-
## [29.8.2](https://github.com/Lundalogik/lime-elements/compare/v29.8.1...v29.8.2) (2020-12-14)
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
### Bug Fixes
|
|
1293
|
-
|
|
1294
|
-
* **select:** make selected-text truncate & prevent select to grow wider than its container ([41238ed](https://github.com/Lundalogik/lime-elements/commit/41238ed0629ae2ed19201a9b82332851e543de51))
|
|
1295
|
-
|
|
1296
|
-
## [29.8.1](https://github.com/Lundalogik/lime-elements/compare/v29.8.0...v29.8.1) (2020-12-11)
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
### Bug Fixes
|
|
1300
|
-
|
|
1301
|
-
* **input-field:** fix missing label when prefilled and placed in dialog or collapsible-section ([5f3735a](https://github.com/Lundalogik/lime-elements/commit/5f3735a4aab6c0646c4fb82859b4ea9e76655a71)), closes [#950](https://github.com/Lundalogik/lime-elements/issues/950)
|
|
1302
|
-
|
|
1303
|
-
# [29.8.0](https://github.com/Lundalogik/lime-elements/compare/v29.7.6...v29.8.0) (2020-12-07)
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
### Features
|
|
1307
|
-
|
|
1308
|
-
* **form:** add optional form layouts ([f0c0c98](https://github.com/Lundalogik/lime-elements/commit/f0c0c98709c7a1bcaa78e7694f1f6b7346616653))
|
|
1309
|
-
* **form:** split span config into colSpan and rowSpan ([4ba4896](https://github.com/Lundalogik/lime-elements/commit/4ba4896ad3a1d83d658ccc78cec13ade85a622ef)), closes [Lundalogik/crm-feature#1527](https://github.com/Lundalogik/crm-feature/issues/1527)
|
|
1310
|
-
|
|
1311
|
-
## [29.7.6](https://github.com/Lundalogik/lime-elements/compare/v29.7.5...v29.7.6) (2020-12-04)
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
### Bug Fixes
|
|
1315
|
-
|
|
1316
|
-
* **table:** disable implicit field separator ([ce75d43](https://github.com/Lundalogik/lime-elements/commit/ce75d431c24b131e949d11c7cb94dfa1d4888509)), closes [Lundalogik/crm-feature#1621](https://github.com/Lundalogik/crm-feature/issues/1621)
|
|
1317
|
-
* **table:** make sure custom component has a name when creating formatter ([253488f](https://github.com/Lundalogik/lime-elements/commit/253488f47537ef2b5970fac0c2f1e68133e95551))
|
|
1318
|
-
|
|
1319
|
-
## [29.7.5](https://github.com/Lundalogik/lime-elements/compare/v29.7.4...v29.7.5) (2020-11-30)
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
### Bug Fixes
|
|
1323
|
-
|
|
1324
|
-
* **input-field:** add interactivity & more affordance to trailing icon ([8a65dfb](https://github.com/Lundalogik/lime-elements/commit/8a65dfbb953411f473efc40bfdf5d663ffa25eda))
|
|
1325
|
-
|
|
1326
|
-
## [29.7.4](https://github.com/Lundalogik/lime-elements/compare/v29.7.3...v29.7.4) (2020-11-30)
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
### Bug Fixes
|
|
1330
|
-
|
|
1331
|
-
* **collapsible-section:** set delay for micro animations ([4696eba](https://github.com/Lundalogik/lime-elements/commit/4696eba02261527797dd09b2190d4602ff098584))
|
|
1332
|
-
|
|
1333
|
-
## [29.7.3](https://github.com/Lundalogik/lime-elements/compare/v29.7.2...v29.7.3) (2020-11-23)
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
### Bug Fixes
|
|
1337
|
-
|
|
1338
|
-
* **collapsible-section:** disallow user selection of headings in collapsible sections ([ae4d4dc](https://github.com/Lundalogik/lime-elements/commit/ae4d4dc31b838c28d84512e8e3b9a1099c610a85))
|
|
1339
|
-
|
|
1340
|
-
## [29.7.2](https://github.com/Lundalogik/lime-elements/compare/v29.7.1...v29.7.2) (2020-11-23)
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
### Bug Fixes
|
|
1344
|
-
|
|
1345
|
-
* **input-field:** allow only vertical resize for textarea ([5dbc854](https://github.com/Lundalogik/lime-elements/commit/5dbc85480136011ca97cce7707ed4b968edd7723))
|
|
1346
|
-
* **input-field:** hide character counter when not needed ([53a9045](https://github.com/Lundalogik/lime-elements/commit/53a90454a3a0c9eff123162f604f4bed28745b00))
|
|
1347
|
-
* **input-field:** make HTML of helper-line for textarea like all other inputs ([6afe67e](https://github.com/Lundalogik/lime-elements/commit/6afe67e93c56175421914c20127b39dab03378f1))
|
|
1348
|
-
|
|
1349
|
-
## [29.7.1](https://github.com/Lundalogik/lime-elements/compare/v29.7.0...v29.7.1) (2020-11-19)
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
### Bug Fixes
|
|
1353
|
-
|
|
1354
|
-
* **collapsible-section:** add border radius to smoothen the UI ([1379d26](https://github.com/Lundalogik/lime-elements/commit/1379d26e3c0b22a408e7055f17cbd2ec9d1b43a9))
|
|
1355
|
-
* **collapsible-section:** add micro interactions to expand icon ([d1a544d](https://github.com/Lundalogik/lime-elements/commit/d1a544dd99eb970c962d5e91ea44d2e2fee8bc7b))
|
|
1356
|
-
* **collapsible-section:** fade in section body when opened ([baaa633](https://github.com/Lundalogik/lime-elements/commit/baaa6330d1f5f6220f7c462d71cd452aa1fb3ca2))
|
|
1357
|
-
* **collapsible-section:** improve UI by tweaking default padding & margin ([817deca](https://github.com/Lundalogik/lime-elements/commit/817deca9af459f0a8d0f499d4c458d3e010f8c5c))
|
|
1358
|
-
* **collapsible-section:** make long section title truncate ([6b85be5](https://github.com/Lundalogik/lime-elements/commit/6b85be5b9be7a2341e91a333b71e2122e9cee08e))
|
|
1359
|
-
* **collapsible-section:** use better default colors for header and body ([f3e685b](https://github.com/Lundalogik/lime-elements/commit/f3e685bb83e3218d26b8228d13a5bcbc97ddc94a))
|
|
1360
|
-
|
|
1361
|
-
# [29.7.0](https://github.com/Lundalogik/lime-elements/compare/v29.6.4...v29.7.0) (2020-11-18)
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
### Features
|
|
1365
|
-
|
|
1366
|
-
* **button:** add `has-reduced-presence` helper class ([03be533](https://github.com/Lundalogik/lime-elements/commit/03be533ebfeac2bc798ae277caf3f11568db6f6c)), closes [Lundalogik/crm-feature#1581](https://github.com/Lundalogik/crm-feature/issues/1581)
|
|
1367
|
-
|
|
1368
|
-
## [29.6.4](https://github.com/Lundalogik/lime-elements/compare/v29.6.3...v29.6.4) (2020-11-13)
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
### Bug Fixes
|
|
1372
|
-
|
|
1373
|
-
* **table:** show no pagination when only one page exists ([d53ed38](https://github.com/Lundalogik/lime-elements/commit/d53ed38dab930399f6cda81400bfc3bd5f495ccd)), closes [Lundalogik/crm-feature#1551](https://github.com/Lundalogik/crm-feature/issues/1551)
|
|
1374
|
-
|
|
1375
|
-
## [29.6.3](https://github.com/Lundalogik/lime-elements/compare/v29.6.2...v29.6.3) (2020-11-12)
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
### Bug Fixes
|
|
1379
|
-
|
|
1380
|
-
* **tab-panel:** set correct display on panels when new tabs are given ([acfae12](https://github.com/Lundalogik/lime-elements/commit/acfae127ae3c3507cfd0a775e573f97d302c8243)), closes [Lundalogik/crm-feature#1494](https://github.com/Lundalogik/crm-feature/issues/1494)
|
|
1381
|
-
|
|
1382
|
-
## [29.6.2](https://github.com/Lundalogik/lime-elements/compare/v29.6.1...v29.6.2) (2020-11-09)
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
### Bug Fixes
|
|
1386
|
-
|
|
1387
|
-
* **tab-bar:** update scroll-buttons when window is resized ([8a2fca5](https://github.com/Lundalogik/lime-elements/commit/8a2fca5ece8d7f1ba1186f062ac1eca541c61751)), closes [Lundalogik/crm-feature#1504](https://github.com/Lundalogik/crm-feature/issues/1504)
|
|
1388
|
-
|
|
1389
|
-
## [29.6.1](https://github.com/Lundalogik/lime-elements/compare/v29.6.0...v29.6.1) (2020-11-09)
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
### Bug Fixes
|
|
1393
|
-
|
|
1394
|
-
* **dialog:** make headers & headings look nicer ([10e10c3](https://github.com/Lundalogik/lime-elements/commit/10e10c32dae564a5f23a4d1ac1f0bb22359298f1))
|
|
1395
|
-
|
|
1396
|
-
# [29.6.0](https://github.com/Lundalogik/lime-elements/compare/v29.5.0...v29.6.0) (2020-11-06)
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
### Features
|
|
1400
|
-
|
|
1401
|
-
* **form:** add support for different types of date-pickers ([c290470](https://github.com/Lundalogik/lime-elements/commit/c290470676896cc965e2ac3b487fae6783100e6e)), closes [Lundalogik/crm-feature#1584](https://github.com/Lundalogik/crm-feature/issues/1584)
|
|
1402
|
-
|
|
1403
|
-
# [29.5.0](https://github.com/Lundalogik/lime-elements/compare/v29.4.6...v29.5.0) (2020-11-06)
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
### Features
|
|
1407
|
-
|
|
1408
|
-
* **input-field:** add option `showLink` for type `email`, `tel`, and `url` ([d1d11a5](https://github.com/Lundalogik/lime-elements/commit/d1d11a50116fb2e4bed8479065808dccf99987df)), closes [Lundalogik/crm-feature#1565](https://github.com/Lundalogik/crm-feature/issues/1565)
|
|
1409
|
-
|
|
1410
|
-
## [29.4.6](https://github.com/Lundalogik/lime-elements/compare/v29.4.5...v29.4.6) (2020-11-04)
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
### Bug Fixes
|
|
1414
|
-
|
|
1415
|
-
* **input-field:** do not trigger action from leadingIcon ([5307475](https://github.com/Lundalogik/lime-elements/commit/5307475f2115b5c0109549ec3cccc03d0b127ceb))
|
|
1416
|
-
* **input-field:** do not trigger action if input is invalid ([cdacaa6](https://github.com/Lundalogik/lime-elements/commit/cdacaa6bbc1bf2ccf14539f53573053b33bb6d0a))
|
|
1417
|
-
* **input-field:** make it possible to use both leadingIcon and trailingIcon ([573784f](https://github.com/Lundalogik/lime-elements/commit/573784f2ce649cb54c56083f7b7ea39f4b9124a6))
|
|
1418
|
-
* **input-field:** prevent double change-events ([70e43df](https://github.com/Lundalogik/lime-elements/commit/70e43dff112c5a865ed3461a70797b2e70c57a16))
|
|
1419
|
-
|
|
1420
|
-
## [29.4.5](https://github.com/Lundalogik/lime-elements/compare/v29.4.4...v29.4.5) (2020-11-04)
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
### Bug Fixes
|
|
1424
|
-
|
|
1425
|
-
* **button:** ensure button occupies whole area of the limel-button component ([b121d1c](https://github.com/Lundalogik/lime-elements/commit/b121d1ccec14de11ea3d65d650d437ddb290ae9a)), closes [#1004](https://github.com/Lundalogik/lime-elements/issues/1004)
|
|
1426
|
-
|
|
1427
|
-
## [29.4.4](https://github.com/Lundalogik/lime-elements/compare/v29.4.3...v29.4.4) (2020-11-04)
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
### Bug Fixes
|
|
1431
|
-
|
|
1432
|
-
* **slider:** keep slider's content inside its boundary box ([80d8748](https://github.com/Lundalogik/lime-elements/commit/80d87483f4cdc30b6d60b4b3fc1287840d3545be))
|
|
1433
|
-
* **slider:** vertically middle align mdc-slider__pin-value-marker ([4b97aaa](https://github.com/Lundalogik/lime-elements/commit/4b97aaae3380c8f2166c545ec94da6b07fdbadd0))
|
|
1434
|
-
* **slider:** visualize min and max points ([0656ef2](https://github.com/Lundalogik/lime-elements/commit/0656ef2975b1627671d4e819f691235bf1b98986))
|
|
1435
|
-
|
|
1436
|
-
## [29.4.3](https://github.com/Lundalogik/lime-elements/compare/v29.4.2...v29.4.3) (2020-11-03)
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
### Bug Fixes
|
|
1440
|
-
|
|
1441
|
-
* **input-field:** yet *another* attempt at fixing the issue of scrolling numeric input fields ([b8b4fb6](https://github.com/Lundalogik/lime-elements/commit/b8b4fb66b140533722a79ec851160f0f3f3caa9d)), closes [Lundalogik/crm-feature#1538](https://github.com/Lundalogik/crm-feature/issues/1538)
|
|
1442
|
-
|
|
1443
|
-
## [29.4.2](https://github.com/Lundalogik/lime-elements/compare/v29.4.1...v29.4.2) (2020-11-02)
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
### Bug Fixes
|
|
1447
|
-
|
|
1448
|
-
* **input-field:** avoid error in value watcher ([aec064f](https://github.com/Lundalogik/lime-elements/commit/aec064f40ee7a22d9d35f37fdb271ccb16a7f8c7))
|
|
1449
|
-
* **linear-progress:** avoid error in value watcher ([91fbe24](https://github.com/Lundalogik/lime-elements/commit/91fbe24c8a06e91743cc6cc594a9d01ed409b8c0))
|
|
1450
|
-
* **table:** avoid error in value watcher ([ecd7d14](https://github.com/Lundalogik/lime-elements/commit/ecd7d14c35f8be12e878f8126f1ce835c4ff8fc8))
|
|
1451
|
-
|
|
1452
|
-
## [29.4.1](https://github.com/Lundalogik/lime-elements/compare/v29.4.0...v29.4.1) (2020-11-02)
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
### Bug Fixes
|
|
1456
|
-
|
|
1457
|
-
* **slider:** ensure no error log is thrown in the console ([6a0e2b6](https://github.com/Lundalogik/lime-elements/commit/6a0e2b62066b93a3ed09e67c744b91c11154a38b)), closes [#1532](https://github.com/Lundalogik/lime-elements/issues/1532)
|
|
1458
|
-
|
|
1459
|
-
# [29.4.0](https://github.com/Lundalogik/lime-elements/compare/v29.3.2...v29.4.0) (2020-11-02)
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
### Bug Fixes
|
|
1463
|
-
|
|
1464
|
-
* **slider:** render minimum value if value is not a number ([73dcfd2](https://github.com/Lundalogik/lime-elements/commit/73dcfd22aa9f54b55cd7141094e376f5199f3a5b))
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
### Features
|
|
1468
|
-
|
|
1469
|
-
* **form:** add suport for range picker ([7f101ae](https://github.com/Lundalogik/lime-elements/commit/7f101ae5becd0b14c02632e8dda887bf09fd29e6)), closes [Lundalogik/crm-feature#1570](https://github.com/Lundalogik/crm-feature/issues/1570)
|
|
1470
|
-
* **slider:** add helperText property ([afae4cf](https://github.com/Lundalogik/lime-elements/commit/afae4cfd645e44bc33dd90247acedd09caa62d58))
|
|
1471
|
-
* **slider:** add step property ([58ebda2](https://github.com/Lundalogik/lime-elements/commit/58ebda2598ef5c27db00ff900d8e587ec7d3e808))
|
|
1472
|
-
|
|
1473
|
-
## [29.3.2](https://github.com/Lundalogik/lime-elements/compare/v29.3.1...v29.3.2) (2020-10-29)
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
### Bug Fixes
|
|
1477
|
-
|
|
1478
|
-
* **input-field:** do not prevent scrolling while hovering numeric input fields ([bc787dd](https://github.com/Lundalogik/lime-elements/commit/bc787dd8d063e4ebd7eb0a0e60354d46036a9322)), closes [Lundalogik/crm-feature#1538](https://github.com/Lundalogik/crm-feature/issues/1538)
|
|
1479
|
-
|
|
1480
|
-
## [29.3.1](https://github.com/Lundalogik/lime-elements/compare/v29.3.0...v29.3.1) (2020-10-29)
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
### Bug Fixes
|
|
1484
|
-
|
|
1485
|
-
* **table:** ensure component is completely rendered when loaded ([e13bae0](https://github.com/Lundalogik/lime-elements/commit/e13bae0f25abb34e52f522898e142a98c952565f))
|
|
1486
|
-
|
|
1487
|
-
# [29.3.0](https://github.com/Lundalogik/lime-elements/compare/v29.2.0...v29.3.0) (2020-10-28)
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
### Bug Fixes
|
|
1491
|
-
|
|
1492
|
-
* **input-field:** sync value with mdcvalue for all field types ([ef7a559](https://github.com/Lundalogik/lime-elements/commit/ef7a55959b68faa2e93c00eac3bd881c2135ebbc))
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
### Features
|
|
1496
|
-
|
|
1497
|
-
* **input-field:** add support for regex pattern ([a922602](https://github.com/Lundalogik/lime-elements/commit/a9226023dbbf69433c1c63140d3aaa66b363f688))
|
|
1498
|
-
|
|
1499
|
-
# [29.2.0](https://github.com/Lundalogik/lime-elements/compare/v29.1.0...v29.2.0) (2020-10-27)
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
### Bug Fixes
|
|
1503
|
-
|
|
1504
|
-
* **form:** make sure form is initialized with a schema ([bc1bfe3](https://github.com/Lundalogik/lime-elements/commit/bc1bfe3637b44589486133977cff819a3314164e))
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
### Features
|
|
1508
|
-
|
|
1509
|
-
* **form:** allow props on input-field to be overriden from schema ([7998fe9](https://github.com/Lundalogik/lime-elements/commit/7998fe9abd59b6117f15bc982b6305fcd8f84306)), closes [Lundalogik/crm-feature#1519](https://github.com/Lundalogik/crm-feature/issues/1519)
|
|
1510
|
-
|
|
1511
|
-
# [29.1.0](https://github.com/Lundalogik/lime-elements/compare/v29.0.8...v29.1.0) (2020-10-27)
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
### Bug Fixes
|
|
1515
|
-
|
|
1516
|
-
* **form:** add missing type information for schema ([b4130ca](https://github.com/Lundalogik/lime-elements/commit/b4130ca93cb70b16a2340b9325d12e9a1824efdb))
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
### Features
|
|
1520
|
-
|
|
1521
|
-
* **form:** add support for form layouts ([58ceaff](https://github.com/Lundalogik/lime-elements/commit/58ceaff8c4af057a21981f4bbef8906e52d1929f)), closes [Lundalogik/crm-feature#1479](https://github.com/Lundalogik/crm-feature/issues/1479)
|
|
1522
|
-
|
|
1523
|
-
## [29.0.8](https://github.com/Lundalogik/lime-elements/compare/v29.0.7...v29.0.8) (2020-10-24)
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
### Bug Fixes
|
|
1527
|
-
|
|
1528
|
-
* **table:** loader appears smoothly, instead of blinking ([e20db37](https://github.com/Lundalogik/lime-elements/commit/e20db3780859ee437e6cd91fbc395f326d0be095))
|
|
1529
|
-
|
|
1530
|
-
## [29.0.7](https://github.com/Lundalogik/lime-elements/compare/v29.0.6...v29.0.7) (2020-10-23)
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
### Bug Fixes
|
|
1534
|
-
|
|
1535
|
-
* **table:** always update table pages after data has been updated or loaded ([ff338d0](https://github.com/Lundalogik/lime-elements/commit/ff338d0a77a85ab287df69b058568b268874794c))
|
|
1536
|
-
* **table:** check boolean length correctly ([f1c2e33](https://github.com/Lundalogik/lime-elements/commit/f1c2e339955cb056ca9b50ccbac224ee95a0a5d9))
|
|
1537
|
-
|
|
1538
|
-
## [29.0.6](https://github.com/Lundalogik/lime-elements/compare/v29.0.5...v29.0.6) (2020-10-23)
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
### Bug Fixes
|
|
1542
|
-
|
|
1543
|
-
* **switch:** ensure no exception is thrown in the console ([566df84](https://github.com/Lundalogik/lime-elements/commit/566df840c4df613fbd61a0ce0bf5a1559f58f94e))
|
|
1544
|
-
|
|
1545
|
-
## [29.0.5](https://github.com/Lundalogik/lime-elements/compare/v29.0.4...v29.0.5) (2020-10-22)
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
### Bug Fixes
|
|
1549
|
-
|
|
1550
|
-
* **table:** set max page of tabulator when totalRows is updated ([6684a99](https://github.com/Lundalogik/lime-elements/commit/6684a99310f202341cc70e692272c909e9a8a0b6))
|
|
1551
|
-
|
|
1552
|
-
## [29.0.4](https://github.com/Lundalogik/lime-elements/compare/v29.0.3...v29.0.4) (2020-10-21)
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
### Bug Fixes
|
|
1556
|
-
|
|
1557
|
-
* **types:** publish auto generated types for the source code ([3752cea](https://github.com/Lundalogik/lime-elements/commit/3752cea1aaa5b5cf3a6e3a3aae2f634c5f6cb4ec))
|
|
1558
|
-
|
|
1559
|
-
## [29.0.3](https://github.com/Lundalogik/lime-elements/compare/v29.0.2...v29.0.3) (2020-10-20)
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
### Bug Fixes
|
|
1563
|
-
|
|
1564
|
-
* **table:** use default formatter for column if invalid component config is provided ([b250215](https://github.com/Lundalogik/lime-elements/commit/b250215e8ac435df42c94780df81dc5b0d69a5ac))
|
|
1565
|
-
|
|
1566
|
-
## [29.0.2](https://github.com/Lundalogik/lime-elements/compare/v29.0.1...v29.0.2) (2020-10-14)
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
### Bug Fixes
|
|
1570
|
-
|
|
1571
|
-
* **table:** render sorting arrow correctly ([e02e6aa](https://github.com/Lundalogik/lime-elements/commit/e02e6aa83e40a5e2ad0939750a0eeebb68afdcc1))
|
|
1572
|
-
|
|
1573
|
-
## [29.0.1](https://github.com/Lundalogik/lime-elements/compare/v29.0.0...v29.0.1) (2020-10-14)
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
### Bug Fixes
|
|
1577
|
-
|
|
1578
|
-
* **chip-set:** only emit one startEdit event when focusing on the input field ([4e473a1](https://github.com/Lundalogik/lime-elements/commit/4e473a131dab790feb909ead0ed846795aa0ccf5)), closes [Lundalogik/crm-feature#1474](https://github.com/Lundalogik/crm-feature/issues/1474)
|
|
1579
|
-
|
|
1580
|
-
# [29.0.0](https://github.com/Lundalogik/lime-elements/compare/v28.5.6...v29.0.0) (2020-10-12)
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
### Features
|
|
1584
|
-
|
|
1585
|
-
* **stencil:** update to StencilJS v2 ([7f1991b](https://github.com/Lundalogik/lime-elements/commit/7f1991b1d5f31b3aa5b2ea151b3b090fdab63201))
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
### BREAKING CHANGES
|
|
1589
|
-
|
|
1590
|
-
* **stencil:** Lime Elements no longer supplies ES5-builds. Browser support for ES Modules (esm)
|
|
1591
|
-
is now required. If you are loading `lime-elements` with one `<script type="module" src="…">` tag
|
|
1592
|
-
and one `<script nomodule src="…">` tag, you should remove the latter.
|
|
1593
|
-
|
|
1594
|
-
## [28.5.6](https://github.com/Lundalogik/lime-elements/compare/v28.5.5...v28.5.6) (2020-10-05)
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
### Bug Fixes
|
|
1598
|
-
|
|
1599
|
-
* **form:** fix sort and remove list of text fields in form ([8d0ce0c](https://github.com/Lundalogik/lime-elements/commit/8d0ce0cc3f4dc13d1e1f0eb7c671b21a0fad20d5)), closes [Lundalogik/lime-elements#969](https://github.com/Lundalogik/lime-elements/issues/969)
|
|
1600
|
-
|
|
1601
|
-
## [28.5.5](https://github.com/Lundalogik/lime-elements/compare/v28.5.4...v28.5.5) (2020-10-02)
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
### Bug Fixes
|
|
1605
|
-
|
|
1606
|
-
* **form:** fix resetting dependent fields during schema changes in lists ([13457d4](https://github.com/Lundalogik/lime-elements/commit/13457d4925ba893a3d8f77669e034bc0108c9ee0))
|
|
1607
|
-
|
|
1608
|
-
## [28.5.4](https://github.com/Lundalogik/lime-elements/compare/v28.5.3...v28.5.4) (2020-09-29)
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
### Bug Fixes
|
|
1612
|
-
|
|
1613
|
-
* **file:** add leading icon to illustrate upload ([f17ca03](https://github.com/Lundalogik/lime-elements/commit/f17ca03e805630c895ffbfa550b58a3d5507e85a))
|
|
1614
|
-
|
|
1615
|
-
## [28.5.3](https://github.com/Lundalogik/lime-elements/compare/v28.5.2...v28.5.3) (2020-09-29)
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
### Bug Fixes
|
|
1619
|
-
|
|
1620
|
-
* **input-field:** make it possible to programmatically update value in textarea ([9c50420](https://github.com/Lundalogik/lime-elements/commit/9c5042089874912fc2b5ae89ed192191b33d1817)), closes [#952](https://github.com/Lundalogik/lime-elements/issues/952)
|
|
1621
|
-
|
|
1622
|
-
## [28.5.2](https://github.com/Lundalogik/lime-elements/compare/v28.5.1...v28.5.2) (2020-09-29)
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
### Bug Fixes
|
|
1626
|
-
|
|
1627
|
-
* **select:** focus style for select dropdown ([e5f0853](https://github.com/Lundalogik/lime-elements/commit/e5f08538e920c20fcd71f0598b0b01eb2bd698bf))
|
|
1628
|
-
|
|
1629
|
-
## [28.5.1](https://github.com/Lundalogik/lime-elements/compare/v28.5.0...v28.5.1) (2020-09-25)
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
### Bug Fixes
|
|
1633
|
-
|
|
1634
|
-
* **table:** escape html in tables ([a1dc99e](https://github.com/Lundalogik/lime-elements/commit/a1dc99e8460f72e84d9d8642b9e7ea944b7ab122)), closes [Lundalogik/crm-feature#1418](https://github.com/Lundalogik/crm-feature/issues/1418)
|
|
1635
|
-
|
|
1636
|
-
# [28.5.0](https://github.com/Lundalogik/lime-elements/compare/v28.4.5...v28.5.0) (2020-09-25)
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
### Features
|
|
1640
|
-
|
|
1641
|
-
* **table:** add default sorting ([a0f0448](https://github.com/Lundalogik/lime-elements/commit/a0f0448ef9fc29bfc3a49482445d00947f94431b)), closes [#961](https://github.com/Lundalogik/lime-elements/issues/961)
|
|
1642
|
-
|
|
1643
|
-
## [28.4.5](https://github.com/Lundalogik/lime-elements/compare/v28.4.4...v28.4.5) (2020-09-22)
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
### Bug Fixes
|
|
1647
|
-
|
|
1648
|
-
* **table:** ignore first ajax request if table is created with data ([4bfcc5d](https://github.com/Lundalogik/lime-elements/commit/4bfcc5d11970e257776710e2423bbf6acccdae2e)), closes [Lundalogik/lime-crm-components#150](https://github.com/Lundalogik/lime-crm-components/issues/150)
|
|
1649
|
-
|
|
1650
|
-
## [28.4.4](https://github.com/Lundalogik/lime-elements/compare/v28.4.3...v28.4.4) (2020-09-18)
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
### Bug Fixes
|
|
1654
|
-
|
|
1655
|
-
* **table:** calculate the correct width when resizing columns ([4ab6db7](https://github.com/Lundalogik/lime-elements/commit/4ab6db7c3d2562662ac4582d08a89953c8f56ecd))
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
### Performance Improvements
|
|
1659
|
-
|
|
1660
|
-
* **table:** use object pool for custom components ([3d9047a](https://github.com/Lundalogik/lime-elements/commit/3d9047a0b12a8768d3fb3646dcc465bd7b5a9152)), closes [Lundalogik/crm-feature#1384](https://github.com/Lundalogik/crm-feature/issues/1384)
|
|
1661
|
-
|
|
1662
|
-
## [28.4.3](https://github.com/Lundalogik/lime-elements/compare/v28.4.2...v28.4.3) (2020-09-17)
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
### Performance Improvements
|
|
1666
|
-
|
|
1667
|
-
* **portal:** create popper instance when portal is displayed ([3371b0e](https://github.com/Lundalogik/lime-elements/commit/3371b0e4269c1da36342fc6a0215a7b3deff6efe))
|
|
1668
|
-
|
|
1669
|
-
## [28.4.2](https://github.com/Lundalogik/lime-elements/compare/v28.4.1...v28.4.2) (2020-09-14)
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
### Bug Fixes
|
|
1673
|
-
|
|
1674
|
-
* **tab-bar:** hide unwanted scrollbars on Firefox ([1cfac35](https://github.com/Lundalogik/lime-elements/commit/1cfac35434be731e9e2ef4b57cf02e2b9c4dcad0))
|
|
1675
|
-
|
|
1676
|
-
## [28.4.1](https://github.com/Lundalogik/lime-elements/compare/v28.4.0...v28.4.1) (2020-09-10)
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
### Bug Fixes
|
|
1680
|
-
|
|
1681
|
-
* **tab-panel:** initialize slot elements array ([44658a0](https://github.com/Lundalogik/lime-elements/commit/44658a0b464894f55be8ad54e5b123324c5dffcd))
|
|
1682
|
-
* **table:** add wrapper element to Tabulator ([7a9eca7](https://github.com/Lundalogik/lime-elements/commit/7a9eca7f83eb0ca2154cdc3f561c777ed15e3f2f))
|
|
1683
|
-
|
|
1684
|
-
# [28.4.0](https://github.com/Lundalogik/lime-elements/compare/v28.3.1...v28.4.0) (2020-09-10)
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
### Bug Fixes
|
|
1688
|
-
|
|
1689
|
-
* **chip-set:** add some space for the clear all button so it won't overlap chips ([3b159c0](https://github.com/Lundalogik/lime-elements/commit/3b159c07c88ebd6fac8f81b2a4317ebbaaa0470f))
|
|
1690
|
-
* **chip-set:** make clear-all button keyboard accessible ([2f3ab2e](https://github.com/Lundalogik/lime-elements/commit/2f3ab2e0a35440bc30d21fc03e27114ec187abb1)), closes [#936](https://github.com/Lundalogik/lime-elements/issues/936)
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
### Features
|
|
1694
|
-
|
|
1695
|
-
* **chip-set:** add `aria-label` & `title` for clear all button ([714dc30](https://github.com/Lundalogik/lime-elements/commit/714dc3018d57dbcdcb100e228a62c98bfd2e1ade))
|
|
1696
|
-
|
|
1697
|
-
## [28.3.1](https://github.com/Lundalogik/lime-elements/compare/v28.3.0...v28.3.1) (2020-09-09)
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
### Bug Fixes
|
|
1701
|
-
|
|
1702
|
-
* **table:** calculate column width for custom components ([87b764a](https://github.com/Lundalogik/lime-elements/commit/87b764a86bcd891dc05736ca4eb7abd4be65ac29))
|
|
1703
|
-
|
|
1704
|
-
# [28.3.0](https://github.com/Lundalogik/lime-elements/compare/v28.2.0...v28.3.0) (2020-09-08)
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
### Features
|
|
1708
|
-
|
|
1709
|
-
* **chip-set:** add optional delimiters between chips ([0ebc43b](https://github.com/Lundalogik/lime-elements/commit/0ebc43b1d1f7e402b7d19e5fead71793dc4e36b9)), closes [Lundalogik/crm-feature#1351](https://github.com/Lundalogik/crm-feature/issues/1351)
|
|
1710
|
-
|
|
1711
|
-
# [28.2.0](https://github.com/Lundalogik/lime-elements/compare/v28.1.4...v28.2.0) (2020-09-07)
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
### Features
|
|
1715
|
-
|
|
1716
|
-
* **chip-set:** add optional leading icon ([0cfe663](https://github.com/Lundalogik/lime-elements/commit/0cfe663f65cbe1ddb07699f9714e554337f6f4a1))
|
|
1717
|
-
|
|
1718
|
-
## [28.1.4](https://github.com/Lundalogik/lime-elements/compare/v28.1.3...v28.1.4) (2020-09-07)
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
### Bug Fixes
|
|
1722
|
-
|
|
1723
|
-
* **table:** make Tabulator look more like old tables in web client ([aad9589](https://github.com/Lundalogik/lime-elements/commit/aad95895999ac8c2d53f3a8007af088d23377e6a))
|
|
1724
|
-
|
|
1725
|
-
## [28.1.3](https://github.com/Lundalogik/lime-elements/compare/v28.1.2...v28.1.3) (2020-09-07)
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
### Bug Fixes
|
|
1729
|
-
|
|
1730
|
-
* **tab-bar:** save tab state by making it mutable ([c8dfabf](https://github.com/Lundalogik/lime-elements/commit/c8dfabf28db36ad8bc1633ebd626cdb6e30dcfec)), closes [Lundalogik/crm-feature#1327](https://github.com/Lundalogik/crm-feature/issues/1327)
|
|
1731
|
-
|
|
1732
|
-
## [28.1.2](https://github.com/Lundalogik/lime-elements/compare/v28.1.1...v28.1.2) (2020-09-07)
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
### Bug Fixes
|
|
1736
|
-
|
|
1737
|
-
* **button-group:** fix visual defects on Firefox cause by user agent stylesheets ([746b2ef](https://github.com/Lundalogik/lime-elements/commit/746b2efcc453e80b29bceb6b8527d7bc935c9bb9))
|
|
1738
|
-
|
|
1739
|
-
## [28.1.1](https://github.com/Lundalogik/lime-elements/compare/v28.1.0...v28.1.1) (2020-09-02)
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
### Bug Fixes
|
|
1743
|
-
|
|
1744
|
-
* **chip-set:** add darker color when hovering over button ([a7c3cb4](https://github.com/Lundalogik/lime-elements/commit/a7c3cb46e67cd22247d5663e8a4ce6de3e083977))
|
|
1745
|
-
|
|
1746
|
-
# [28.1.0](https://github.com/Lundalogik/lime-elements/compare/v28.0.3...v28.1.0) (2020-09-01)
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
### Features
|
|
1750
|
-
|
|
1751
|
-
* **chip-set:** add delete all chips button ([31ad2f7](https://github.com/Lundalogik/lime-elements/commit/31ad2f7f1a7864eb0262f763f53ddc09906d3a53)), closes [Lundalogik/crm-feature#1329](https://github.com/Lundalogik/crm-feature/issues/1329)
|
|
1752
|
-
|
|
1753
|
-
## [28.0.3](https://github.com/Lundalogik/lime-elements/compare/v28.0.2...v28.0.3) (2020-08-31)
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
### Bug Fixes
|
|
1757
|
-
|
|
1758
|
-
* **switch:** make sure MDC component exist ([6d5601a](https://github.com/Lundalogik/lime-elements/commit/6d5601a90fb6958c27e79655b77a4e23bdf98835))
|
|
1759
|
-
|
|
1760
|
-
## [28.0.2](https://github.com/Lundalogik/lime-elements/compare/v28.0.1...v28.0.2) (2020-08-31)
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
### Performance Improvements
|
|
1764
|
-
|
|
1765
|
-
* **linear-progress:** remove continuous buffering animation ([db33e68](https://github.com/Lundalogik/lime-elements/commit/db33e681d1bdecb3a6109156efd2f6284ce6870d))
|
|
1766
|
-
|
|
1767
|
-
## [28.0.1](https://github.com/Lundalogik/lime-elements/compare/v28.0.0...v28.0.1) (2020-08-28)
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
### Bug Fixes
|
|
1771
|
-
|
|
1772
|
-
* **checkbox:** check if objects exist before destroy ([c862cde](https://github.com/Lundalogik/lime-elements/commit/c862cde90bc0f6f03b347c0f8ec9dd06a382838b))
|
|
1773
|
-
* **form:** only unmount if element exist ([f075d3b](https://github.com/Lundalogik/lime-elements/commit/f075d3b8b003c3c29be269910d451c1d5c47de18))
|
|
1774
|
-
* **icon-button:** check if object exist before destroy ([6a002c9](https://github.com/Lundalogik/lime-elements/commit/6a002c91e7842837062f8929d67aed796021db21))
|
|
1775
|
-
* **menu-surface:** check if object exist before destroy ([87816ba](https://github.com/Lundalogik/lime-elements/commit/87816ba390b8ea1c2ffeb9f9fb456d387f12f506))
|
|
1776
|
-
* **portal:** use connectedCallback to setup container ([16b101a](https://github.com/Lundalogik/lime-elements/commit/16b101ac8155925ca31ee06a393cfafed6a3fc8a))
|
|
1777
|
-
|
|
1778
|
-
# [28.0.0](https://github.com/Lundalogik/lime-elements/compare/v27.1.0...v28.0.0) (2020-08-28)
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
### Reverts
|
|
1782
|
-
|
|
1783
|
-
* **core-styles:** revert "let color palette be exported & accessible in webclient" ([6d73d5b](https://github.com/Lundalogik/lime-elements/commit/6d73d5ba2c6493e3c3f39bbd4ea9f7a3c3015e35))
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
### BREAKING CHANGES
|
|
1787
|
-
|
|
1788
|
-
* **core-styles:** The color palettes should be imported by the consumer, as described in the
|
|
1789
|
-
documentation and the release notes for v27.0.0. The reverted change was a mistake due to
|
|
1790
|
-
miscommunication. Our apologies.
|
|
1791
|
-
|
|
1792
|
-
# [27.1.0](https://github.com/Lundalogik/lime-elements/compare/v27.0.0...v27.1.0) (2020-08-27)
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
### Features
|
|
1796
|
-
|
|
1797
|
-
* **core-styles:** let color palette be exported & accessible in webclient ([5b27cb6](https://github.com/Lundalogik/lime-elements/commit/5b27cb650e816d69594e72068cf897fb3d039b61))
|
|
1798
|
-
|
|
1799
|
-
# [27.0.0](https://github.com/Lundalogik/lime-elements/compare/v26.43.1...v27.0.0) (2020-08-27)
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
### Features
|
|
1803
|
-
|
|
1804
|
-
* **color-system:** add different color palettes ([1325519](https://github.com/Lundalogik/lime-elements/commit/1325519e9a396b5918252b4ad15ca16c464620b9))
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
### BREAKING CHANGES
|
|
1808
|
-
|
|
1809
|
-
* **color-system:** The new color stylesheet `[node_modules/]@limetech/lime-elements/dist/lime-elements/style/color-palette-extended-light-mode-only.css` must be loaded. There is also a `color-palette-extended.css` in the same location. This should not be used in production until lime-elements has finished the transition to fully support dark mode in all components. ***NOTE!*** While no components currently use the new color variables, components *will* be updated to use the new variables in upcoming *minor* versions, which will be breaking if neither of the above stylesheets are loaded.
|
|
1810
|
-
|
|
1811
|
-
## [26.43.1](https://github.com/Lundalogik/lime-elements/compare/v26.43.0...v26.43.1) (2020-08-26)
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
### Bug Fixes
|
|
1815
|
-
|
|
1816
|
-
* **button-group:** remove visual defects on iOS ([8edc55f](https://github.com/Lundalogik/lime-elements/commit/8edc55fc211803e8e50951a96e02ee3681a1ab4c))
|
|
1817
|
-
|
|
1818
|
-
# [26.43.0](https://github.com/Lundalogik/lime-elements/compare/v26.42.11...v26.43.0) (2020-08-21)
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
### Features
|
|
1822
|
-
|
|
1823
|
-
* **table:** add row selection feature on table view ([170fb3a](https://github.com/Lundalogik/lime-elements/commit/170fb3adecf9ae8a99421573f21d822f3cae1903)), closes [#912](https://github.com/Lundalogik/lime-elements/issues/912)
|
|
1824
|
-
|
|
1825
|
-
## [26.42.11](https://github.com/Lundalogik/lime-elements/compare/v26.42.10...v26.42.11) (2020-08-21)
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
### Bug Fixes
|
|
1829
|
-
|
|
1830
|
-
* **table:** make paddings similar to old tables in the web client ([c31fba5](https://github.com/Lundalogik/lime-elements/commit/c31fba5b849fffa43b75c34bd3abcdf4f83b0f39))
|
|
1831
|
-
* **tabulator-custom-styles:** fix layout misalignments ([e76da8a](https://github.com/Lundalogik/lime-elements/commit/e76da8a3d1e460c0a7be2e6ca997685eb01e4bad))
|
|
1832
|
-
|
|
1833
|
-
## [26.42.10](https://github.com/Lundalogik/lime-elements/compare/v26.42.9...v26.42.10) (2020-08-20)
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
### Performance Improvements
|
|
1837
|
-
|
|
1838
|
-
* **table:** don't set data on Tabulator unless it has changed ([9cef57c](https://github.com/Lundalogik/lime-elements/commit/9cef57cf96c5088b116dac004a75614b3601cdf2))
|
|
1839
|
-
|
|
1840
|
-
## [26.42.9](https://github.com/Lundalogik/lime-elements/compare/v26.42.8...v26.42.9) (2020-08-20)
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
### Bug Fixes
|
|
1844
|
-
|
|
1845
|
-
* **limel-form:** no error is thrown when parsing keys from schema w/o properties key ([c713c63](https://github.com/Lundalogik/lime-elements/commit/c713c6335c1614627b59e0b7b419086290ea9ae3))
|
|
1846
|
-
|
|
1847
|
-
## [26.42.8](https://github.com/Lundalogik/lime-elements/compare/v26.42.7...v26.42.8) (2020-08-18)
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
### Bug Fixes
|
|
1851
|
-
|
|
1852
|
-
* **button-groups:** make entire chip look clickable ([1f26682](https://github.com/Lundalogik/lime-elements/commit/1f26682913542064c78a9499f01606f2cb3f021e))
|
|
1853
|
-
|
|
1854
|
-
## [26.42.7](https://github.com/Lundalogik/lime-elements/compare/v26.42.6...v26.42.7) (2020-08-12)
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
### Bug Fixes
|
|
1858
|
-
|
|
1859
|
-
* update prismjs to reduce vulnerabilities ([6eb7436](https://github.com/Lundalogik/lime-elements/commit/6eb74361dd6faa826e35747f952ddf1ce895ff46))
|
|
1860
|
-
|
|
1861
|
-
## [26.42.6](https://github.com/Lundalogik/lime-elements/compare/v26.42.5...v26.42.6) (2020-08-12)
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
### Bug Fixes
|
|
1865
|
-
|
|
1866
|
-
* **tab-bar:** make sure scrollArea & mdcTabBar exist before removing the element ([bf8cbc9](https://github.com/Lundalogik/lime-elements/commit/bf8cbc96791b61cc613f819eb915ca171fd3b05b)), closes [Lundalogik/crm-feature#1239](https://github.com/Lundalogik/crm-feature/issues/1239)
|
|
1867
|
-
|
|
1868
|
-
## [26.42.5](https://github.com/Lundalogik/lime-elements/compare/v26.42.4...v26.42.5) (2020-08-06)
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
### Bug Fixes
|
|
1872
|
-
|
|
1873
|
-
* **list:** too tall menus render outside screen on Safari ios with address bar ([156131c](https://github.com/Lundalogik/lime-elements/commit/156131cc83c10a3645e082003ecbae146cdd258b))
|
|
1874
|
-
|
|
1875
|
-
## [26.42.4](https://github.com/Lundalogik/lime-elements/compare/v26.42.3...v26.42.4) (2020-07-24)
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
### Bug Fixes
|
|
1879
|
-
|
|
1880
|
-
* **input-field:** correct placement of label for textarea ([b6a5014](https://github.com/Lundalogik/lime-elements/commit/b6a5014e2ec7f26635c5523d16eef524da692b4a)), closes [#722](https://github.com/Lundalogik/lime-elements/issues/722)
|
|
1881
|
-
|
|
1882
|
-
## [26.42.3](https://github.com/Lundalogik/lime-elements/compare/v26.42.2...v26.42.3) (2020-07-23)
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
### Bug Fixes
|
|
1886
|
-
|
|
1887
|
-
* **tab-bar:** fix tab-bar crashes when previous tabs are undefined ([9837e8a](https://github.com/Lundalogik/lime-elements/commit/9837e8a1fc87bf6ece3172c6f36e2268a2cbcfa0)), closes [#852](https://github.com/Lundalogik/lime-elements/issues/852)
|
|
1888
|
-
|
|
1889
|
-
## [26.42.2](https://github.com/Lundalogik/lime-elements/compare/v26.42.1...v26.42.2) (2020-07-22)
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
### Bug Fixes
|
|
1893
|
-
|
|
1894
|
-
* **tab-bar:** remove limel-icons when no icon name provided in limel-tab-bar ([0b9beb2](https://github.com/Lundalogik/lime-elements/commit/0b9beb267df67e45c49d6f6904bd8c187e841122))
|
|
1895
|
-
|
|
1896
|
-
## [26.42.1](https://github.com/Lundalogik/lime-elements/compare/v26.42.0...v26.42.1) (2020-07-14)
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
### Bug Fixes
|
|
1900
|
-
|
|
1901
|
-
* **menu:** change 1px border, from REM value to PX to avoid visual defects ([87c1044](https://github.com/Lundalogik/lime-elements/commit/87c104448e59f6b9ce0d0780ddc06bc8308001a6))
|
|
1902
|
-
* **menu:** force tall menus placed at the bottom to render inside the viewport ([2c02d91](https://github.com/Lundalogik/lime-elements/commit/2c02d9170d9a1ff287f1342b40e96e1b27a8d20b))
|
|
1903
|
-
|
|
1904
|
-
# [26.42.0](https://github.com/Lundalogik/lime-elements/compare/v26.41.0...v26.42.0) (2020-07-10)
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
### Features
|
|
1908
|
-
|
|
1909
|
-
* **form:** add support for a props factory for custom components ([314dfab](https://github.com/Lundalogik/lime-elements/commit/314dfab434fb7a3d47a56b2b12aa8bb2a4e89a6e)), closes [Lundalogik/lime-crm-components#107](https://github.com/Lundalogik/lime-crm-components/issues/107)
|
|
1910
|
-
|
|
1911
|
-
# [26.41.0](https://github.com/Lundalogik/lime-elements/compare/v26.40.5...v26.41.0) (2020-07-10)
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
### Features
|
|
1915
|
-
|
|
1916
|
-
* **tab-bar:** add css support for fixed & dynamic tab layouts ([92877b1](https://github.com/Lundalogik/lime-elements/commit/92877b1e0c4dea9bd3c9bfbb9b2d1bdcd90b09b4))
|
|
1917
|
-
|
|
1918
|
-
## [26.40.5](https://github.com/Lundalogik/lime-elements/compare/v26.40.4...v26.40.5) (2020-07-10)
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
### Bug Fixes
|
|
1922
|
-
|
|
1923
|
-
* **slider:** properly style disabled slider's thumb ([3fdde72](https://github.com/Lundalogik/lime-elements/commit/3fdde727a9b164627a16ad51db42cfa118dc23e0))
|
|
1924
|
-
|
|
1925
|
-
## [26.40.4](https://github.com/Lundalogik/lime-elements/compare/v26.40.3...v26.40.4) (2020-07-10)
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
### Bug Fixes
|
|
1929
|
-
|
|
1930
|
-
* **date-picker:** improve handling of click events ([962c932](https://github.com/Lundalogik/lime-elements/commit/962c93218716426080e918ae795cb7772d71b36c))
|
|
1931
|
-
|
|
1932
|
-
## [26.40.3](https://github.com/Lundalogik/lime-elements/compare/v26.40.2...v26.40.3) (2020-07-09)
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
### Bug Fixes
|
|
1936
|
-
|
|
1937
|
-
* **input-field:** overwrite native text field validation if consumer provides validation ([f20a2d6](https://github.com/Lundalogik/lime-elements/commit/f20a2d6739762211e36e2f24092867b3ceef07b4))
|
|
1938
|
-
|
|
1939
|
-
## [26.40.2](https://github.com/Lundalogik/lime-elements/compare/v26.40.1...v26.40.2) (2020-07-09)
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
### Bug Fixes
|
|
1943
|
-
|
|
1944
|
-
* **menu:** when dropdown is rendered upwards from trigger, do not cover the trigger ([93926c0](https://github.com/Lundalogik/lime-elements/commit/93926c0fd5b7e37e67dae4b2d1c7be287f541ca9))
|
|
1945
|
-
|
|
1946
|
-
## [26.40.1](https://github.com/Lundalogik/lime-elements/compare/v26.40.0...v26.40.1) (2020-07-09)
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
### Bug Fixes
|
|
1950
|
-
|
|
1951
|
-
* **date-picker:** improve handling of focus on the input field ([7dc63f5](https://github.com/Lundalogik/lime-elements/commit/7dc63f562ddec2a0172585653b40d7f5e145a67a)), closes [#764](https://github.com/Lundalogik/lime-elements/issues/764)
|
|
1952
|
-
|
|
1953
|
-
# [26.40.0](https://github.com/Lundalogik/lime-elements/compare/v26.39.1...v26.40.0) (2020-07-08)
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
### Bug Fixes
|
|
1957
|
-
|
|
1958
|
-
* **date-picker:** recreate the flatpickr if it hasn't rendered after 1 second ([d68d10c](https://github.com/Lundalogik/lime-elements/commit/d68d10c6cccd51f703ee1fd48d55cdd5329c482e))
|
|
1959
|
-
* **menu-surface:** ensure that lists can be correctly rendered in the portal ([9c6c5bc](https://github.com/Lundalogik/lime-elements/commit/9c6c5bcc5747433a0b50a362a99d44c45e9621b4))
|
|
1960
|
-
* **menu-surface:** ensure that the menu surface is rendered inside the viewport ([8e21e27](https://github.com/Lundalogik/lime-elements/commit/8e21e271e36e1e5d1a864d393ff409b32243177f))
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
### Features
|
|
1964
|
-
|
|
1965
|
-
* **date-picker:** add button for clearing the input value ([e0e470b](https://github.com/Lundalogik/lime-elements/commit/e0e470b3ff1d64a28cb2ff134d36fce63f9ad9bd))
|
|
1966
|
-
* **date-picker:** use portal to improve dropdown behavior for date-pickers inside dialog ([5b04b6a](https://github.com/Lundalogik/lime-elements/commit/5b04b6af002918caac345d23c47b3415580ba41d)), closes [#815](https://github.com/Lundalogik/lime-elements/issues/815)
|
|
1967
|
-
* **input-field:** add date and time related types to set of valid input types ([da0656d](https://github.com/Lundalogik/lime-elements/commit/da0656db55a5150c940296cc72c29ac320ec5fbd))
|
|
1968
|
-
|
|
1969
|
-
## [26.39.1](https://github.com/Lundalogik/lime-elements/compare/v26.39.0...v26.39.1) (2020-07-08)
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
### Bug Fixes
|
|
1973
|
-
|
|
1974
|
-
* **input-field:** remove state decorator ([90fa45b](https://github.com/Lundalogik/lime-elements/commit/90fa45becdca1a9a3d598936c88a27bd414bfdd3))
|
|
1975
|
-
* **picker:** move chip creation to componentWillLoad ([8d1ed30](https://github.com/Lundalogik/lime-elements/commit/8d1ed3004c1d264b59500abc81dc2662f41bcded))
|
|
1976
|
-
* **switch:** remove state decorator ([2c3be6d](https://github.com/Lundalogik/lime-elements/commit/2c3be6de45a559660fd91aea456b7577b6e0dc71))
|
|
1977
|
-
|
|
1978
|
-
# [26.39.0](https://github.com/Lundalogik/lime-elements/compare/v26.38.0...v26.39.0) (2020-07-08)
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
### Features
|
|
1982
|
-
|
|
1983
|
-
* **table:** added props factory function to table component definition interface ([40f6d34](https://github.com/Lundalogik/lime-elements/commit/40f6d3420d28ba890e8a2ec244ace2ce59fe03ad))
|
|
1984
|
-
|
|
1985
|
-
# [26.38.0](https://github.com/Lundalogik/lime-elements/compare/v26.37.1...v26.38.0) (2020-07-08)
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
### Features
|
|
1989
|
-
|
|
1990
|
-
* make dropdowns (menu, select, etc) appear above trigger if not enough space below ([d11dd71](https://github.com/Lundalogik/lime-elements/commit/d11dd71e910130eb0f561922f9ecaf202ef18b3f))
|
|
1991
|
-
|
|
1992
|
-
## [26.37.1](https://github.com/Lundalogik/lime-elements/compare/v26.37.0...v26.37.1) (2020-07-07)
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
### Bug Fixes
|
|
1996
|
-
|
|
1997
|
-
* **schema-field:** reset dependent fields when another fields changes ([4f2e9e1](https://github.com/Lundalogik/lime-elements/commit/4f2e9e12c84bbfc5f497279857ba76f9b21a0519))
|
|
1998
|
-
|
|
1999
|
-
# [26.37.0](https://github.com/Lundalogik/lime-elements/compare/v26.36.0...v26.37.0) (2020-07-07)
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
### Features
|
|
2003
|
-
|
|
2004
|
-
* **shadows:** add shadow variable for bottom bars ([3fa31c3](https://github.com/Lundalogik/lime-elements/commit/3fa31c3ea347794bfbe0adaa8f75cf47931d1811))
|
|
2005
|
-
|
|
2006
|
-
# [26.36.0](https://github.com/Lundalogik/lime-elements/compare/v26.35.4...v26.36.0) (2020-07-07)
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
### Features
|
|
2010
|
-
|
|
2011
|
-
* **table:** add table component ([4dc36ae](https://github.com/Lundalogik/lime-elements/commit/4dc36ae2e5256f69998af9f63b5053ff5b27400a))
|
|
2012
|
-
|
|
2013
|
-
## [26.35.4](https://github.com/Lundalogik/lime-elements/compare/v26.35.3...v26.35.4) (2020-07-06)
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
### Bug Fixes
|
|
2017
|
-
|
|
2018
|
-
* **form:** use Ajv to validate instead of rjsf ([17bd0a6](https://github.com/Lundalogik/lime-elements/commit/17bd0a68bef6de76baf88dc5e892d9530b306ade))
|
|
2019
|
-
|
|
2020
|
-
## [26.35.3](https://github.com/Lundalogik/lime-elements/compare/v26.35.2...v26.35.3) (2020-07-06)
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
### Bug Fixes
|
|
2024
|
-
|
|
2025
|
-
* **schema-field:** change null to undefined for custom web components when appropriate ([63aa319](https://github.com/Lundalogik/lime-elements/commit/63aa3192ef4086d2c614e3c5773d92018328559e))
|
|
2026
|
-
|
|
2027
|
-
## [26.35.2](https://github.com/Lundalogik/lime-elements/compare/v26.35.1...v26.35.2) (2020-07-06)
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
### Bug Fixes
|
|
2031
|
-
|
|
2032
|
-
* **schema-form:** emit undefined instead of null for empty value ([befd7f0](https://github.com/Lundalogik/lime-elements/commit/befd7f0b4cf2e484490ed06e31cb3387152b41fa))
|
|
2033
|
-
|
|
2034
|
-
## [26.35.1](https://github.com/Lundalogik/lime-elements/compare/v26.35.0...v26.35.1) (2020-07-06)
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
### Bug Fixes
|
|
2038
|
-
|
|
2039
|
-
* **input:** style the inbuilt clear search button ([deab30d](https://github.com/Lundalogik/lime-elements/commit/deab30d2e82b86be9080a381539c4b0f5c0040b8))
|
|
2040
|
-
|
|
2041
|
-
# [26.35.0](https://github.com/Lundalogik/lime-elements/compare/v26.34.5...v26.35.0) (2020-07-01)
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
### Features
|
|
2045
|
-
|
|
2046
|
-
* **date-picker:** add `'nb'` for Norsk Bokmål as a permitted language option ([c69f92c](https://github.com/Lundalogik/lime-elements/commit/c69f92cb3f3e2576930bddc7ac73dc1f1f6e62d5))
|
|
2047
|
-
|
|
2048
|
-
## [26.34.5](https://github.com/Lundalogik/lime-elements/compare/v26.34.4...v26.34.5) (2020-06-30)
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
### Bug Fixes
|
|
2052
|
-
|
|
2053
|
-
* **button:** improve button styles ([bae48f3](https://github.com/Lundalogik/lime-elements/commit/bae48f309a6950ab26224421c56459021466dce4))
|
|
2054
|
-
|
|
2055
|
-
## [26.34.4](https://github.com/Lundalogik/lime-elements/compare/v26.34.3...v26.34.4) (2020-06-30)
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
### Bug Fixes
|
|
2059
|
-
|
|
2060
|
-
* **slider:** redesign the slider ([0ae3a41](https://github.com/Lundalogik/lime-elements/commit/0ae3a413a8cd8a692cb9d58ec0789a20a4e6e0cf))
|
|
2061
|
-
|
|
2062
|
-
## [26.34.3](https://github.com/Lundalogik/lime-elements/compare/v26.34.2...v26.34.3) (2020-06-29)
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
### Bug Fixes
|
|
2066
|
-
|
|
2067
|
-
* **table:** cells won't grow over specified max-width ([86a486b](https://github.com/Lundalogik/lime-elements/commit/86a486b769084532cd02c489be2674781998f5de))
|
|
2068
|
-
|
|
2069
|
-
## [26.34.2](https://github.com/Lundalogik/lime-elements/compare/v26.34.1...v26.34.2) (2020-06-29)
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
### Bug Fixes
|
|
2073
|
-
|
|
2074
|
-
* **select:** set focus on menu change not every update ([ce8379a](https://github.com/Lundalogik/lime-elements/commit/ce8379a71ab046b319ce26584cda30a6957352b2))
|
|
2075
|
-
|
|
2076
|
-
## [26.34.1](https://github.com/Lundalogik/lime-elements/compare/v26.34.0...v26.34.1) (2020-06-29)
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
### Bug Fixes
|
|
2080
|
-
|
|
2081
|
-
* upgrade replace-in-file from 6.0.0 to 6.1.0 ([83ceb07](https://github.com/Lundalogik/lime-elements/commit/83ceb0774b9926b2c1d72e90f2100ff4440150c5))
|
|
2082
|
-
|
|
2083
|
-
# [26.34.0](https://github.com/Lundalogik/lime-elements/compare/v26.33.1...v26.34.0) (2020-06-26)
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
### Features
|
|
2087
|
-
|
|
2088
|
-
* **table:** set default layout to fitColumns ([f51869d](https://github.com/Lundalogik/lime-elements/commit/f51869db01f162649e46c7150440c70381dfbe71))
|
|
2089
|
-
|
|
2090
|
-
## [26.33.1](https://github.com/Lundalogik/lime-elements/compare/v26.33.0...v26.33.1) (2020-06-26)
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
### Bug Fixes
|
|
2094
|
-
|
|
2095
|
-
* **tablulator-paginator:** style paginators ([2638b81](https://github.com/Lundalogik/lime-elements/commit/2638b813a2aecae812a82a880b1e7c62ebb6c4a4))
|
|
2096
|
-
|
|
2097
|
-
# [26.33.0](https://github.com/Lundalogik/lime-elements/compare/v26.32.0...v26.33.0) (2020-06-26)
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
### Features
|
|
2101
|
-
|
|
2102
|
-
* **button-group:** add component ([91a25f1](https://github.com/Lundalogik/lime-elements/commit/91a25f12e0804b715daeabd825957a9f43a48976))
|
|
2103
|
-
|
|
2104
|
-
# [26.32.0](https://github.com/Lundalogik/lime-elements/compare/v26.31.2...v26.32.0) (2020-06-25)
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
### Features
|
|
2108
|
-
|
|
2109
|
-
* **table:** add custom styles for low-density and interactive rows ([888f340](https://github.com/Lundalogik/lime-elements/commit/888f340a7ee8057a490fa426f0897663f5191c7f))
|
|
2110
|
-
|
|
2111
|
-
## [26.31.2](https://github.com/Lundalogik/lime-elements/compare/v26.31.1...v26.31.2) (2020-06-24)
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
### Bug Fixes
|
|
2115
|
-
|
|
2116
|
-
* **limel-select:** ensure select element don't crash when it's list element doesn't exist ([0240901](https://github.com/Lundalogik/lime-elements/commit/02409016060ecf0545e5d75ad18a398c29ad057d))
|
|
2117
|
-
|
|
2118
|
-
## [26.31.1](https://github.com/Lundalogik/lime-elements/compare/v26.31.0...v26.31.1) (2020-06-22)
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
### Bug Fixes
|
|
2122
|
-
|
|
2123
|
-
* **table:** make it more similar to current tables ([41e80dd](https://github.com/Lundalogik/lime-elements/commit/41e80ddcb9ddf1f004c6cc179ec8cc84cae278d0))
|
|
2124
|
-
* **tabulator-arrow:** add more interactivity on hover, to hint columns are sortable ([3dbcb82](https://github.com/Lundalogik/lime-elements/commit/3dbcb8276213b506cbdade5932f82e62903a6d9e))
|
|
2125
|
-
|
|
2126
|
-
# [26.31.0](https://github.com/Lundalogik/lime-elements/compare/v26.30.1...v26.31.0) (2020-06-18)
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
### Features
|
|
2130
|
-
|
|
2131
|
-
* **tab-panel:** make it possible to scroll inside the content of a tab ([2285f47](https://github.com/Lundalogik/lime-elements/commit/2285f47e763ca9795d7c7fe0eaf94dc9a27046d6)), closes [Lundalogik/crm-feature#1141](https://github.com/Lundalogik/crm-feature/issues/1141)
|
|
2132
|
-
|
|
2133
|
-
## [26.30.1](https://github.com/Lundalogik/lime-elements/compare/v26.30.0...v26.30.1) (2020-06-17)
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
### Bug Fixes
|
|
2137
|
-
|
|
2138
|
-
* trigger release ([f9a823d](https://github.com/Lundalogik/lime-elements/commit/f9a823d7f42697b7d1baa8779e7af78ead2ea0dc))
|
|
2139
|
-
|
|
2140
|
-
# [26.30.0](https://github.com/Lundalogik/lime-elements/compare/v26.29.2...v26.30.0) (2020-06-16)
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
### Bug Fixes
|
|
2144
|
-
|
|
2145
|
-
* **chip-set:** remove mdc-chip__ripple div ([adeb6da](https://github.com/Lundalogik/lime-elements/commit/adeb6da7e72b02960ed9144fe23773acb2a3734d))
|
|
2146
|
-
* **chip-set:** rewrite layout using grid ([f322b9e](https://github.com/Lundalogik/lime-elements/commit/f322b9e9f841f36b1609d11f451e6e3d8a133d39))
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
### Features
|
|
2150
|
-
|
|
2151
|
-
* **shadows:** add shadow styles for inset elements ([c952107](https://github.com/Lundalogik/lime-elements/commit/c9521077b07c86ce6d54b549016abcc1c49dac2b))
|
|
2152
|
-
|
|
2153
|
-
## [26.29.2](https://github.com/Lundalogik/lime-elements/compare/v26.29.1...v26.29.2) (2020-06-12)
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
### Bug Fixes
|
|
2157
|
-
|
|
2158
|
-
* **table:** add styles and animate sorting icon ([9a9e207](https://github.com/Lundalogik/lime-elements/commit/9a9e20754632cf05cbc6b34826cda8b0ef4b7eb2))
|
|
2159
|
-
* **table:** add styles similar to our current tables ([6dc8736](https://github.com/Lundalogik/lime-elements/commit/6dc873676684765a90395409319c9e4ccab6ac1d))
|
|
2160
|
-
|
|
2161
|
-
## [26.29.1](https://github.com/Lundalogik/lime-elements/compare/v26.29.0...v26.29.1) (2020-06-12)
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
### Performance Improvements
|
|
2165
|
-
|
|
2166
|
-
* **button:** hide spinners to avoid constantly running animations ([680b455](https://github.com/Lundalogik/lime-elements/commit/680b455f58fe8585af24fbd39625379e4cf70eab))
|
|
2167
|
-
|
|
2168
|
-
# [26.29.0](https://github.com/Lundalogik/lime-elements/compare/v26.28.0...v26.29.0) (2020-06-04)
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
### Features
|
|
2172
|
-
|
|
2173
|
-
* **table:** created simple table component ([7fbd2b4](https://github.com/Lundalogik/lime-elements/commit/7fbd2b43822d89d130ab4ea63ded1f17fadc33d0))
|
|
2174
|
-
|
|
2175
|
-
# [26.28.0](https://github.com/Lundalogik/lime-elements/compare/v26.27.4...v26.28.0) (2020-06-03)
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
### Features
|
|
2179
|
-
|
|
2180
|
-
* **schema-form:** add support for custom components in place of SchemaFields ([8a34158](https://github.com/Lundalogik/lime-elements/commit/8a34158186b3534e5ee100790291a4647d00270d))
|
|
2181
|
-
|
|
2182
|
-
## [26.27.4](https://github.com/Lundalogik/lime-elements/compare/v26.27.3...v26.27.4) (2020-06-03)
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
### Bug Fixes
|
|
2186
|
-
|
|
2187
|
-
* **dialog:** fix broken max-height, so that dialog is never taller than viewport ([63b4584](https://github.com/Lundalogik/lime-elements/commit/63b4584d5b3778020b15b6ea84ad17793f4f43e5)), closes [#786](https://github.com/Lundalogik/lime-elements/issues/786)
|
|
2188
|
-
|
|
2189
|
-
## [26.27.3](https://github.com/Lundalogik/lime-elements/compare/v26.27.2...v26.27.3) (2020-05-29)
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
### Bug Fixes
|
|
2193
|
-
|
|
2194
|
-
* **chip-set:** render input really hidden when it's hidden ([1aa1fc0](https://github.com/Lundalogik/lime-elements/commit/1aa1fc06e23771f174cf4b1a7d2a0442fa3130de))
|
|
2195
|
-
|
|
2196
|
-
## [26.27.2](https://github.com/Lundalogik/lime-elements/compare/v26.27.1...v26.27.2) (2020-05-28)
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
### Bug Fixes
|
|
2200
|
-
|
|
2201
|
-
* **input-field:** fix alignment input field with error icon ([4b6eb17](https://github.com/Lundalogik/lime-elements/commit/4b6eb1744e49dda89ef9658cf758024052e03b7d))
|
|
2202
|
-
|
|
2203
|
-
## [26.27.1](https://github.com/Lundalogik/lime-elements/compare/v26.27.0...v26.27.1) (2020-05-28)
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
### Bug Fixes
|
|
2207
|
-
|
|
2208
|
-
* **input-field:** force the label truncate when container is too little ([3ea61a1](https://github.com/Lundalogik/lime-elements/commit/3ea61a18d18dfc405541414770f22177b14267da))
|
|
2209
|
-
* **select:** force the label truncate when container is too little ([0a00e0f](https://github.com/Lundalogik/lime-elements/commit/0a00e0f277a56a996a6ac29d206b7742f1f6301e))
|
|
2210
|
-
|
|
2211
|
-
# [26.27.0](https://github.com/Lundalogik/lime-elements/compare/v26.26.1...v26.27.0) (2020-05-27)
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
### Features
|
|
2215
|
-
|
|
2216
|
-
* **chip-set:** improve styling when chip is selected for deletion using keyboard ([dc3a3f0](https://github.com/Lundalogik/lime-elements/commit/dc3a3f039c95194f1bdfa21c0a2fa2ec15d2281f))
|
|
2217
|
-
|
|
2218
|
-
## [26.26.1](https://github.com/Lundalogik/lime-elements/compare/v26.26.0...v26.26.1) (2020-05-26)
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
### Bug Fixes
|
|
2222
|
-
|
|
2223
|
-
* **chip-set:** unify styles with other input types ([7d86151](https://github.com/Lundalogik/lime-elements/commit/7d861516ca95e674cb2419e863c6968da0fb45a3))
|
|
2224
|
-
* **input-field:** unify styles with other input types ([f587020](https://github.com/Lundalogik/lime-elements/commit/f587020c5e11684c7f6ec96d4f130cd01fc0a697))
|
|
2225
|
-
* **select:** unify styles with other input types ([0b0cf77](https://github.com/Lundalogik/lime-elements/commit/0b0cf772b9dbb8228163294929bd4630588e869b))
|
|
2226
|
-
|
|
2227
|
-
# [26.26.0](https://github.com/Lundalogik/lime-elements/compare/v26.25.0...v26.26.0) (2020-05-22)
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
### Features
|
|
2231
|
-
|
|
2232
|
-
* **leadingIcon:** add leadingIcon for input type search ([c93ff74](https://github.com/Lundalogik/lime-elements/commit/c93ff740f18d4e03dd5eb4f6eb98297da4997f61))
|
|
2233
|
-
|
|
2234
|
-
# [26.25.0](https://github.com/Lundalogik/lime-elements/compare/v26.24.1...v26.25.0) (2020-05-18)
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
### Features
|
|
2238
|
-
|
|
2239
|
-
* **icon-button:** show label for icon button on hover ([3705198](https://github.com/Lundalogik/lime-elements/commit/3705198c5bbebab71becf400ddc9cffe66e5af49))
|
|
2240
|
-
|
|
2241
|
-
## [26.24.1](https://github.com/Lundalogik/lime-elements/compare/v26.24.0...v26.24.1) (2020-05-15)
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
### Bug Fixes
|
|
2245
|
-
|
|
2246
|
-
* upgrade jsx-dom from 6.4.10 to 6.4.13 ([4b4275a](https://github.com/Lundalogik/lime-elements/commit/4b4275a68554ea36ba62eb5c04b4a8a1a0ef1f4a))
|
|
2247
|
-
* upgrade jsx-dom from 6.4.10 to 6.4.13 ([c8657fe](https://github.com/Lundalogik/lime-elements/commit/c8657fe71bdf8d800b93c287d283c1a5c17de657))
|
|
2248
|
-
|
|
2249
|
-
# [26.24.0](https://github.com/Lundalogik/lime-elements/compare/v26.23.0...v26.24.0) (2020-05-14)
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
### Bug Fixes
|
|
2253
|
-
|
|
2254
|
-
* **icon-button:** add support for native attribute `tabindex` ([3fd793d](https://github.com/Lundalogik/lime-elements/commit/3fd793dee8d47878fac618c4f55097c0e213a363))
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
### Features
|
|
2258
|
-
|
|
2259
|
-
* **icon:** add css property `--icon-background-color` ([31e2a4f](https://github.com/Lundalogik/lime-elements/commit/31e2a4fe3e2563e051fb749ab37c03a21548f4cf))
|
|
2260
|
-
* **icon-button:** add support for "elevated" look ([b6fadf3](https://github.com/Lundalogik/lime-elements/commit/b6fadf3a501fa11421c9370a9281d62550eda886))
|
|
2261
|
-
* **tab-bar:** add buttons when bar can be scrolled ([c9f23f2](https://github.com/Lundalogik/lime-elements/commit/c9f23f2fd497bf3e3439c41608ccb3660bbf6662)), closes [Lundalogik/crm-feature#1022](https://github.com/Lundalogik/crm-feature/issues/1022)
|
|
2262
|
-
|
|
2263
|
-
# [26.23.0](https://github.com/Lundalogik/lime-elements/compare/v26.22.1...v26.23.0) (2020-05-12)
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
### Features
|
|
2267
|
-
|
|
2268
|
-
* **menu:** allow menu to have fixed positioning ([673fe79](https://github.com/Lundalogik/lime-elements/commit/673fe791dc6d66baf15c4e33aaa9182725ffd251))
|
|
2269
|
-
* **portal:** allow portal content to have fixed positioning ([32866de](https://github.com/Lundalogik/lime-elements/commit/32866deeaccef81a2997f9ff251f1942efe66bdb))
|
|
2270
|
-
|
|
2271
|
-
## [26.22.1](https://github.com/Lundalogik/lime-elements/compare/v26.22.0...v26.22.1) (2020-05-07)
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
### Bug Fixes
|
|
2275
|
-
|
|
2276
|
-
* **picker:** do not focus chipset on value change when a single picker value is chosen ([7f1a7b9](https://github.com/Lundalogik/lime-elements/commit/7f1a7b92c79020477321f51cfde8d99ab54cf94f))
|
|
2277
|
-
|
|
2278
|
-
# [26.22.0](https://github.com/Lundalogik/lime-elements/compare/v26.21.0...v26.22.0) (2020-05-06)
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
### Bug Fixes
|
|
2282
|
-
|
|
2283
|
-
* **chip-set:** import styles directly from limel-input-field ([2d5db9d](https://github.com/Lundalogik/lime-elements/commit/2d5db9d2492b0776f4448ea54f10326ecce13c3b))
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
### Features
|
|
2287
|
-
|
|
2288
|
-
* **input-field:** add custom styles to create interactive bg-colors ([f1387c3](https://github.com/Lundalogik/lime-elements/commit/f1387c38d1174413818ec9d5f870d529018924c0))
|
|
2289
|
-
|
|
2290
|
-
# [26.21.0](https://github.com/Lundalogik/lime-elements/compare/v26.20.1...v26.21.0) (2020-05-06)
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
### Features
|
|
2294
|
-
|
|
2295
|
-
* **menu-surface:** menu is kept open while scrolling ([d0adbd3](https://github.com/Lundalogik/lime-elements/commit/d0adbd3f089cef034b233c7a60f48b1132ea2626))
|
|
2296
|
-
* **portal:** use popperjs for positioning ([0949aa0](https://github.com/Lundalogik/lime-elements/commit/0949aa0588f0c23cbec50ad852fab1d1efc2134e))
|
|
2297
|
-
|
|
2298
|
-
## [26.20.1](https://github.com/Lundalogik/lime-elements/compare/v26.20.0...v26.20.1) (2020-04-30)
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
### Bug Fixes
|
|
2302
|
-
|
|
2303
|
-
* **list:** center-align contents of lists with or without secondary text ([caae9e7](https://github.com/Lundalogik/lime-elements/commit/caae9e7161216f3663fb4b8d8c1394756ae94e61))
|
|
2304
|
-
|
|
2305
|
-
# [26.20.0](https://github.com/Lundalogik/lime-elements/compare/v26.19.4...v26.20.0) (2020-04-30)
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
### Features
|
|
2309
|
-
|
|
2310
|
-
* **list:** add custom class for lists that need striped style ([d81bc57](https://github.com/Lundalogik/lime-elements/commit/d81bc5704a66e0e00ed1d6369ee50b05206aa431))
|
|
2311
|
-
|
|
2312
|
-
## [26.19.4](https://github.com/Lundalogik/lime-elements/compare/v26.19.3...v26.19.4) (2020-04-30)
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
### Bug Fixes
|
|
2316
|
-
|
|
2317
|
-
* **picker:** ensure picker doesn't crash if its value is set to null ([09fbd86](https://github.com/Lundalogik/lime-elements/commit/09fbd86649bb5245f7abbc43b2dcfafcd78296d2))
|
|
2318
|
-
* **picker:** ensure picker doesn't crash if portalId is null ([a6bc01f](https://github.com/Lundalogik/lime-elements/commit/a6bc01f3a1bc9681fc487bebe69e34ce98e7ff77))
|
|
2319
|
-
|
|
2320
|
-
## [26.19.3](https://github.com/Lundalogik/lime-elements/compare/v26.19.2...v26.19.3) (2020-04-28)
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
### Bug Fixes
|
|
2324
|
-
|
|
2325
|
-
* **picker:** remove handler for dismissed surface to keep the list and text when scrolling ([0e842a4](https://github.com/Lundalogik/lime-elements/commit/0e842a4064a2a315393c0b765da72853ddef3fb7))
|
|
2326
|
-
|
|
2327
|
-
## [26.19.2](https://github.com/Lundalogik/lime-elements/compare/v26.19.1...v26.19.2) (2020-04-28)
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
### Bug Fixes
|
|
2331
|
-
|
|
2332
|
-
* **menu:** click events not propagated ([8c42522](https://github.com/Lundalogik/lime-elements/commit/8c42522d8a06d55f01c23dba87da0ede7131c35d))
|
|
2333
|
-
|
|
2334
|
-
## [26.19.1](https://github.com/Lundalogik/lime-elements/compare/v26.19.0...v26.19.1) (2020-04-27)
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
### Bug Fixes
|
|
2338
|
-
|
|
2339
|
-
* **form:** return descriptive title if title can't be found due to an invalid value ([4887de3](https://github.com/Lundalogik/lime-elements/commit/4887de39080b8037dcadc4f54b2f6a1cef2992a5))
|
|
2340
|
-
|
|
2341
|
-
# [26.19.0](https://github.com/Lundalogik/lime-elements/compare/v26.18.3...v26.19.0) (2020-04-24)
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
### Bug Fixes
|
|
2345
|
-
|
|
2346
|
-
* **portal:** ensure components inside a portal is shown at the correct position only ([7c43692](https://github.com/Lundalogik/lime-elements/commit/7c43692cf91e81ed35f488dfd8b07165cc6d3cff))
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
### Features
|
|
2350
|
-
|
|
2351
|
-
* **list:** adds action menu to list item (again) ([fe60a4a](https://github.com/Lundalogik/lime-elements/commit/fe60a4a6c66effe109824d8f15f32a8d162c76a4))
|
|
2352
|
-
* **menu:** use limel-portal (again) ([b27c8e9](https://github.com/Lundalogik/lime-elements/commit/b27c8e9c82913b150a9fd5800ef93de68e1d6de6))
|
|
2353
|
-
|
|
2354
|
-
## [26.18.3](https://github.com/Lundalogik/lime-elements/compare/v26.18.2...v26.18.3) (2020-04-23)
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
### Bug Fixes
|
|
2358
|
-
|
|
2359
|
-
* **chip-set:** make chips truncate when their content is too long ([0c05c63](https://github.com/Lundalogik/lime-elements/commit/0c05c633677050bd9ff8b6c16a29b4b3a28855ac))
|
|
2360
|
-
|
|
2361
|
-
## [26.18.2](https://github.com/Lundalogik/lime-elements/compare/v26.18.1...v26.18.2) (2020-04-23)
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
### Bug Fixes
|
|
2365
|
-
|
|
2366
|
-
* **form:** prevent argument mismatching in case the value is an array ([274c1c7](https://github.com/Lundalogik/lime-elements/commit/274c1c73f50305ec617be3f85deac0a3f942c14f)), closes [Lundalogik/crm-feature#1057](https://github.com/Lundalogik/crm-feature/issues/1057)
|
|
2367
|
-
|
|
2368
|
-
## [26.18.1](https://github.com/Lundalogik/lime-elements/compare/v26.18.0...v26.18.1) (2020-04-22)
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
### Bug Fixes
|
|
2372
|
-
|
|
2373
|
-
* **file:** disable text input ([99c7f19](https://github.com/Lundalogik/lime-elements/commit/99c7f19bf2f54e63426dfc60ae3b57d8a923826c))
|
|
2374
|
-
* **file:** you end up in a loop when you try to upload a file ([f6c8c27](https://github.com/Lundalogik/lime-elements/commit/f6c8c2708a9ab13bc077dcc338bc8287b8d60795)), closes [#708](https://github.com/Lundalogik/lime-elements/issues/708)
|
|
2375
|
-
|
|
2376
|
-
# [26.18.0](https://github.com/Lundalogik/lime-elements/compare/v26.17.0...v26.18.0) (2020-04-17)
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
### Features
|
|
2380
|
-
|
|
2381
|
-
* **list:** make list items more distinct & interactive ([02e816c](https://github.com/Lundalogik/lime-elements/commit/02e816c6ae280d797c3b19f683604bd200b344c9))
|
|
2382
|
-
|
|
2383
|
-
# [26.17.0](https://github.com/Lundalogik/lime-elements/compare/v26.16.1...v26.17.0) (2020-04-16)
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
### Features
|
|
2387
|
-
|
|
2388
|
-
* add keyboard support for autocomplete on input-field ([7e96b0e](https://github.com/Lundalogik/lime-elements/commit/7e96b0e41ac3bc5dc972e31e13b9d98664f8abd3))
|
|
2389
|
-
|
|
2390
|
-
## [26.16.1](https://github.com/Lundalogik/lime-elements/compare/v26.16.0...v26.16.1) (2020-04-16)
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
### Bug Fixes
|
|
2394
|
-
|
|
2395
|
-
* **picker:** handle updates to the `searcher` property ([3153044](https://github.com/Lundalogik/lime-elements/commit/3153044295a40f1f3494b826710ec15a15e05ced)), closes [Lundalogik/crm-feature#1017](https://github.com/Lundalogik/crm-feature/issues/1017)
|
|
2396
|
-
|
|
2397
|
-
# [26.16.0](https://github.com/Lundalogik/lime-elements/compare/v26.15.0...v26.16.0) (2020-04-15)
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
### Features
|
|
2401
|
-
|
|
2402
|
-
* **tab-bar:** restyle tabs ([b39cd90](https://github.com/Lundalogik/lime-elements/commit/b39cd907b7343b373d4f32d248683ad6b59cbe16))
|
|
2403
|
-
|
|
2404
|
-
# [26.15.0](https://github.com/Lundalogik/lime-elements/compare/v26.14.1...v26.15.0) (2020-04-03)
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
### Features
|
|
2408
|
-
|
|
2409
|
-
* **chip-set:** make chips look elevated and interactive ([59416a4](https://github.com/Lundalogik/lime-elements/commit/59416a4f8efdc0b4ceb59b9bd1e145cbf62d3124))
|
|
2410
|
-
|
|
2411
|
-
## [26.14.1](https://github.com/Lundalogik/lime-elements/compare/v26.14.0...v26.14.1) (2020-04-03)
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
### Bug Fixes
|
|
2415
|
-
|
|
2416
|
-
* **list:** revert adding action menu to list item ([87c291a](https://github.com/Lundalogik/lime-elements/commit/87c291a240085950564b5035dfb471c3e7bdf4b1)), closes [#640](https://github.com/Lundalogik/lime-elements/issues/640) [Lundalogik/crm-feature#989](https://github.com/Lundalogik/crm-feature/issues/989)
|
|
2417
|
-
* **menu:** revert the rebuild of limel-menu using limel-portal ([4b31ec9](https://github.com/Lundalogik/lime-elements/commit/4b31ec955926e3da3ef73c21016a43bd61f69779)), closes [Lundalogik/crm-feature#1008](https://github.com/Lundalogik/crm-feature/issues/1008)
|
|
2418
|
-
|
|
2419
|
-
# [26.14.0](https://github.com/Lundalogik/lime-elements/compare/v26.13.1...v26.14.0) (2020-04-03)
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
### Bug Fixes
|
|
2423
|
-
|
|
2424
|
-
* **chip-set:** correctly align leading icons inside chips ([8a20617](https://github.com/Lundalogik/lime-elements/commit/8a206173a95f860757bea44f6e02da4fabbcb50c))
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
### Features
|
|
2428
|
-
|
|
2429
|
-
* **chip-set:** improve the remove (x) button on the chip ([2d15fe7](https://github.com/Lundalogik/lime-elements/commit/2d15fe718b43959c5d953d6ad40c6a9cd6b7e842))
|
|
2430
|
-
|
|
2431
|
-
## [26.13.1](https://github.com/Lundalogik/lime-elements/compare/v26.13.0...v26.13.1) (2020-04-03)
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
### Bug Fixes
|
|
2435
|
-
|
|
2436
|
-
* **badge:** make badge respect attribute `hidden` ([7dbfbd8](https://github.com/Lundalogik/lime-elements/commit/7dbfbd8cdf45b5ee7528cbb3fd4bace2006e2fc3))
|
|
2437
|
-
* **badge:** make badges with one digit appear like a full circle ([330e7b7](https://github.com/Lundalogik/lime-elements/commit/330e7b777fbe055b3a16b8187bf0f6b51255fa93)), closes [#678](https://github.com/Lundalogik/lime-elements/issues/678)
|
|
2438
|
-
* **badge:** set all sizes to whole pixels for default font size ([c493286](https://github.com/Lundalogik/lime-elements/commit/c493286bc84258b53d01e48518199bd5b6dcda2b))
|
|
2439
|
-
|
|
2440
|
-
# [26.13.0](https://github.com/Lundalogik/lime-elements/compare/v26.12.1...v26.13.0) (2020-03-30)
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
### Features
|
|
2444
|
-
|
|
2445
|
-
* **list:** adds action menu to list item ([6ec77f0](https://github.com/Lundalogik/lime-elements/commit/6ec77f0a09159786eb6959fd59b506aff819dba7))
|
|
2446
|
-
* **menu:** use limel-portal ([745638f](https://github.com/Lundalogik/lime-elements/commit/745638f7c355bb877b28d94f035c7e661071322b))
|
|
2447
|
-
* **menu-surface:** adds support for full or auto width ([126bef2](https://github.com/Lundalogik/lime-elements/commit/126bef296131435e05d85c574c162f6f1d12f480))
|
|
2448
|
-
|
|
2449
|
-
## [26.12.1](https://github.com/Lundalogik/lime-elements/compare/v26.12.0...v26.12.1) (2020-03-26)
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
### Bug Fixes
|
|
2453
|
-
|
|
2454
|
-
* **icon:** remove unnecessary `console.error` logging ([f191ade](https://github.com/Lundalogik/lime-elements/commit/f191adef095a69ddadb8b2fb5089587b68d18b9b))
|
|
2455
|
-
|
|
2456
|
-
# [26.12.0](https://github.com/Lundalogik/lime-elements/compare/v26.11.4...v26.12.0) (2020-03-25)
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
### Features
|
|
2460
|
-
|
|
2461
|
-
* **tabs:** new tab-bar and tab-panel components ([857bbab](https://github.com/Lundalogik/lime-elements/commit/857bbab106e615c00a1648931d5df0b388b248a6)), closes [#627](https://github.com/Lundalogik/lime-elements/issues/627) [#631](https://github.com/Lundalogik/lime-elements/issues/631) [#636](https://github.com/Lundalogik/lime-elements/issues/636)
|
|
2462
|
-
|
|
2463
|
-
## [26.11.4](https://github.com/Lundalogik/lime-elements/compare/v26.11.3...v26.11.4) (2020-03-24)
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
### Bug Fixes
|
|
2467
|
-
|
|
2468
|
-
* **tab-bar:** style icon in tab bar ([f1a48ee](https://github.com/Lundalogik/lime-elements/commit/f1a48ee7fceb095ba816c39e96516f5870106c0b))
|
|
2469
|
-
|
|
2470
|
-
## [26.11.3](https://github.com/Lundalogik/lime-elements/compare/v26.11.2...v26.11.3) (2020-03-19)
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
### Bug Fixes
|
|
2474
|
-
|
|
2475
|
-
* **icon:** log to console instead of raising error when no container found ([af0013a](https://github.com/Lundalogik/lime-elements/commit/af0013af433c3bd57d851d89fd9179b300fb3a1b))
|
|
2476
|
-
|
|
2477
|
-
## [26.11.2](https://github.com/Lundalogik/lime-elements/compare/v26.11.1...v26.11.2) (2020-03-17)
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
### Reverts
|
|
2481
|
-
|
|
2482
|
-
* Revert "chore(package): add npm script `watch:prod` to enable integration with Angular in watch-build" ([fa1128c](https://github.com/Lundalogik/lime-elements/commit/fa1128cc0e3b50953dc86ac6385f760ac27d44d0))
|
|
2483
|
-
|
|
2484
|
-
## [26.11.1](https://github.com/Lundalogik/lime-elements/compare/v26.11.0...v26.11.1) (2020-03-16)
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
### Bug Fixes
|
|
2488
|
-
|
|
2489
|
-
* **styles:** fix broken css variables for shadows, introduced in v26.11.0 ([00099f7](https://github.com/Lundalogik/lime-elements/commit/00099f7b041e15e001903ae5afaf1ee60e2a1294))
|
|
2490
|
-
|
|
2491
|
-
# [26.11.0](https://github.com/Lundalogik/lime-elements/compare/v26.10.1...v26.11.0) (2020-03-13)
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
### Features
|
|
2495
|
-
|
|
2496
|
-
* **styles:** add colors that auto adjust to dark/light modes ([f3de6f7](https://github.com/Lundalogik/lime-elements/commit/f3de6f7cb10b606ad8a948cead2df0c2295dbe06))
|
|
2497
|
-
* **styles:** add shadows for different depths ([b6293e2](https://github.com/Lundalogik/lime-elements/commit/b6293e2c8ccd07fb83691a2310e63419d1ae66e8))
|
|
2498
|
-
|
|
2499
|
-
## [26.10.1](https://github.com/Lundalogik/lime-elements/compare/v26.10.0...v26.10.1) (2020-03-10)
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
### Bug Fixes
|
|
2503
|
-
|
|
2504
|
-
* **picker:** make sure chipset has been created before setting focus ([7b1f0a9](https://github.com/Lundalogik/lime-elements/commit/7b1f0a9d4b11880bfe15a3a2c8456552f95bde18))
|
|
2505
|
-
* **tab-bar:** export tab type from package ([1092dd5](https://github.com/Lundalogik/lime-elements/commit/1092dd581244d0c9386519cf865f2709a2ab70fa))
|
|
2506
|
-
|
|
2507
|
-
# [26.10.0](https://github.com/Lundalogik/lime-elements/compare/v26.9.0...v26.10.0) (2020-03-10)
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
### Features
|
|
2511
|
-
|
|
2512
|
-
* **badge:** add badge component ([6cd1d27](https://github.com/Lundalogik/lime-elements/commit/6cd1d27d07a6e9eb7022620d6fe0ca6e03ea5936))
|
|
2513
|
-
|
|
2514
|
-
# [26.9.0](https://github.com/Lundalogik/lime-elements/compare/v26.8.1...v26.9.0) (2020-03-04)
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
### Features
|
|
2518
|
-
|
|
2519
|
-
* **tab-bar:** add new component `limel-tab-bar` ([2078f88](https://github.com/Lundalogik/lime-elements/commit/2078f88c751a5a9ee5b36b53c6fe2b1493190247)), closes [#87](https://github.com/Lundalogik/lime-elements/issues/87)
|
|
2520
|
-
|
|
2521
|
-
## [26.8.1](https://github.com/Lundalogik/lime-elements/compare/v26.8.0...v26.8.1) (2020-03-04)
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
### Bug Fixes
|
|
2525
|
-
|
|
2526
|
-
* **checkbox:** add ripple for indication of element focus ([945ba74](https://github.com/Lundalogik/lime-elements/commit/945ba74c537833acfc96275ad41f969c9c15d3e4)), closes [#564](https://github.com/Lundalogik/lime-elements/issues/564)
|
|
2527
|
-
|
|
2528
|
-
# [26.8.0](https://github.com/Lundalogik/lime-elements/compare/v26.7.3...v26.8.0) (2020-03-03)
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
### Features
|
|
2532
|
-
|
|
2533
|
-
* **config:** add feature switches to config object ([6e59877](https://github.com/Lundalogik/lime-elements/commit/6e598775ddb6d12cc39778866b6c197171a06750))
|
|
2534
|
-
|
|
2535
|
-
## [26.7.3](https://github.com/Lundalogik/lime-elements/compare/v26.7.2...v26.7.3) (2020-02-25)
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
### Bug Fixes
|
|
2539
|
-
|
|
2540
|
-
* **array-field-collapsible-item:** open when deep empty ([de8657a](https://github.com/Lundalogik/lime-elements/commit/de8657aeee4c81f0ebfb1109d96d930df8666638))
|
|
2541
|
-
|
|
2542
|
-
## [26.7.2](https://github.com/Lundalogik/lime-elements/compare/v26.7.1...v26.7.2) (2020-02-24)
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
### Bug Fixes
|
|
2546
|
-
|
|
2547
|
-
* **limel-picker:** render picker dropdown in document.body ([8d10cf1](https://github.com/Lundalogik/lime-elements/commit/8d10cf1bd2762ff930db50f6adb77d009eb62500)), closes [Lundalogik/crm-feature#971](https://github.com/Lundalogik/crm-feature/issues/971)
|
|
2548
|
-
|
|
2549
|
-
## [26.7.1](https://github.com/Lundalogik/lime-elements/compare/v26.7.0...v26.7.1) (2020-02-21)
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
### Bug Fixes
|
|
2553
|
-
|
|
2554
|
-
* **input-field:** prevent changing number onwheel event ([1f93faa](https://github.com/Lundalogik/lime-elements/commit/1f93faaebe9b9fd05e38e8091277c6d0e0a25b4a))
|
|
2555
|
-
|
|
2556
|
-
# [26.7.0](https://github.com/Lundalogik/lime-elements/compare/v26.6.0...v26.7.0) (2020-02-21)
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
### Bug Fixes
|
|
2560
|
-
|
|
2561
|
-
* **form-common:** choose title by title, name, first required field or the first nonempty string ([5ee4ebf](https://github.com/Lundalogik/lime-elements/commit/5ee4ebfaf2f6df481add4c8bc5221186e0de8cb1))
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
### Features
|
|
2565
|
-
|
|
2566
|
-
* **array-field-collapsible-item:** expand collapsible section when new item ([0eda04a](https://github.com/Lundalogik/lime-elements/commit/0eda04a1ae7d71aab81308cc0454f941c9bd3f60))
|
|
2567
|
-
|
|
2568
|
-
# [26.6.0](https://github.com/Lundalogik/lime-elements/compare/v26.5.3...v26.6.0) (2020-02-18)
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
### Bug Fixes
|
|
2572
|
-
|
|
2573
|
-
* **dialog:** set dialog surface to 100% height ([3018d5b](https://github.com/Lundalogik/lime-elements/commit/3018d5b8ab5c83a0e7d20a0a236446d5b34f2079)), closes [#590](https://github.com/Lundalogik/lime-elements/issues/590)
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
### Features
|
|
2577
|
-
|
|
2578
|
-
* **input-field:** add support for textarea ([701e1b3](https://github.com/Lundalogik/lime-elements/commit/701e1b3f857b062c06debed828db6b4b464d6d0a))
|
|
2579
|
-
|
|
2580
|
-
## [26.5.3](https://github.com/Lundalogik/lime-elements/compare/v26.5.2...v26.5.3) (2020-02-18)
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
### Bug Fixes
|
|
2584
|
-
|
|
2585
|
-
* prevent multiple instances of docz ([736360b](https://github.com/Lundalogik/lime-elements/commit/736360b556068c1c931d1c9ec7cc10e754855a6a))
|
|
2586
|
-
|
|
2587
|
-
## [26.5.2](https://github.com/Lundalogik/lime-elements/compare/v26.5.1...v26.5.2) (2020-02-13)
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
### Bug Fixes
|
|
2591
|
-
|
|
2592
|
-
* **text-field:** show error icon ([5b00ae5](https://github.com/Lundalogik/lime-elements/commit/5b00ae521192af7e27b00521acc94e38a36a11ad))
|
|
2593
|
-
|
|
2594
|
-
## [26.5.1](https://github.com/Lundalogik/lime-elements/compare/v26.5.0...v26.5.1) (2020-02-06)
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
### Bug Fixes
|
|
2598
|
-
|
|
2599
|
-
* **form:** do not emit empty strings from input field ([45b4f3f](https://github.com/Lundalogik/lime-elements/commit/45b4f3f5817990b3e0ea7c2e3283359d56137045))
|
|
2600
|
-
* **form:** set fields to invalid if they have initial invalid data ([2cc6a19](https://github.com/Lundalogik/lime-elements/commit/2cc6a19564136c4fa50dc6211d4a0e0b9458fba1))
|
|
2601
|
-
|
|
2602
|
-
# [26.5.0](https://github.com/Lundalogik/lime-elements/compare/v26.4.1...v26.5.0) (2020-02-06)
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
### Bug Fixes
|
|
2606
|
-
|
|
2607
|
-
* **form:** set unique id in schema ([47c080f](https://github.com/Lundalogik/lime-elements/commit/47c080f86c74de132632ba26ba71295f3f717515))
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
### Features
|
|
2611
|
-
|
|
2612
|
-
* **form:** release form component ([0f988b3](https://github.com/Lundalogik/lime-elements/commit/0f988b3861e928f3fdcfeaa7cebc1d37afde8a31))
|
|
2613
|
-
|
|
2614
|
-
## [26.4.1](https://github.com/Lundalogik/lime-elements/compare/v26.4.0...v26.4.1) (2020-02-05)
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
### Bug Fixes
|
|
2618
|
-
|
|
2619
|
-
* **select:** show arrow in the dropdown ([04e701c](https://github.com/Lundalogik/lime-elements/commit/04e701c4c6f10c8fab1f1964f1fcd6d013d0770a))
|
|
2620
|
-
|
|
2621
|
-
# [26.4.0](https://github.com/Lundalogik/lime-elements/compare/v26.3.0...v26.4.0) (2020-02-05)
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
### Bug Fixes
|
|
2625
|
-
|
|
2626
|
-
* **select:** adjust placement of floating label to match input-field component ([ec17e42](https://github.com/Lundalogik/lime-elements/commit/ec17e42f824a2de2c099b63d7daac87677723936))
|
|
2627
|
-
* **select:** correct default selection, which was broken in v26.1.1 ([fd4dffc](https://github.com/Lundalogik/lime-elements/commit/fd4dffc017f83ac1f89f75bb773fb97c8e53ff61)), closes [#573](https://github.com/Lundalogik/lime-elements/issues/573)
|
|
2628
|
-
* **select:** do not emit change event when component is mounted ([5fc1f19](https://github.com/Lundalogik/lime-elements/commit/5fc1f1959d84f682c915f986ada07a99a9a67d48)), closes [#574](https://github.com/Lundalogik/lime-elements/issues/574) [#573](https://github.com/Lundalogik/lime-elements/issues/573)
|
|
2629
|
-
* **select:** fix `disabled` state that was broken in v26.1.1 ([c4e9dce](https://github.com/Lundalogik/lime-elements/commit/c4e9dce132bba04cb9387ec623ad3d131d62d313))
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
### Features
|
|
2633
|
-
|
|
2634
|
-
* **collapsible-section:** add support for actions in the header ([ddca821](https://github.com/Lundalogik/lime-elements/commit/ddca82191768636dfbe3789a5abe40e517054dcd))
|
|
2635
|
-
* **collapsible-section:** background-color and padding can now be set using CSS variables ([b8d60cd](https://github.com/Lundalogik/lime-elements/commit/b8d60cd169f1be10bcff012676dde73e406e23d5)), closes [Lundalogik/crm-feature#968](https://github.com/Lundalogik/crm-feature/issues/968)
|
|
2636
|
-
* **form:** add component for array items ([2c73e62](https://github.com/Lundalogik/lime-elements/commit/2c73e626ebbfc59536128788aa9cfd5737326e3b))
|
|
2637
|
-
* **form:** add template for object fields ([ee8d9c3](https://github.com/Lundalogik/lime-elements/commit/ee8d9c3fd77cd643ad3aeec4a954b151f8aa2f54))
|
|
2638
|
-
* **form:** set validation errors as helper text when invalid ([a5e5c28](https://github.com/Lundalogik/lime-elements/commit/a5e5c28bdd723cb7abfc9149621c66999027b881))
|
|
2639
|
-
|
|
2640
|
-
# [26.3.0](https://github.com/Lundalogik/lime-elements/compare/v26.2.0...v26.3.0) (2020-01-27)
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
### Bug Fixes
|
|
2644
|
-
|
|
2645
|
-
* **form:** convert dates to strings in date-picker change handler ([d94f6cc](https://github.com/Lundalogik/lime-elements/commit/d94f6ccb3f052a4c79b8f193116da233aab95900))
|
|
2646
|
-
* **form:** remove double titles and descriptions from form fields ([f446ce4](https://github.com/Lundalogik/lime-elements/commit/f446ce4defd21c55238fd573ccd681a1e4396e6d))
|
|
2647
|
-
* **select:** adjust bottom margin ([a1067b9](https://github.com/Lundalogik/lime-elements/commit/a1067b9c622a6ccdbb54364c0cea16e1e39f715f))
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
### Features
|
|
2651
|
-
|
|
2652
|
-
* **form:** add validation event ([eb8add2](https://github.com/Lundalogik/lime-elements/commit/eb8add2442e5149d243ad90ef2f0aaf381f141f2))
|
|
2653
|
-
|
|
2654
|
-
# [26.2.0](https://github.com/Lundalogik/lime-elements/compare/v26.1.1...v26.2.0) (2020-01-23)
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
### Features
|
|
2658
|
-
|
|
2659
|
-
* **checkbox:** add required property ([68f371d](https://github.com/Lundalogik/lime-elements/commit/68f371dfbbf5c085e2ab00ee6dacff9714221e66))
|
|
2660
|
-
* **date-picker:** add helperText property ([5e47129](https://github.com/Lundalogik/lime-elements/commit/5e4712904573a4c95f2711f1df1699df58262838))
|
|
2661
|
-
* **form:** add component for handling boolean values ([74d885f](https://github.com/Lundalogik/lime-elements/commit/74d885f50f7f75d5472a2b89ecc4711a9b160975))
|
|
2662
|
-
* **form:** add component for handling date values ([cdd7d00](https://github.com/Lundalogik/lime-elements/commit/cdd7d0087251a61e3bddb00fdcabcf8ecffe59aa))
|
|
2663
|
-
* **form:** add component for handling enum values ([6120929](https://github.com/Lundalogik/lime-elements/commit/6120929521ba96decc428dacc9a34c4f8e6520db))
|
|
2664
|
-
* **form:** add component for handling text inputs ([317e654](https://github.com/Lundalogik/lime-elements/commit/317e654b4c065bb36661bd64622c610360f96a46))
|
|
2665
|
-
* **input-field:** improve validation ([4afe197](https://github.com/Lundalogik/lime-elements/commit/4afe197141a3aa208689d3655d0a0b3d48268373))
|
|
2666
|
-
* **select:** add helperText property ([8b3f26c](https://github.com/Lundalogik/lime-elements/commit/8b3f26c0ec223cb9f7e9299b1dc7d5f953667c92))
|
|
2667
|
-
|
|
2668
|
-
## [26.1.1](https://github.com/Lundalogik/lime-elements/compare/v26.1.0...v26.1.1) (2020-01-22)
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
### Bug Fixes
|
|
2672
|
-
|
|
2673
|
-
* **select:** make select work on mobile devices again ([4cf7a0e](https://github.com/Lundalogik/lime-elements/commit/4cf7a0e60a34745544397159b5507a2d7c0e6f1f))
|
|
2674
|
-
|
|
2675
|
-
# [26.1.0](https://github.com/Lundalogik/lime-elements/compare/v26.0.3...v26.1.0) (2020-01-21)
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
### Features
|
|
2679
|
-
|
|
2680
|
-
* **form:** first basic version of form component (unreleased) ([409d20e](https://github.com/Lundalogik/lime-elements/commit/409d20e8ef68c8fc00da12650daba77c37065775))
|
|
2681
|
-
|
|
2682
|
-
## [26.0.3](https://github.com/Lundalogik/lime-elements/compare/v26.0.2...v26.0.3) (2020-01-09)
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
### Bug Fixes
|
|
2686
|
-
|
|
2687
|
-
* **select:** don't set focus on first item if null ([6b84454](https://github.com/Lundalogik/lime-elements/commit/6b84454b546adcbd36535ad426631d983377dccd))
|
|
2688
|
-
|
|
2689
|
-
## [26.0.2](https://github.com/Lundalogik/lime-elements/compare/v26.0.1...v26.0.2) (2019-12-19)
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
### Bug Fixes
|
|
2693
|
-
|
|
2694
|
-
* **list:** update template for single line list items ([15d7a9e](https://github.com/Lundalogik/lime-elements/commit/15d7a9e77f22e71b1bf3bec403db3d764fd4b0b7))
|
|
2695
|
-
|
|
2696
|
-
## [26.0.1](https://github.com/Lundalogik/lime-elements/compare/v26.0.0...v26.0.1) (2019-12-12)
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
### Bug Fixes
|
|
2700
|
-
|
|
2701
|
-
* **button:** update markup to satisfy changes in material 4.0.0 ([58dbb4d](https://github.com/Lundalogik/lime-elements/commit/58dbb4dddca31aefcac87d275268794188fb3c9e))
|
|
2702
|
-
* **chip-set:** adjust top margin of label in input field ([7de29cc](https://github.com/Lundalogik/lime-elements/commit/7de29cc83dc58705e43657887472da4db7d242eb)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
|
|
2703
|
-
* **chip-set:** update markup to satisfy changes in material 4.0.0 ([041dfcb](https://github.com/Lundalogik/lime-elements/commit/041dfcb6d126bb623d4637f095d2e46b68fae415)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
|
|
2704
|
-
* **dialog:** set height of surface to 100% in fullscreen mode ([2d7b0a1](https://github.com/Lundalogik/lime-elements/commit/2d7b0a1abe5112abe3adf59833d8b08a5c64a7b8)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
|
|
2705
|
-
* **list:** do not filter disabled list items ([b0bd2df](https://github.com/Lundalogik/lime-elements/commit/b0bd2dfb0ce706694630c028e7fe0e35e24cbc84)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
|
|
2706
|
-
* **package:** update @limetech/material-components-web to version 2.3.1 ([1a724ee](https://github.com/Lundalogik/lime-elements/commit/1a724eec729f961352e7675fd2f3a34107cc603b))
|
|
2707
|
-
* **package:** update @limetech/material-components-web to version 3.1.1 ([8d4bdcf](https://github.com/Lundalogik/lime-elements/commit/8d4bdcf4f3b49089c4aafb38d60c0d82e00365d3)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
|
|
2708
|
-
* **package:** update @limetech/material-components-web to version 4.0.0 ([4d08006](https://github.com/Lundalogik/lime-elements/commit/4d08006ce28a976204a4bc7b0fedacecab7860e2))
|
|
2709
|
-
* **select:** change should not fire when option is disabled ([90e8e0a](https://github.com/Lundalogik/lime-elements/commit/90e8e0acff885923a26d0f2824dc933204d1569a)), closes [#402](https://github.com/Lundalogik/lime-elements/issues/402)
|
|
2710
|
-
|
|
2711
|
-
# [26.0.0](https://github.com/Lundalogik/lime-elements/compare/v25.2.0...v26.0.0) (2019-12-06)
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
### Features
|
|
2715
|
-
|
|
2716
|
-
* **grid:** set default row height to 2.5rem (40px) ([8c1a818](https://github.com/Lundalogik/lime-elements/commit/8c1a818137dcb9c545acd07ff10d2dff9a09cd86))
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
### BREAKING CHANGES
|
|
2720
|
-
|
|
2721
|
-
* **grid:** The default row height of the limel-grid component has been set to 2.5rem (40px).
|
|
2722
|
-
The row height of any given instance of limel-grid can be set using the `--lime-grid-cell-height`
|
|
2723
|
-
CSS variable.
|
|
2724
|
-
|
|
2725
|
-
# [25.2.0](https://github.com/Lundalogik/lime-elements/compare/v25.1.1...v25.2.0) (2019-12-06)
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
### Features
|
|
2729
|
-
|
|
2730
|
-
* **dialog:** indicate scrollable content via a shadow ([0855358](https://github.com/Lundalogik/lime-elements/commit/08553588517eeceb298607c55f3a5e6dc1430642)), closes [#312](https://github.com/Lundalogik/lime-elements/issues/312)
|
|
2731
|
-
|
|
2732
|
-
## [25.1.1](https://github.com/Lundalogik/lime-elements/compare/v25.1.0...v25.1.1) (2019-12-03)
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
### Bug Fixes
|
|
2736
|
-
|
|
2737
|
-
* **dialog:** prevent header from shrinking due to large body ([d5707dd](https://github.com/Lundalogik/lime-elements/commit/d5707ddabf7a374bf6d48109fc43512d10307474))
|
|
2738
|
-
|
|
2739
|
-
# [25.1.0](https://github.com/Lundalogik/lime-elements/compare/v25.0.0...v25.1.0) (2019-11-28)
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
### Features
|
|
2743
|
-
|
|
2744
|
-
* **input-field:** add support for a helper text next to the input field ([10ba5e5](https://github.com/Lundalogik/lime-elements/commit/10ba5e591de5d444555847a20971444015803e87))
|
|
2745
|
-
|
|
2746
|
-
# [25.0.0](https://github.com/Lundalogik/lime-elements/compare/v24.6.2...v25.0.0) (2019-11-14)
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
### Bug Fixes
|
|
2750
|
-
|
|
2751
|
-
* **grid:** change default number of columns from 8 to 4 ([e40ce9a](https://github.com/Lundalogik/lime-elements/commit/e40ce9a0c4e0dcd61482284aba7f7ebce8f1aa38))
|
|
2752
|
-
* **grid:** make sure the size of the grid is the same as the size of the `limel-grid` element ([b13be87](https://github.com/Lundalogik/lime-elements/commit/b13be878b78ab8a7977abe7acfc3cab1d3cf536c))
|
|
2753
|
-
* **grid:** remove variable `--lime-grid-cell-width` ([b1b54de](https://github.com/Lundalogik/lime-elements/commit/b1b54defd294c8b25590086e11c8c8f9c7dafc22))
|
|
2754
|
-
* **grid:** set `grid-auto-flow` to `row dense`, for better automatic layout if config is missing ([ade4f59](https://github.com/Lundalogik/lime-elements/commit/ade4f59f948e9e1aad05c26ff9d84c8a340cb229))
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
### Features
|
|
2758
|
-
|
|
2759
|
-
* **grid:** add variable `--lime-grid-gutter` with default of `16px`, for setting gutter width ([f88b968](https://github.com/Lundalogik/lime-elements/commit/f88b968226c7b0428de4ae3206db532db886fadc))
|
|
2760
|
-
* **grid:** change default row height from 150px to 64px ([89648c2](https://github.com/Lundalogik/lime-elements/commit/89648c228fda09bef3af58989dcc41abb55ecffa))
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
### BREAKING CHANGES
|
|
2764
|
-
|
|
2765
|
-
* **grid:** The default row height for `limel-grid` has been changed from 150px to 64px.
|
|
2766
|
-
* **grid:** The gutter width of limel-grid used to be hard-coded to 15px. The default value is
|
|
2767
|
-
now 16px, but the value can be now be configured using the `--lime-grid-gutter` variable.
|
|
2768
|
-
* **grid:** It is no longer possible to set a minimum column width. The column width is now
|
|
2769
|
-
determined automatically from the width of the component, and the number of columns used.
|
|
2770
|
-
* **grid:** The default number of columns for `limel-grid` has changed from `8` to `4`.
|
|
2771
|
-
|
|
2772
|
-
## [24.6.2](https://github.com/Lundalogik/lime-elements/compare/v24.6.1...v24.6.2) (2019-11-08)
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
### Bug Fixes
|
|
2776
|
-
|
|
2777
|
-
* **chip-set:** display correct size of trailing icon in Edge ([d8de6db](https://github.com/Lundalogik/lime-elements/commit/d8de6db98fd6a2679c605e8d465eeb4e80342708))
|
|
2778
|
-
* **list:** display correct size of icon in Edge ([787a713](https://github.com/Lundalogik/lime-elements/commit/787a713d5cb60486a801722fdb3deaabac95ea3e))
|
|
2779
|
-
|
|
2780
|
-
## [24.6.1](https://github.com/Lundalogik/lime-elements/compare/v24.6.0...v24.6.1) (2019-10-30)
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
### Bug Fixes
|
|
2784
|
-
|
|
2785
|
-
* **chip-set:** correct chip layout for very long chip texts ([50df5ae](https://github.com/Lundalogik/lime-elements/commit/50df5ae91a2c1983980c6db490237e96c7fab3ec)), closes [#496](https://github.com/Lundalogik/lime-elements/issues/496)
|
|
2786
|
-
|
|
2787
|
-
# [24.6.0](https://github.com/Lundalogik/lime-elements/compare/v24.5.1...v24.6.0) (2019-10-23)
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
### Features
|
|
2791
|
-
|
|
2792
|
-
* **picker:** no scroll in list when five or less items ([c129158](https://github.com/Lundalogik/lime-elements/commit/c1291586ef886ca57a6aa26f133688502d905a7c))
|
|
2793
|
-
|
|
2794
|
-
## [24.5.1](https://github.com/Lundalogik/lime-elements/compare/v24.5.0...v24.5.1) (2019-10-18)
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
### Bug Fixes
|
|
2798
|
-
|
|
2799
|
-
* **limel-select:** ellipsis when text overflow ([82d122c](https://github.com/Lundalogik/lime-elements/commit/82d122c))
|
|
2800
|
-
|
|
2801
|
-
# [24.5.0](https://github.com/Lundalogik/lime-elements/compare/v24.4.0...v24.5.0) (2019-10-18)
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
### Bug Fixes
|
|
2805
|
-
|
|
2806
|
-
* **icon:** change `medium` size icon from 41x41px to 40x40px ([2c2f3a7](https://github.com/Lundalogik/lime-elements/commit/2c2f3a7))
|
|
2807
|
-
* **list:** add divider-lines between list-items for two-line lists with badge icons ([818af98](https://github.com/Lundalogik/lime-elements/commit/818af98)), closes [#465](https://github.com/Lundalogik/lime-elements/issues/465)
|
|
2808
|
-
* **list:** correct alignment of icon lists to match that of same size badge-icon list ([80cd931](https://github.com/Lundalogik/lime-elements/commit/80cd931))
|
|
2809
|
-
* **list:** set icon color to a non-transparent grey, since our icons look bad with transparency ([f58c84a](https://github.com/Lundalogik/lime-elements/commit/f58c84a))
|
|
2810
|
-
* **picker:** increase icon size in dropdown list (use new default size) ([5370dae](https://github.com/Lundalogik/lime-elements/commit/5370dae))
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
### Features
|
|
2814
|
-
|
|
2815
|
-
* **chip-set:** add option `maxItems` to prevent adding new chips to input chip-set ([0d4b8eb](https://github.com/Lundalogik/lime-elements/commit/0d4b8eb))
|
|
2816
|
-
* **list:** change default size of icons and badge-icons from `medium` to `small` ([4204c37](https://github.com/Lundalogik/lime-elements/commit/4204c37))
|
|
2817
|
-
* **list:** make icon color configurable ([7651920](https://github.com/Lundalogik/lime-elements/commit/7651920))
|
|
2818
|
-
* **picker:** prevent text-input when picker is "full" ([b50dc65](https://github.com/Lundalogik/lime-elements/commit/b50dc65))
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
### Performance Improvements
|
|
2822
|
-
|
|
2823
|
-
* **list-renderer:** remove `.bind()` from template ([0972bde](https://github.com/Lundalogik/lime-elements/commit/0972bde))
|
|
2824
|
-
|
|
2825
|
-
# [24.4.0](https://github.com/Lundalogik/lime-elements/compare/v24.3.0...v24.4.0) (2019-10-08)
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
### Features
|
|
2829
|
-
|
|
2830
|
-
* **chip-set:** the `setFocus` method now accepts an argument for emptying the input value ([961f52a](https://github.com/Lundalogik/lime-elements/commit/961f52a))
|
|
2831
|
-
* **picker:** pressing escape in the dropdown empties and focuses the input ([6b06bb2](https://github.com/Lundalogik/lime-elements/commit/6b06bb2))
|
|
2832
|
-
|
|
2833
|
-
# [24.3.0](https://github.com/Lundalogik/lime-elements/compare/v24.2.2...v24.3.0) (2019-10-08)
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
### Bug Fixes
|
|
2837
|
-
|
|
2838
|
-
* **chip-set:** remove extra empty space below chips when picker is very narrow (hide the input) ([4524d9c](https://github.com/Lundalogik/lime-elements/commit/4524d9c)), closes [#455](https://github.com/Lundalogik/lime-elements/issues/455)
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
### Features
|
|
2842
|
-
|
|
2843
|
-
* **chip-set:** add `readonly` option ([c156fa2](https://github.com/Lundalogik/lime-elements/commit/c156fa2))
|
|
2844
|
-
* **picker:** add `readonly` option ([6e653e7](https://github.com/Lundalogik/lime-elements/commit/6e653e7)), closes [#429](https://github.com/Lundalogik/lime-elements/issues/429)
|
|
2845
|
-
* **picker:** add css variables for controlling component background color ([369b673](https://github.com/Lundalogik/lime-elements/commit/369b673))
|
|
2846
|
-
|
|
2847
|
-
## [24.2.2](https://github.com/Lundalogik/lime-elements/compare/v24.2.1...v24.2.2) (2019-10-07)
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
### Bug Fixes
|
|
2851
|
-
|
|
2852
|
-
* **button:** fix issue where button might show both "loading" and "loading done" state ([0b529c3](https://github.com/Lundalogik/lime-elements/commit/0b529c3))
|
|
2853
|
-
|
|
2854
|
-
## [24.2.1](https://github.com/Lundalogik/lime-elements/compare/v24.2.0...v24.2.1) (2019-10-02)
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
### Bug Fixes
|
|
2858
|
-
|
|
2859
|
-
* **chip-set:** supplies its own x-icon, independent of icon-set used ([3b21e72](https://github.com/Lundalogik/lime-elements/commit/3b21e72))
|
|
2860
|
-
* **snackbar:** supplies its own x-icon, independent of icon-set used ([9d36977](https://github.com/Lundalogik/lime-elements/commit/9d36977))
|
|
2861
|
-
|
|
2862
|
-
# [24.2.0](https://github.com/Lundalogik/lime-elements/compare/v24.1.1...v24.2.0) (2019-10-02)
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
### Features
|
|
2866
|
-
|
|
2867
|
-
* **chip-set:** chips in input chip-set can be navigated by keyboard ([1710f58](https://github.com/Lundalogik/lime-elements/commit/1710f58))
|
|
2868
|
-
|
|
2869
|
-
## [24.1.1](https://github.com/Lundalogik/lime-elements/compare/v24.1.0...v24.1.1) (2019-09-30)
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
### Bug Fixes
|
|
2873
|
-
|
|
2874
|
-
* **dialog:** wait 100 ms after opening before dispatching resize event ([a430fc9](https://github.com/Lundalogik/lime-elements/commit/a430fc9))
|
|
2875
|
-
|
|
2876
|
-
# [24.1.0](https://github.com/Lundalogik/lime-elements/compare/v24.0.2...v24.1.0) (2019-09-30)
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
### Bug Fixes
|
|
2880
|
-
|
|
2881
|
-
* **chip-set:** don't hide the input when not focused ([88bef4a](https://github.com/Lundalogik/lime-elements/commit/88bef4a))
|
|
2882
|
-
* **chip-set:** fix incorrect required-behavior ([f2c27fc](https://github.com/Lundalogik/lime-elements/commit/f2c27fc))
|
|
2883
|
-
* **chip-set:** improve keyboard navigation for input chip-sets ([81edd58](https://github.com/Lundalogik/lime-elements/commit/81edd58))
|
|
2884
|
-
* **chip-set:** reflect the properties `required` and `searchLabel` to attributes ([9ffe38c](https://github.com/Lundalogik/lime-elements/commit/9ffe38c))
|
|
2885
|
-
* **list:** correct tab-flow for list-items ([62e1e3d](https://github.com/Lundalogik/lime-elements/commit/62e1e3d))
|
|
2886
|
-
* **picker:** fix focus and blur behavior ([3365f09](https://github.com/Lundalogik/lime-elements/commit/3365f09)), closes [#428](https://github.com/Lundalogik/lime-elements/issues/428)
|
|
2887
|
-
* **picker:** improve keyboard-navigation ([280165b](https://github.com/Lundalogik/lime-elements/commit/280165b))
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
### Features
|
|
2891
|
-
|
|
2892
|
-
* **chip-set:** add option and method to let consumer control when input is emptied ([5d33ec5](https://github.com/Lundalogik/lime-elements/commit/5d33ec5))
|
|
2893
|
-
|
|
2894
|
-
## [24.0.2](https://github.com/Lundalogik/lime-elements/compare/v24.0.1...v24.0.2) (2019-09-24)
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
### Bug Fixes
|
|
2898
|
-
|
|
2899
|
-
* **chip-set:** adds margin to search label ([68870ac](https://github.com/Lundalogik/lime-elements/commit/68870ac))
|
|
2900
|
-
* **chip-set:** reflect properties `type` and `label` to attribute ([69aa336](https://github.com/Lundalogik/lime-elements/commit/69aa336))
|
|
2901
|
-
|
|
2902
|
-
## [24.0.1](https://github.com/Lundalogik/lime-elements/compare/v24.0.0...v24.0.1) (2019-09-20)
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
### Bug Fixes
|
|
2906
|
-
|
|
2907
|
-
* **picker:** the `interact` event supplies a `ListItem<number | string>` instead of `ListItem<any>` ([6df40e5](https://github.com/Lundalogik/lime-elements/commit/6df40e5))
|
|
2908
|
-
|
|
2909
|
-
# [24.0.0](https://github.com/Lundalogik/lime-elements/compare/v23.0.2...v24.0.0) (2019-09-18)
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
### Bug Fixes
|
|
2913
|
-
|
|
2914
|
-
* **picker:** remove leaking of internal implementation details through the `interact` event ([d4a3d11](https://github.com/Lundalogik/lime-elements/commit/d4a3d11))
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
### BREAKING CHANGES
|
|
2918
|
-
|
|
2919
|
-
* **picker:** The `interact` event used to supply a `Chip` used internally by limel-picker,
|
|
2920
|
-
instead of the `ListItem` supplied to limel-picker by the consumer. This has now been fixed.
|
|
2921
|
-
Implementations relying on the incorrect behavior will need to be updated.
|
|
2922
|
-
|
|
2923
|
-
## [23.0.2](https://github.com/Lundalogik/lime-elements/compare/v23.0.1...v23.0.2) (2019-09-16)
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
### Bug Fixes
|
|
2927
|
-
|
|
2928
|
-
* **chip set:** invalid state of required input chip-set not handled correctly ([c7dcbf1](https://github.com/Lundalogik/lime-elements/commit/c7dcbf1))
|
|
2929
|
-
* **chip-set:** add required marker to input chip-set ([ae5a967](https://github.com/Lundalogik/lime-elements/commit/ae5a967))
|
|
2930
|
-
|
|
2931
|
-
## [23.0.1](https://github.com/Lundalogik/lime-elements/compare/v23.0.0...v23.0.1) (2019-09-13)
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
### Bug Fixes
|
|
2935
|
-
|
|
2936
|
-
* **select:** only emit one change event when selecting a value ([a7d4284](https://github.com/Lundalogik/lime-elements/commit/a7d4284))
|
|
2937
|
-
|
|
2938
|
-
# [23.0.0](https://github.com/Lundalogik/lime-elements/compare/v22.6.1...v23.0.0) (2019-09-10)
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
### Bug Fixes
|
|
2942
|
-
|
|
2943
|
-
* **icon:** move icons to private repo and packages ([acb2c01](https://github.com/Lundalogik/lime-elements/commit/acb2c01))
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
### BREAKING CHANGES
|
|
2947
|
-
|
|
2948
|
-
* **icon:** The icon set previously delivered with lime-elements
|
|
2949
|
-
has been removed. The icons will be provided by the Lime products
|
|
2950
|
-
which use lime-elements. External consumers of lime-elements need to
|
|
2951
|
-
supply their own icons. Please see the documentation for limel-icon
|
|
2952
|
-
for more info.
|
|
2953
|
-
|
|
2954
|
-
## [22.6.1](https://github.com/Lundalogik/lime-elements/compare/v22.6.0...v22.6.1) (2019-09-05)
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
### Bug Fixes
|
|
2958
|
-
|
|
2959
|
-
* **chip-set:** add missing export of chip types ([8b13349](https://github.com/Lundalogik/lime-elements/commit/8b13349))
|
|
2960
|
-
* **date-picker:** add missing export of date types ([58b7d9b](https://github.com/Lundalogik/lime-elements/commit/58b7d9b))
|
|
2961
|
-
* **file:** add missing export of file types ([5837c46](https://github.com/Lundalogik/lime-elements/commit/5837c46))
|
|
2962
|
-
* **list:** add missing export of list types ([a360e1f](https://github.com/Lundalogik/lime-elements/commit/a360e1f))
|
|
2963
|
-
|
|
2964
|
-
# [22.6.0](https://github.com/Lundalogik/lime-elements/compare/v22.5.1...v22.6.0) (2019-09-04)
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
### Bug Fixes
|
|
2968
|
-
|
|
2969
|
-
* **select:** render select menu in document.body ([cc3f3f8](https://github.com/Lundalogik/lime-elements/commit/cc3f3f8)), closes [Lundalogik/crm-feature#839](https://github.com/Lundalogik/crm-feature/issues/839)
|
|
2970
|
-
* **util/random-string:** make sure the string always begins with a letter, not a digit ([be69d87](https://github.com/Lundalogik/lime-elements/commit/be69d87))
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
### Features
|
|
2974
|
-
|
|
2975
|
-
* **menu-surface:** new menu-surface component ([1cbeb5d](https://github.com/Lundalogik/lime-elements/commit/1cbeb5d))
|
|
2976
|
-
* **portal:** new component for rendering content within a different DOM node ([ad4cf42](https://github.com/Lundalogik/lime-elements/commit/ad4cf42))
|
|
2977
|
-
|
|
2978
|
-
## [22.5.1](https://github.com/Lundalogik/lime-elements/compare/v22.5.0...v22.5.1) (2019-09-04)
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
### Bug Fixes
|
|
2982
|
-
|
|
2983
|
-
* **slider:** fix background color for disabled slider ([2b1a890](https://github.com/Lundalogik/lime-elements/commit/2b1a890)), closes [#304](https://github.com/Lundalogik/lime-elements/issues/304)
|
|
2984
|
-
|
|
2985
|
-
# [22.5.0](https://github.com/Lundalogik/lime-elements/compare/v22.4.0...v22.5.0) (2019-09-02)
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
### Features
|
|
2989
|
-
|
|
2990
|
-
* **picker:** add optional message for empty search result ([b4c5b4e](https://github.com/Lundalogik/lime-elements/commit/b4c5b4e)), closes [#307](https://github.com/Lundalogik/lime-elements/issues/307)
|
|
2991
|
-
|
|
2992
|
-
# [22.4.0](https://github.com/Lundalogik/lime-elements/compare/v22.3.1...v22.4.0) (2019-08-27)
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
### Bug Fixes
|
|
2996
|
-
|
|
2997
|
-
* **picker:** makes icon size smaller in the list items ([4e9a9b5](https://github.com/Lundalogik/lime-elements/commit/4e9a9b5))
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
### Features
|
|
3001
|
-
|
|
3002
|
-
* **chip-set:** adds search label to input field when searching ([cf3d995](https://github.com/Lundalogik/lime-elements/commit/cf3d995))
|
|
3003
|
-
* **picker:** adds support for displaying full list without cutting content ([e5f776f](https://github.com/Lundalogik/lime-elements/commit/e5f776f))
|
|
3004
|
-
|
|
3005
|
-
## [22.3.1](https://github.com/Lundalogik/lime-elements/compare/v22.3.0...v22.3.1) (2019-08-13)
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
### Bug Fixes
|
|
3009
|
-
|
|
3010
|
-
* **date-picker:** update date-picker when value is updated by the consumer ([5fe428e](https://github.com/Lundalogik/lime-elements/commit/5fe428e)), closes [Lundalogik/crm-feature#859](https://github.com/Lundalogik/crm-feature/issues/859)
|
|
3011
|
-
|
|
3012
|
-
# [22.3.0](https://github.com/Lundalogik/lime-elements/compare/v22.2.1...v22.3.0) (2019-08-09)
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
### Features
|
|
3016
|
-
|
|
3017
|
-
* **limel-banner:** add component ([8955a69](https://github.com/Lundalogik/lime-elements/commit/8955a69))
|
|
3018
|
-
|
|
3019
|
-
## [22.2.1](https://github.com/Lundalogik/lime-elements/compare/v22.2.0...v22.2.1) (2019-06-27)
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
### Bug Fixes
|
|
3023
|
-
|
|
3024
|
-
* **readme:** trigger release of updated readme to npmjs.com ([1cf3192](https://github.com/Lundalogik/lime-elements/commit/1cf3192))
|
|
3025
|
-
|
|
3026
|
-
# [22.2.0](https://github.com/Lundalogik/lime-elements/compare/v22.1.1...v22.2.0) (2019-06-26)
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
### Features
|
|
3030
|
-
|
|
3031
|
-
* open-source under Apache-2.0 license ([8064f12](https://github.com/Lundalogik/lime-elements/commit/8064f12)), closes [#369](https://github.com/Lundalogik/lime-elements/issues/369)
|
|
3032
|
-
|
|
3033
|
-
## [22.1.1](https://github.com/Lundalogik/lime-elements/compare/v22.1.0...v22.1.1) (2019-06-17)
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
### Bug Fixes
|
|
3037
|
-
|
|
3038
|
-
* **flatpickr:** switch to @limetech/flatpickr and update to v4.5.5 ([e61b756](https://github.com/Lundalogik/lime-elements/commit/e61b756))
|
|
3039
|
-
|
|
3040
|
-
# [22.1.0](https://github.com/Lundalogik/lime-elements/compare/v22.0.2...v22.1.0) (2019-06-17)
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
### Features
|
|
3044
|
-
|
|
3045
|
-
* **list:** add property for setting size on icon ([3aeda65](https://github.com/Lundalogik/lime-elements/commit/3aeda65))
|
|
3046
|
-
* **snackbar:** add dismissible property ([019f706](https://github.com/Lundalogik/lime-elements/commit/019f706))
|
|
3047
|
-
|
|
3048
|
-
## [22.0.2](https://github.com/Lundalogik/lime-elements/compare/v22.0.1...v22.0.2) (2019-06-13)
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
### Bug Fixes
|
|
3052
|
-
|
|
3053
|
-
* **limel-icon:** undefined icons are not loaded ([dcabf2c](https://github.com/Lundalogik/lime-elements/commit/dcabf2c))
|
|
3054
|
-
|
|
3055
|
-
## [22.0.1](https://github.com/Lundalogik/lime-elements/compare/v22.0.0...v22.0.1) (2019-06-12)
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
### Bug Fixes
|
|
3059
|
-
|
|
3060
|
-
* **stencil:** use the 1.X version of @stencil/sass ([2625616](https://github.com/Lundalogik/lime-elements/commit/2625616))
|
|
3061
|
-
|
|
3062
|
-
# [22.0.0](https://github.com/Lundalogik/lime-elements/compare/v21.0.4...v22.0.0) (2019-06-12)
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
### Build System
|
|
3066
|
-
|
|
3067
|
-
* **package.json:** update @stencil/core ([097d81c](https://github.com/Lundalogik/lime-elements/commit/097d81c))
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
### BREAKING CHANGES
|
|
3071
|
-
|
|
3072
|
-
* **package.json:** **lime-elements** has been updated to use
|
|
3073
|
-
Stencil One. This makes it incompatible with any components
|
|
3074
|
-
built with older versions of Stencil. To upgrade to this
|
|
3075
|
-
version of **lime-elements**, also upgrade your own code to
|
|
3076
|
-
use Stencil One (v1.0.0 or later).
|
|
3077
|
-
|
|
3078
|
-
## [21.0.4](https://github.com/Lundalogik/lime-elements/compare/v21.0.3...v21.0.4) (2019-05-14)
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
### Bug Fixes
|
|
3082
|
-
|
|
3083
|
-
* **list:** remove black hover over list item with checkbox ([cbb4d34](https://github.com/Lundalogik/lime-elements/commit/cbb4d34)), closes [#364](https://github.com/Lundalogik/lime-elements/issues/364)
|
|
3084
|
-
|
|
3085
|
-
## [21.0.3](https://github.com/Lundalogik/lime-elements/compare/v21.0.2...v21.0.3) (2019-05-09)
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
### Bug Fixes
|
|
3089
|
-
|
|
3090
|
-
* **select:** increase z-index of scrim ([14e3b55](https://github.com/Lundalogik/lime-elements/commit/14e3b55))
|
|
3091
|
-
|
|
3092
|
-
## [21.0.2](https://github.com/Lundalogik/lime-elements/compare/v21.0.1...v21.0.2) (2019-05-08)
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
### Bug Fixes
|
|
3096
|
-
|
|
3097
|
-
* **select:** use correct color for the bottom line ([d40100f](https://github.com/Lundalogik/lime-elements/commit/d40100f))
|
|
3098
|
-
|
|
3099
|
-
## [21.0.1](https://github.com/Lundalogik/lime-elements/compare/v21.0.0...v21.0.1) (2019-04-30)
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
### Bug Fixes
|
|
3103
|
-
|
|
3104
|
-
* **dialog:** minor fixes ([468e3fc](https://github.com/Lundalogik/lime-elements/commit/468e3fc))
|
|
3105
|
-
|
|
3106
|
-
# [21.0.0](https://github.com/Lundalogik/lime-elements/compare/v20.2.0...v21.0.0) (2019-04-25)
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
### Features
|
|
3110
|
-
|
|
3111
|
-
* **list:** adds list type property ([3b4d5fc](https://github.com/Lundalogik/lime-elements/commit/3b4d5fc)), closes [#133](https://github.com/Lundalogik/lime-elements/issues/133)
|
|
3112
|
-
* **radio-button:** adds radio button to be used in lists ([99dfb71](https://github.com/Lundalogik/lime-elements/commit/99dfb71))
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
### BREAKING CHANGES
|
|
3116
|
-
|
|
3117
|
-
* **list:** Removes selectable and multiple properties and adds type property.
|
|
3118
|
-
With the type property it's now also possible to have radio button lists.
|
|
3119
|
-
|
|
3120
|
-
# [20.2.0](https://github.com/Lundalogik/lime-elements/compare/v20.1.1...v20.2.0) (2019-04-17)
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
### Bug Fixes
|
|
3124
|
-
|
|
3125
|
-
* **index.html:** add Roboto font ([d2a388b](https://github.com/Lundalogik/lime-elements/commit/d2a388b))
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
### Features
|
|
3129
|
-
|
|
3130
|
-
* **dialog:** add support for icon badge in header ([647d3fd](https://github.com/Lundalogik/lime-elements/commit/647d3fd)), closes [Lundalogik/crm-feature#698](https://github.com/Lundalogik/crm-feature/issues/698)
|
|
3131
|
-
|
|
3132
|
-
## [20.1.1](https://github.com/Lundalogik/lime-elements/compare/v20.1.0...v20.1.1) (2019-04-16)
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
### Bug Fixes
|
|
3136
|
-
|
|
3137
|
-
* **limel-file:** change event contains file ([4c51b40](https://github.com/Lundalogik/lime-elements/commit/4c51b40)), closes [#355](https://github.com/Lundalogik/lime-elements/issues/355)
|
|
3138
|
-
|
|
3139
|
-
# [20.1.0](https://github.com/Lundalogik/lime-elements/compare/v20.0.1...v20.1.0) (2019-04-10)
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
### Features
|
|
3143
|
-
|
|
3144
|
-
* **limel-file:** add component ([3b3f57c](https://github.com/Lundalogik/lime-elements/commit/3b3f57c)), closes [#303](https://github.com/Lundalogik/lime-elements/issues/303)
|
|
3145
|
-
|
|
3146
|
-
## [20.0.1](https://github.com/Lundalogik/lime-elements/compare/v20.0.0...v20.0.1) (2019-04-08)
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
### Bug Fixes
|
|
3150
|
-
|
|
3151
|
-
* **material:** update code to work with material 1.1.0 ([e2006de](https://github.com/Lundalogik/lime-elements/commit/e2006de))
|
|
3152
|
-
|
|
3153
|
-
# [20.0.0](https://github.com/Lundalogik/lime-elements/compare/v19.1.1...v20.0.0) (2019-04-05)
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
### Bug Fixes
|
|
3157
|
-
|
|
3158
|
-
* **list:** disabled items not handled correctly ([93a24cb](https://github.com/Lundalogik/lime-elements/commit/93a24cb))
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
### Code Refactoring
|
|
3162
|
-
|
|
3163
|
-
* **multi-select:** remove multi-select ([33fd282](https://github.com/Lundalogik/lime-elements/commit/33fd282)), closes [#203](https://github.com/Lundalogik/lime-elements/issues/203)
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
### Features
|
|
3167
|
-
|
|
3168
|
-
* **select:** add `required` property ([78be0a8](https://github.com/Lundalogik/lime-elements/commit/78be0a8)), closes [Lundalogik/lime-webclient#973](https://github.com/Lundalogik/lime-webclient/issues/973)
|
|
3169
|
-
* **select:** add property for selecting multiple values ([1f7d193](https://github.com/Lundalogik/lime-elements/commit/1f7d193)), closes [#203](https://github.com/Lundalogik/lime-elements/issues/203)
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
### BREAKING CHANGES
|
|
3173
|
-
|
|
3174
|
-
* **multi-select:** multi-select component has been removed in favor of the select component that now
|
|
3175
|
-
has a property called `multiple` that offers the same functionality in a better way
|
|
3176
|
-
|
|
3177
|
-
## [19.1.1](https://github.com/Lundalogik/lime-elements/compare/v19.1.0...v19.1.1) (2019-04-05)
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
### Performance Improvements
|
|
3181
|
-
|
|
3182
|
-
* **menu:** remove event listeners when component is destroyed ([3e7f71f](https://github.com/Lundalogik/lime-elements/commit/3e7f71f))
|
|
3183
|
-
|
|
3184
|
-
# [19.1.0](https://github.com/Lundalogik/lime-elements/compare/v19.0.1...v19.1.0) (2019-03-29)
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
### Features
|
|
3188
|
-
|
|
3189
|
-
* **list:** improve list to handle multiple selection with checkboxes ([78ffd99](https://github.com/Lundalogik/lime-elements/commit/78ffd99))
|
|
3190
|
-
|
|
3191
|
-
## [19.0.1](https://github.com/Lundalogik/lime-elements/compare/v19.0.0...v19.0.1) (2019-03-29)
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
### Performance Improvements
|
|
3195
|
-
|
|
3196
|
-
* **mdc:** remove event listeners when components are destroyed ([f0d131a](https://github.com/Lundalogik/lime-elements/commit/f0d131a))
|
|
3197
|
-
|
|
3198
|
-
# [19.0.0](https://github.com/Lundalogik/lime-elements/compare/v18.0.2...v19.0.0) (2019-03-29)
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
### Bug Fixes
|
|
3202
|
-
|
|
3203
|
-
* **chip set:** use icon badges ([898b247](https://github.com/Lundalogik/lime-elements/commit/898b247))
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
### Features
|
|
3207
|
-
|
|
3208
|
-
* **icon:** add `badge` attribute to limel-icon, and only add extra padding when true ([e4fa6a8](https://github.com/Lundalogik/lime-elements/commit/e4fa6a8))
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
### BREAKING CHANGES
|
|
3212
|
-
|
|
3213
|
-
* **icon:** Reverts breaking change to limel-icon from v17.0.0 (fd006f8).
|
|
3214
|
-
|
|
3215
|
-
## [18.0.2](https://github.com/Lundalogik/lime-elements/compare/v18.0.1...v18.0.2) (2019-03-28)
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
### Performance Improvements
|
|
3219
|
-
|
|
3220
|
-
* remove lamda and bind() from templates ([a048973](https://github.com/Lundalogik/lime-elements/commit/a048973)), closes [#346](https://github.com/Lundalogik/lime-elements/issues/346)
|
|
3221
|
-
|
|
3222
|
-
## [18.0.1](https://github.com/Lundalogik/lime-elements/compare/v18.0.0...v18.0.1) (2019-03-26)
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
### Bug Fixes
|
|
3226
|
-
|
|
3227
|
-
* **icon:** change box-sizing to border-box ([fb045e4](https://github.com/Lundalogik/lime-elements/commit/fb045e4))
|
|
3228
|
-
* **spinner:** change box-sizing to border-box ([eff16bf](https://github.com/Lundalogik/lime-elements/commit/eff16bf))
|
|
3229
|
-
|
|
3230
|
-
# [18.0.0](https://github.com/Lundalogik/lime-elements/compare/v17.0.0...v18.0.0) (2019-03-26)
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
### Features
|
|
3234
|
-
|
|
3235
|
-
* change definition of 1rem from 10px to 16px ([35b00e5](https://github.com/Lundalogik/lime-elements/commit/35b00e5)), closes [Lundalogik/crm-feature#813](https://github.com/Lundalogik/crm-feature/issues/813)
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
### BREAKING CHANGES
|
|
3239
|
-
|
|
3240
|
-
* All size values have been rescaled to assume 1rem=16px.
|
|
3241
|
-
|
|
3242
|
-
# [17.0.0](https://github.com/Lundalogik/lime-elements/compare/v16.2.1...v17.0.0) (2019-03-21)
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
### Bug Fixes
|
|
3246
|
-
|
|
3247
|
-
* **color:** use correct color variable ([594eeb0](https://github.com/Lundalogik/lime-elements/commit/594eeb0))
|
|
3248
|
-
* **icon:** define icon sizes ([eb706e7](https://github.com/Lundalogik/lime-elements/commit/eb706e7))
|
|
3249
|
-
* **limel-multi-select:** stop internal change-events from propagating outside the component ([9b6a09a](https://github.com/Lundalogik/lime-elements/commit/9b6a09a))
|
|
3250
|
-
* **limel-select:** stop internal change-events from propagating outside the component ([cbbade3](https://github.com/Lundalogik/lime-elements/commit/cbbade3))
|
|
3251
|
-
* **picker:** added value generic property to list item ([e1e44b6](https://github.com/Lundalogik/lime-elements/commit/e1e44b6))
|
|
3252
|
-
* **spinner:** define spinner sizes ([415065d](https://github.com/Lundalogik/lime-elements/commit/415065d))
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
### Code Refactoring
|
|
3256
|
-
|
|
3257
|
-
* **badge:** remove badge component ([8b81ef9](https://github.com/Lundalogik/lime-elements/commit/8b81ef9))
|
|
3258
|
-
* **button group:** remove button group ([6df45df](https://github.com/Lundalogik/lime-elements/commit/6df45df))
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
### Features
|
|
3262
|
-
|
|
3263
|
-
* **flex container:** new flex container component ([e0a65ef](https://github.com/Lundalogik/lime-elements/commit/e0a65ef))
|
|
3264
|
-
* **icon:** allow setting background color on icon ([fd006f8](https://github.com/Lundalogik/lime-elements/commit/fd006f8))
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
### BREAKING CHANGES
|
|
3268
|
-
|
|
3269
|
-
* **picker:** Removed the index signature from ListItem interface. Consumers of list items should
|
|
3270
|
-
pass any custom values in the value property instead
|
|
3271
|
-
* **button group:** Button group has been removed in favor of flex container, which offers the same
|
|
3272
|
-
functionality with a cleaner API and is not constrained to only containing buttons
|
|
3273
|
-
* **badge:** The badge component has been removed. Code that uses the badge component should use
|
|
3274
|
-
the icon component instead, which offers the same functionality.
|
|
3275
|
-
|
|
3276
|
-
## [16.2.1](https://github.com/Lundalogik/lime-elements/compare/v16.2.0...v16.2.1) (2019-03-18)
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
### Bug Fixes
|
|
3280
|
-
|
|
3281
|
-
* **input field:** render icon correctly ([6517fcc](https://github.com/Lundalogik/lime-elements/commit/6517fcc))
|
|
3282
|
-
|
|
3283
|
-
# [16.2.0](https://github.com/Lundalogik/lime-elements/compare/v16.1.3...v16.2.0) (2019-03-08)
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
### Features
|
|
3287
|
-
|
|
3288
|
-
* **checkbox:** adds checkbox component ([ebc9272](https://github.com/Lundalogik/lime-elements/commit/ebc9272))
|
|
3289
|
-
|
|
3290
|
-
## [16.1.3](https://github.com/Lundalogik/lime-elements/compare/v16.1.2...v16.1.3) (2019-03-08)
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
### Bug Fixes
|
|
3294
|
-
|
|
3295
|
-
* **limel-date-picker:** fix momentjs locale being set globally by datepicker ([307f8d6](https://github.com/Lundalogik/lime-elements/commit/307f8d6)), closes [#323](https://github.com/Lundalogik/lime-elements/issues/323)
|
|
3296
|
-
|
|
3297
|
-
## [16.1.2](https://github.com/Lundalogik/lime-elements/compare/v16.1.1...v16.1.2) (2019-03-08)
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
### Bug Fixes
|
|
3301
|
-
|
|
3302
|
-
* correct scss imports so we do not break consumer builds ([c9b4fe6](https://github.com/Lundalogik/lime-elements/commit/c9b4fe6)), closes [#329](https://github.com/Lundalogik/lime-elements/issues/329)
|
|
3303
|
-
|
|
3304
|
-
## [16.1.1](https://github.com/Lundalogik/lime-elements/compare/v16.1.0...v16.1.1) (2019-03-07)
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
### Bug Fixes
|
|
3308
|
-
|
|
3309
|
-
* **chip set:** stop input change event from propagating ([e2c7b32](https://github.com/Lundalogik/lime-elements/commit/e2c7b32))
|
|
3310
|
-
* **picker:** fix focus handling of picker in edge ([2017784](https://github.com/Lundalogik/lime-elements/commit/2017784))
|
|
3311
|
-
|
|
3312
|
-
# [16.1.0](https://github.com/Lundalogik/lime-elements/compare/v16.0.4...v16.1.0) (2019-03-07)
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
### Features
|
|
3316
|
-
|
|
3317
|
-
* **button:** add outlined button style ([26612a6](https://github.com/Lundalogik/lime-elements/commit/26612a6)), closes [#317](https://github.com/Lundalogik/lime-elements/issues/317)
|
|
3318
|
-
* **button:** add support for icons on buttons ([37b2c5a](https://github.com/Lundalogik/lime-elements/commit/37b2c5a)), closes [#317](https://github.com/Lundalogik/lime-elements/issues/317)
|
|
3319
|
-
|
|
3320
|
-
## [16.0.4](https://github.com/Lundalogik/lime-elements/compare/v16.0.3...v16.0.4) (2019-03-05)
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
### Bug Fixes
|
|
3324
|
-
|
|
3325
|
-
* **chart:** remove exposed ChartJS interfaces ([0881b89](https://github.com/Lundalogik/lime-elements/commit/0881b89))
|
|
3326
|
-
|
|
3327
|
-
## [16.0.3](https://github.com/Lundalogik/lime-elements/compare/v16.0.2...v16.0.3) (2019-03-05)
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
### Bug Fixes
|
|
3331
|
-
|
|
3332
|
-
* **limel-date-picker:** don't format value for native pickers ([94be85f](https://github.com/Lundalogik/lime-elements/commit/94be85f))
|
|
3333
|
-
* **limel-date-picker:** enable moving caret with keyboard ([dd49360](https://github.com/Lundalogik/lime-elements/commit/dd49360)), closes [#306](https://github.com/Lundalogik/lime-elements/issues/306)
|
|
3334
|
-
* **limel-date-picker:** fix pickers broken on mobile ([5f17cd4](https://github.com/Lundalogik/lime-elements/commit/5f17cd4)), closes [#311](https://github.com/Lundalogik/lime-elements/issues/311)
|
|
3335
|
-
* **limel-date-picker:** make sure week numbers are determined according to iso standard ([fd9dbf2](https://github.com/Lundalogik/lime-elements/commit/fd9dbf2))
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
### Performance Improvements
|
|
3339
|
-
|
|
3340
|
-
* **limel-date-picker:** on window resize, redraw picker instead of creating a new instance ([3327377](https://github.com/Lundalogik/lime-elements/commit/3327377))
|
|
3341
|
-
|
|
3342
|
-
## [16.0.2](https://github.com/Lundalogik/lime-elements/compare/v16.0.1...v16.0.2) (2019-02-26)
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
### Bug Fixes
|
|
3346
|
-
|
|
3347
|
-
* **limel-dialog:** open dialog on Microsoft Edge several times ([05c857f](https://github.com/Lundalogik/lime-elements/commit/05c857f)), closes [#314](https://github.com/Lundalogik/lime-elements/issues/314)
|
|
3348
|
-
|
|
3349
|
-
## [16.0.1](https://github.com/Lundalogik/lime-elements/compare/v16.0.0...v16.0.1) (2019-02-19)
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
### Bug Fixes
|
|
3353
|
-
|
|
3354
|
-
* **limel-date-picker:** change picker value when changing the input ([cf7dc60](https://github.com/Lundalogik/lime-elements/commit/cf7dc60)), closes [#297](https://github.com/Lundalogik/lime-elements/issues/297)
|
|
3355
|
-
|
|
3356
|
-
# [16.0.0](https://github.com/Lundalogik/lime-elements/compare/v15.0.7...v16.0.0) (2019-02-18)
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
### Features
|
|
3360
|
-
|
|
3361
|
-
* **limel-chart:** add component ([62b2b2c](https://github.com/Lundalogik/lime-elements/commit/62b2b2c)), closes [#287](https://github.com/Lundalogik/lime-elements/issues/287)
|
|
3362
|
-
* **limel-grid:** add new limel-grid component ([5572b6b](https://github.com/Lundalogik/lime-elements/commit/5572b6b)), closes [#289](https://github.com/Lundalogik/lime-elements/issues/289) [Lundalogik/crm-feature#758](https://github.com/Lundalogik/crm-feature/issues/758)
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
### BREAKING CHANGES
|
|
3366
|
-
|
|
3367
|
-
* **limel-grid:** The scss-mixin grid-fullscreen has been removed. It is replaced by the new
|
|
3368
|
-
limel-grid component.
|
|
3369
|
-
|
|
3370
|
-
## [15.0.7](https://github.com/Lundalogik/lime-elements/compare/v15.0.6...v15.0.7) (2019-02-15)
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
### Bug Fixes
|
|
3374
|
-
|
|
3375
|
-
* **limel-date-picker:** keep formatted value in sync ([1444754](https://github.com/Lundalogik/lime-elements/commit/1444754)), closes [#295](https://github.com/Lundalogik/lime-elements/issues/295)
|
|
3376
|
-
|
|
3377
|
-
## [15.0.6](https://github.com/Lundalogik/lime-elements/compare/v15.0.5...v15.0.6) (2019-02-13)
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
### Bug Fixes
|
|
3381
|
-
|
|
3382
|
-
* **limel-dialog:** set focus trap on hidden input field ([263937b](https://github.com/Lundalogik/lime-elements/commit/263937b))
|
|
3383
|
-
|
|
3384
|
-
## [15.0.5](https://github.com/Lundalogik/lime-elements/compare/v15.0.4...v15.0.5) (2019-02-08)
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
### Bug Fixes
|
|
3388
|
-
|
|
3389
|
-
* snackbar listens to action event again ([2860213](https://github.com/Lundalogik/lime-elements/commit/2860213))
|
|
3390
|
-
|
|
3391
|
-
## [15.0.4](https://github.com/Lundalogik/lime-elements/compare/v15.0.3...v15.0.4) (2019-02-05)
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
### Bug Fixes
|
|
3395
|
-
|
|
3396
|
-
* **limel-multi-select:** fix label styles ([9a6af5d](https://github.com/Lundalogik/lime-elements/commit/9a6af5d))
|
|
3397
|
-
|
|
3398
|
-
## [15.0.3](https://github.com/Lundalogik/lime-elements/compare/v15.0.2...v15.0.3) (2019-02-05)
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
### Bug Fixes
|
|
3402
|
-
|
|
3403
|
-
* **limel-picker:** focus event: stop propagration when element removed ([805c674](https://github.com/Lundalogik/lime-elements/commit/805c674))
|
|
3404
|
-
|
|
3405
|
-
## [15.0.2](https://github.com/Lundalogik/lime-elements/compare/v15.0.1...v15.0.2) (2019-02-05)
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
### Bug Fixes
|
|
3409
|
-
|
|
3410
|
-
* **limel-multi-select:** use floating label styles ([fcdd9dd](https://github.com/Lundalogik/lime-elements/commit/fcdd9dd))
|
|
3411
|
-
* **limel-slider:** use floating label styles ([4a5e469](https://github.com/Lundalogik/lime-elements/commit/4a5e469))
|
|
3412
|
-
|
|
3413
|
-
## [15.0.1](https://github.com/Lundalogik/lime-elements/compare/v15.0.0...v15.0.1) (2019-02-04)
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
### Bug Fixes
|
|
3417
|
-
|
|
3418
|
-
* **multi-select:** change color on multi-select radio buttons to a dark-grey color ([7c47810](https://github.com/Lundalogik/lime-elements/commit/7c47810)), closes [#254](https://github.com/Lundalogik/lime-elements/issues/254)
|
|
3419
|
-
* **multi-select:** remove border-bottom styling ([9e79010](https://github.com/Lundalogik/lime-elements/commit/9e79010))
|
|
3420
|
-
* **slider:** remove border-bottom styling ([791ca7f](https://github.com/Lundalogik/lime-elements/commit/791ca7f))
|
|
3421
|
-
|
|
3422
|
-
# [15.0.0](https://github.com/Lundalogik/lime-elements/compare/v14.0.0...v15.0.0) (2019-02-01)
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
### chore
|
|
3426
|
-
|
|
3427
|
-
* **limel-autocomplete:** delete component ([8ef2ad2](https://github.com/Lundalogik/lime-elements/commit/8ef2ad2)), closes [#274](https://github.com/Lundalogik/lime-elements/issues/274)
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
### Features
|
|
3431
|
-
|
|
3432
|
-
* **limel-input-field:** add prop completions as suggestions value can autocomplete to ([0eddeae](https://github.com/Lundalogik/lime-elements/commit/0eddeae)), closes [#274](https://github.com/Lundalogik/lime-elements/issues/274)
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
### BREAKING CHANGES
|
|
3436
|
-
|
|
3437
|
-
* **limel-autocomplete:** limel-autocomplete is deleted, use limel-input-field with completions instead
|
|
3438
|
-
|
|
3439
|
-
# [14.0.0](https://github.com/Lundalogik/lime-elements/compare/v13.4.0...v14.0.0) (2019-02-01)
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
### Code Refactoring
|
|
3443
|
-
|
|
3444
|
-
* **grid:** rename mixin `fullpage-grid` to `grid-fullpage` ([749dc3f](https://github.com/Lundalogik/lime-elements/commit/749dc3f))
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
### BREAKING CHANGES
|
|
3448
|
-
|
|
3449
|
-
* **grid:** In order to better accommodate other grid mixins in the future, the mixin
|
|
3450
|
-
`fullpage-grid` has been renamed to `grid-fullpage`.
|
|
3451
|
-
|
|
3452
|
-
# [13.4.0](https://github.com/Lundalogik/lime-elements/compare/v13.3.0...v13.4.0) (2019-01-31)
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
### Features
|
|
3456
|
-
|
|
3457
|
-
* **grid:** add scss mixin for fullpage-grid ([5b81baf](https://github.com/Lundalogik/lime-elements/commit/5b81baf)), closes [Lundalogik/crm-feature#709](https://github.com/Lundalogik/crm-feature/issues/709) [Lundalogik/crm-feature#710](https://github.com/Lundalogik/crm-feature/issues/710)
|
|
3458
|
-
|
|
3459
|
-
# [13.3.0](https://github.com/Lundalogik/lime-elements/compare/v13.2.3...v13.3.0) (2019-01-30)
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
### Bug Fixes
|
|
3463
|
-
|
|
3464
|
-
* **limel-slider:** change pin color to white ([b83c585](https://github.com/Lundalogik/lime-elements/commit/b83c585)), closes [#252](https://github.com/Lundalogik/lime-elements/issues/252)
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
### Features
|
|
3468
|
-
|
|
3469
|
-
* **limel-slider:** define highlight color by variable ([07b687c](https://github.com/Lundalogik/lime-elements/commit/07b687c)), closes [#252](https://github.com/Lundalogik/lime-elements/issues/252)
|
|
3470
|
-
|
|
3471
|
-
## [13.2.3](https://github.com/Lundalogik/lime-elements/compare/v13.2.2...v13.2.3) (2019-01-29)
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
### Bug Fixes
|
|
3475
|
-
|
|
3476
|
-
* **limel-dialog:** possible to create fullsize dialog ([590f592](https://github.com/Lundalogik/lime-elements/commit/590f592))
|
|
3477
|
-
|
|
3478
|
-
## [13.2.2](https://github.com/Lundalogik/lime-elements/compare/v13.2.1...v13.2.2) (2019-01-28)
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
### Bug Fixes
|
|
3482
|
-
|
|
3483
|
-
* **limel-select:** add icon to select list ([d0dc5a9](https://github.com/Lundalogik/lime-elements/commit/d0dc5a9))
|
|
3484
|
-
|
|
3485
|
-
## [13.2.1](https://github.com/Lundalogik/lime-elements/compare/v13.2.0...v13.2.1) (2019-01-28)
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
### Bug Fixes
|
|
3489
|
-
|
|
3490
|
-
* **input-field:** floating label if value is set or field is focused ([85d4c0e](https://github.com/Lundalogik/lime-elements/commit/85d4c0e))
|
|
3491
|
-
|
|
3492
|
-
# [13.2.0](https://github.com/Lundalogik/lime-elements/compare/v13.1.0...v13.2.0) (2019-01-25)
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
### Features
|
|
3496
|
-
|
|
3497
|
-
* **limel-badges:** allow badges ([161dfd4](https://github.com/Lundalogik/lime-elements/commit/161dfd4)), closes [Lundalogik/crm-feature#695](https://github.com/Lundalogik/crm-feature/issues/695)
|
|
3498
|
-
* **limel-list:** overwrite material badge size in a list ([f825806](https://github.com/Lundalogik/lime-elements/commit/f825806)), closes [Lundalogik/crm-feature#695](https://github.com/Lundalogik/crm-feature/issues/695)
|
|
3499
|
-
|
|
3500
|
-
# [13.1.0](https://github.com/Lundalogik/lime-elements/compare/v13.0.3...v13.1.0) (2019-01-25)
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
### Bug Fixes
|
|
3504
|
-
|
|
3505
|
-
* **limel-picker:** set chip-set id from listItem id if existing ([d260906](https://github.com/Lundalogik/lime-elements/commit/d260906)), closes [#256](https://github.com/Lundalogik/lime-elements/issues/256)
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
### Features
|
|
3509
|
-
|
|
3510
|
-
* **limel-picker:** add interact event ([2e191d1](https://github.com/Lundalogik/lime-elements/commit/2e191d1)), closes [#256](https://github.com/Lundalogik/lime-elements/issues/256)
|
|
3511
|
-
|
|
3512
|
-
## [13.0.3](https://github.com/Lundalogik/lime-elements/compare/v13.0.2...v13.0.3) (2019-01-25)
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
### Bug Fixes
|
|
3516
|
-
|
|
3517
|
-
* add border to multi-select ([5986223](https://github.com/Lundalogik/lime-elements/commit/5986223))
|
|
3518
|
-
* add border to slider ([b4784f1](https://github.com/Lundalogik/lime-elements/commit/b4784f1))
|
|
3519
|
-
|
|
3520
|
-
## [13.0.2](https://github.com/Lundalogik/lime-elements/compare/v13.0.1...v13.0.2) (2019-01-25)
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
### Bug Fixes
|
|
3524
|
-
|
|
3525
|
-
* change border bottom color on input fields ([2981bc9](https://github.com/Lundalogik/lime-elements/commit/2981bc9))
|
|
3526
|
-
* input field for limel-input is white ([beae022](https://github.com/Lundalogik/lime-elements/commit/beae022))
|
|
3527
|
-
* input field for limel-picker is white ([1533a54](https://github.com/Lundalogik/lime-elements/commit/1533a54))
|
|
3528
|
-
* input field for limel-select is white ([62c8f5c](https://github.com/Lundalogik/lime-elements/commit/62c8f5c))
|
|
3529
|
-
|
|
3530
|
-
## [13.0.1](https://github.com/Lundalogik/lime-elements/compare/v13.0.0...v13.0.1) (2019-01-25)
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
### Bug Fixes
|
|
3534
|
-
|
|
3535
|
-
* **picker:** improve performance for limel-picker ([7b01dac](https://github.com/Lundalogik/lime-elements/commit/7b01dac))
|
|
3536
|
-
|
|
3537
|
-
# [13.0.0](https://github.com/Lundalogik/lime-elements/compare/v12.1.1...v13.0.0) (2019-01-21)
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
### Bug Fixes
|
|
3541
|
-
|
|
3542
|
-
* **collapsible-section:** header is set as a property ([f4074e4](https://github.com/Lundalogik/lime-elements/commit/f4074e4))
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
### BREAKING CHANGES
|
|
3546
|
-
|
|
3547
|
-
* **collapsible-section:** New interface for lime-collapsible-section
|
|
3548
|
-
|
|
3549
|
-
## [12.1.1](https://github.com/Lundalogik/lime-elements/compare/v12.1.0...v12.1.1) (2019-01-21)
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
### Bug Fixes
|
|
3553
|
-
|
|
3554
|
-
* **fonts:** change fontsizes ([478c608](https://github.com/Lundalogik/lime-elements/commit/478c608))
|
|
3555
|
-
|
|
3556
|
-
# [12.1.0](https://github.com/Lundalogik/lime-elements/compare/v12.0.5...v12.1.0) (2019-01-17)
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
### Features
|
|
3560
|
-
|
|
3561
|
-
* **limel-dialog:** add closing event ([e98038f](https://github.com/Lundalogik/lime-elements/commit/e98038f)), closes [#244](https://github.com/Lundalogik/lime-elements/issues/244)
|
|
3562
|
-
|
|
3563
|
-
## [12.0.5](https://github.com/Lundalogik/lime-elements/compare/v12.0.4...v12.0.5) (2019-01-14)
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
### Bug Fixes
|
|
3567
|
-
|
|
3568
|
-
* **limel-date-picker:** fix language config for provided translations ([58722f2](https://github.com/Lundalogik/lime-elements/commit/58722f2)), closes [#241](https://github.com/Lundalogik/lime-elements/issues/241)
|
|
3569
|
-
|
|
3570
|
-
## [12.0.4](https://github.com/Lundalogik/lime-elements/compare/v12.0.3...v12.0.4) (2019-01-14)
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
### Bug Fixes
|
|
3574
|
-
|
|
3575
|
-
* **limel-date-picker:** translate based on language property ([15ee7b6](https://github.com/Lundalogik/lime-elements/commit/15ee7b6)), closes [#241](https://github.com/Lundalogik/lime-elements/issues/241)
|
|
3576
|
-
|
|
3577
|
-
## [12.0.3](https://github.com/Lundalogik/lime-elements/compare/v12.0.2...v12.0.3) (2019-01-11)
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
### Bug Fixes
|
|
3581
|
-
|
|
3582
|
-
* **limel-menu:** decrease size of text and icons ([fed8c31](https://github.com/Lundalogik/lime-elements/commit/fed8c31)), closes [Lundalogik/crm-feature#704](https://github.com/Lundalogik/crm-feature/issues/704) [#210](https://github.com/Lundalogik/lime-elements/issues/210)
|
|
3583
|
-
|
|
3584
|
-
## [12.0.2](https://github.com/Lundalogik/lime-elements/compare/v12.0.1...v12.0.2) (2019-01-10)
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
### Bug Fixes
|
|
3588
|
-
|
|
3589
|
-
* **docs:** fix issue with documentation being published at incorrect path ([5e16f72](https://github.com/Lundalogik/lime-elements/commit/5e16f72))
|
|
3590
|
-
|
|
3591
|
-
## [12.0.1](https://github.com/Lundalogik/lime-elements/compare/v12.0.0...v12.0.1) (2019-01-10)
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
### Bug Fixes
|
|
3595
|
-
|
|
3596
|
-
* **limel-date-picker:** format property overwrites default date format ([3e0f4dc](https://github.com/Lundalogik/lime-elements/commit/3e0f4dc)), closes [#237](https://github.com/Lundalogik/lime-elements/issues/237)
|
|
3597
|
-
|
|
3598
|
-
# [12.0.0](https://github.com/Lundalogik/lime-elements/compare/v11.4.5...v12.0.0) (2019-01-10)
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
### Bug Fixes
|
|
3602
|
-
|
|
3603
|
-
* **limel-chip-set:** make method getEditMode async ([cee272f](https://github.com/Lundalogik/lime-elements/commit/cee272f))
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
### BREAKING CHANGES
|
|
3607
|
-
|
|
3608
|
-
* **limel-chip-set:** The method `getEditMode` on limel-chip-set is now async (it will return a promise).
|
|
3609
|
-
|
|
3610
|
-
## [11.4.5](https://github.com/Lundalogik/lime-elements/compare/v11.4.4...v11.4.5) (2019-01-03)
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
### Bug Fixes
|
|
3614
|
-
|
|
3615
|
-
* **limel-menu:** no word wrapping in menu items ([446a1be](https://github.com/Lundalogik/lime-elements/commit/446a1be)), closes [#230](https://github.com/Lundalogik/lime-elements/issues/230)
|
|
3616
|
-
|
|
3617
|
-
## [11.4.4](https://github.com/Lundalogik/lime-elements/compare/v11.4.3...v11.4.4) (2018-12-21)
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
### Bug Fixes
|
|
3621
|
-
|
|
3622
|
-
* **limel-date-picker:** fix width calculation if initially hidden ([d0f8de3](https://github.com/Lundalogik/lime-elements/commit/d0f8de3)), closes [#228](https://github.com/Lundalogik/lime-elements/issues/228)
|
|
3623
|
-
|
|
3624
|
-
## [11.4.3](https://github.com/Lundalogik/lime-elements/compare/v11.4.2...v11.4.3) (2018-12-19)
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
### Bug Fixes
|
|
3628
|
-
|
|
3629
|
-
* **install:** add postinstall.js to published files ([3e5a239](https://github.com/Lundalogik/lime-elements/commit/3e5a239))
|
|
3630
|
-
|
|
3631
|
-
## [11.4.2](https://github.com/Lundalogik/lime-elements/compare/v11.4.1...v11.4.2) (2018-12-18)
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
### Bug Fixes
|
|
3635
|
-
|
|
3636
|
-
* **build:** fix postinstall to check if files exist ([2093bfd](https://github.com/Lundalogik/lime-elements/commit/2093bfd))
|
|
3637
|
-
|
|
3638
|
-
## [11.4.1](https://github.com/Lundalogik/lime-elements/compare/v11.4.0...v11.4.1) (2018-12-18)
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
### Bug Fixes
|
|
3642
|
-
|
|
3643
|
-
* **limel-picker:** fix z-index in list by using mdc-menu-surface css ([83eb102](https://github.com/Lundalogik/lime-elements/commit/83eb102)), closes [#179](https://github.com/Lundalogik/lime-elements/issues/179)
|
|
3644
|
-
|
|
3645
|
-
# [11.4.0](https://github.com/Lundalogik/lime-elements/compare/v11.3.0...v11.4.0) (2018-12-18)
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
### Features
|
|
3649
|
-
|
|
3650
|
-
* **date-picker:** implements date pickers ([86d73a4](https://github.com/Lundalogik/lime-elements/commit/86d73a4))
|
|
3651
|
-
* **translations:** adds translations support ([fa400ce](https://github.com/Lundalogik/lime-elements/commit/fa400ce))
|
|
3652
|
-
|
|
3653
|
-
# [11.3.0](https://github.com/Lundalogik/lime-elements/compare/v11.2.1...v11.3.0) (2018-12-17)
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
### Bug Fixes
|
|
3657
|
-
|
|
3658
|
-
* **picker:** show pre-selected items ([0a66848](https://github.com/Lundalogik/lime-elements/commit/0a66848))
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
### Features
|
|
3662
|
-
|
|
3663
|
-
* **limel-dialog:** add property closingActions incl. example ([fb14313](https://github.com/Lundalogik/lime-elements/commit/fb14313)), closes [#139](https://github.com/Lundalogik/lime-elements/issues/139)
|
|
3664
|
-
|
|
3665
|
-
## [11.2.1](https://github.com/Lundalogik/lime-elements/compare/v11.2.0...v11.2.1) (2018-12-03)
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
### Bug Fixes
|
|
3669
|
-
|
|
3670
|
-
* **chip-set:** add animation to input element ([ef0c717](https://github.com/Lundalogik/lime-elements/commit/ef0c717))
|
|
3671
|
-
|
|
3672
|
-
# [11.2.0](https://github.com/Lundalogik/lime-elements/compare/v11.1.0...v11.2.0) (2018-11-29)
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
### Features
|
|
3676
|
-
|
|
3677
|
-
* **colors:** define properties for setting colors ([a6c1333](https://github.com/Lundalogik/lime-elements/commit/a6c1333))
|
|
3678
|
-
|
|
3679
|
-
# [11.1.0](https://github.com/Lundalogik/lime-elements/compare/v11.0.0...v11.1.0) (2018-11-29)
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
### Features
|
|
3683
|
-
|
|
3684
|
-
* **chip-set:** allow setting background color when type is input ([7ba0fd3](https://github.com/Lundalogik/lime-elements/commit/7ba0fd3))
|
|
3685
|
-
* **input-field:** allow setting background color of field ([c770fe2](https://github.com/Lundalogik/lime-elements/commit/c770fe2))
|
|
3686
|
-
* **select:** allow setting background color of field ([c1e1375](https://github.com/Lundalogik/lime-elements/commit/c1e1375))
|
|
3687
|
-
|
|
3688
|
-
# [11.0.0](https://github.com/Lundalogik/lime-elements/compare/v10.0.2...v11.0.0) (2018-11-26)
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
### Bug Fixes
|
|
3692
|
-
|
|
3693
|
-
* **input-field:** onChange with number input emits a number instead of string ([1047f25](https://github.com/Lundalogik/lime-elements/commit/1047f25))
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
### chore
|
|
3697
|
-
|
|
3698
|
-
* **icons:** move icons to base folder ([0b58309](https://github.com/Lundalogik/lime-elements/commit/0b58309))
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
### Features
|
|
3702
|
-
|
|
3703
|
-
* **text-field:** adds support for number formatting ([661f9c6](https://github.com/Lundalogik/lime-elements/commit/661f9c6))
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
### BREAKING CHANGES
|
|
3707
|
-
|
|
3708
|
-
* **icons:** Icons have been moved out from the folder structure and are all located in one folder instead
|
|
3709
|
-
* **text-field:** Renames limel-text-field to limel-input-field.
|
|
3710
|
-
|
|
3711
|
-
## [10.0.2](https://github.com/Lundalogik/lime-elements/compare/v10.0.1...v10.0.2) (2018-11-22)
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
### Bug Fixes
|
|
3715
|
-
|
|
3716
|
-
* **limel-picker:** fix issue where suggestions might be shown even if the component is blurred ([54afe6b](https://github.com/Lundalogik/lime-elements/commit/54afe6b)), closes [#194](https://github.com/Lundalogik/lime-elements/issues/194) [Lundalogik/crm-feature#636](https://github.com/Lundalogik/crm-feature/issues/636)
|
|
3717
|
-
|
|
3718
|
-
## [10.0.1](https://github.com/Lundalogik/lime-elements/compare/v10.0.0...v10.0.1) (2018-11-20)
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
### Bug Fixes
|
|
3722
|
-
|
|
3723
|
-
* **picker:** set focus to text field when picker receives focus ([7abe7a2](https://github.com/Lundalogik/lime-elements/commit/7abe7a2))
|
|
3724
|
-
|
|
3725
|
-
# [10.0.0](https://github.com/Lundalogik/lime-elements/compare/v9.9.0...v10.0.0) (2018-11-20)
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
### Bug Fixes
|
|
3729
|
-
|
|
3730
|
-
* **limel-chip-set:** change name of method `focus` to `setFocus` ([f849e8e](https://github.com/Lundalogik/lime-elements/commit/f849e8e))
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
### BREAKING CHANGES
|
|
3734
|
-
|
|
3735
|
-
* **limel-chip-set:** The method `focus()` on `limel-chip-set` has been renamed to `setFocus()`.
|
|
3736
|
-
|
|
3737
|
-
# [9.9.0](https://github.com/Lundalogik/lime-elements/compare/v9.8.0...v9.9.0) (2018-11-19)
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
### Features
|
|
3741
|
-
|
|
3742
|
-
* **list:** support for icons ([eb1021f](https://github.com/Lundalogik/lime-elements/commit/eb1021f))
|
|
3743
|
-
* **menu:** support for icons ([7eee825](https://github.com/Lundalogik/lime-elements/commit/7eee825))
|
|
3744
|
-
* **picker:** support for icons ([ccda724](https://github.com/Lundalogik/lime-elements/commit/ccda724))
|
|
3745
|
-
|
|
3746
|
-
# [9.8.0](https://github.com/Lundalogik/lime-elements/compare/v9.7.0...v9.8.0) (2018-11-15)
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
### Features
|
|
3750
|
-
|
|
3751
|
-
* **dialog:** allow size to be set through CSS variables ([fad7f1c](https://github.com/Lundalogik/lime-elements/commit/fad7f1c))
|
|
3752
|
-
|
|
3753
|
-
# [9.7.0](https://github.com/Lundalogik/lime-elements/compare/v9.6.0...v9.7.0) (2018-11-15)
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
### Features
|
|
3757
|
-
|
|
3758
|
-
* **limel-slider:** add factor property ([a412f72](https://github.com/Lundalogik/lime-elements/commit/a412f72)), closes [#196](https://github.com/Lundalogik/lime-elements/issues/196)
|
|
3759
|
-
|
|
3760
|
-
# [9.6.0](https://github.com/Lundalogik/lime-elements/compare/v9.5.0...v9.6.0) (2018-11-14)
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
### Bug Fixes
|
|
3764
|
-
|
|
3765
|
-
* **limel-collapsible-section:** call dispatchResizeEvent when section opened ([cc092fd](https://github.com/Lundalogik/lime-elements/commit/cc092fd)), closes [#192](https://github.com/Lundalogik/lime-elements/issues/192)
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
### Features
|
|
3769
|
-
|
|
3770
|
-
* **picker:** support for suggestions and searching for an empty value ([2e1a61c](https://github.com/Lundalogik/lime-elements/commit/2e1a61c))
|
|
3771
|
-
|
|
3772
|
-
# [9.5.0](https://github.com/Lundalogik/lime-elements/compare/v9.4.0...v9.5.0) (2018-11-13)
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
### Features
|
|
3776
|
-
|
|
3777
|
-
* **limel-icon-button:** add method `relayout` that triggers re-layout of hover-highlight ([2808c53](https://github.com/Lundalogik/lime-elements/commit/2808c53))
|
|
3778
|
-
|
|
3779
|
-
# [9.4.0](https://github.com/Lundalogik/lime-elements/compare/v9.3.0...v9.4.0) (2018-11-12)
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
### Features
|
|
3783
|
-
|
|
3784
|
-
* **limel-icon-button:** add component ([4423e20](https://github.com/Lundalogik/lime-elements/commit/4423e20)), closes [#186](https://github.com/Lundalogik/lime-elements/issues/186)
|
|
3785
|
-
|
|
3786
|
-
# [9.3.0](https://github.com/Lundalogik/lime-elements.git/compare/v9.2.1...v9.3.0) (2018-11-05)
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
### Bug Fixes
|
|
3790
|
-
|
|
3791
|
-
* **chip-set:** clear text value on input blur ([ad87834](https://github.com/Lundalogik/lime-elements.git/commit/ad87834))
|
|
3792
|
-
* **linear-progress:** set text-align inside progress bar to left ([a6ca6b6](https://github.com/Lundalogik/lime-elements.git/commit/a6ca6b6))
|
|
3793
|
-
* **list:** update variable name ([cdb1fe1](https://github.com/Lundalogik/lime-elements.git/commit/cdb1fe1))
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
### Features
|
|
3797
|
-
|
|
3798
|
-
* **picker:** only allow unique values to be selected ([04da767](https://github.com/Lundalogik/lime-elements.git/commit/04da767))
|
|
3799
|
-
* **picker:** set focus on chip set input when selecting from the picker ([06b9eec](https://github.com/Lundalogik/lime-elements.git/commit/06b9eec))
|
|
3800
|
-
* **picker:** use chip set input in picker ([ceddc15](https://github.com/Lundalogik/lime-elements.git/commit/ceddc15))
|
|
3801
|
-
|
|
3802
|
-
## [9.2.1](https://github.com/Lundalogik/lime-elements.git/compare/v9.2.0...v9.2.1) (2018-11-01)
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
### Bug Fixes
|
|
3806
|
-
|
|
3807
|
-
* **limel-slider:** adjust disabled state to material style ([ad5e0d6](https://github.com/Lundalogik/lime-elements.git/commit/ad5e0d6)), closes [#154](https://github.com/Lundalogik/lime-elements.git/issues/154)
|
|
3808
|
-
|
|
3809
|
-
# [9.2.0](https://github.com/Lundalogik/lime-elements.git/compare/v9.1.1...v9.2.0) (2018-10-30)
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
### Features
|
|
3813
|
-
|
|
3814
|
-
* **chip:** new chip-set component ([8a7ba66](https://github.com/Lundalogik/lime-elements.git/commit/8a7ba66))
|
|
3815
|
-
|
|
3816
|
-
## [9.1.1](https://github.com/Lundalogik/lime-elements/compare/v9.1.0...v9.1.1) (2018-10-29)
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
### Bug Fixes
|
|
3820
|
-
|
|
3821
|
-
* **icon:** reduces the gap between sizes to steps of 0.5 rem ([0b289c9](https://github.com/Lundalogik/lime-elements/commit/0b289c9))
|
|
3822
|
-
|
|
3823
|
-
# [9.1.0](https://github.com/Lundalogik/lime-elements/compare/v9.0.2...v9.1.0) (2018-10-24)
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
### Features
|
|
3827
|
-
|
|
3828
|
-
* **badge:** new badge component ([a01e0e1](https://github.com/Lundalogik/lime-elements/commit/a01e0e1))
|
|
3829
|
-
* **linear-progress:** add indeterminate prop ([19ac5df](https://github.com/Lundalogik/lime-elements/commit/19ac5df))
|
|
3830
|
-
* **linear-progress:** add variable for setting background color ([fcf6cad](https://github.com/Lundalogik/lime-elements/commit/fcf6cad))
|
|
3831
|
-
|
|
3832
|
-
## [9.0.2](https://github.com/Lundalogik/lime-elements/compare/v9.0.1...v9.0.2) (2018-10-23)
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
### Bug Fixes
|
|
3836
|
-
|
|
3837
|
-
* **icon:** modify icon sizes ([2db4043](https://github.com/Lundalogik/lime-elements/commit/2db4043))
|
|
3838
|
-
* **icon:** replace all black colors with current color ([4c38ce6](https://github.com/Lundalogik/lime-elements/commit/4c38ce6))
|
|
3839
|
-
|
|
3840
|
-
## [9.0.1](https://github.com/Lundalogik/lime-elements/compare/v9.0.0...v9.0.1) (2018-10-19)
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
### Bug Fixes
|
|
3844
|
-
|
|
3845
|
-
* **limel-dialog:** trigger resize-event after opening-animation has finished ([34ab9dc](https://github.com/Lundalogik/lime-elements/commit/34ab9dc)), closes [#153](https://github.com/Lundalogik/lime-elements/issues/153)
|
|
3846
|
-
|
|
3847
|
-
# [9.0.0](https://github.com/Lundalogik/lime-elements/compare/v8.1.2...v9.0.0) (2018-10-17)
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
### Bug Fixes
|
|
3851
|
-
|
|
3852
|
-
* **limel-dialog:** fix broken markup and resulting styling of the header ([ff81efc](https://github.com/Lundalogik/lime-elements/commit/ff81efc))
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
### BREAKING CHANGES
|
|
3856
|
-
|
|
3857
|
-
* **limel-dialog:** The `header` slot has been replaced with the `heading` attribute.
|
|
3858
|
-
|
|
3859
|
-
## [8.1.2](https://github.com/Lundalogik/lime-elements/compare/v8.1.1...v8.1.2) (2018-10-16)
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
### Bug Fixes
|
|
3863
|
-
|
|
3864
|
-
* **collapsible-section:** remove unnecessary event dispatching ([068afd5](https://github.com/Lundalogik/lime-elements/commit/068afd5)), closes [#160](https://github.com/Lundalogik/lime-elements/issues/160)
|
|
3865
|
-
|
|
3866
|
-
## [8.1.1](https://github.com/Lundalogik/lime-elements/compare/v8.1.0...v8.1.1) (2018-10-16)
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
### Bug Fixes
|
|
3870
|
-
|
|
3871
|
-
* **dialog:** remove unnecessary event dispatching ([225d985](https://github.com/Lundalogik/lime-elements/commit/225d985)), closes [#159](https://github.com/Lundalogik/lime-elements/issues/159)
|
|
3872
|
-
|
|
3873
|
-
# [8.1.0](https://github.com/Lundalogik/lime-elements/compare/v8.0.1...v8.1.0) (2018-10-15)
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
### Features
|
|
3877
|
-
|
|
3878
|
-
* **linear-progress:** new linear-progress component ([82ea96b](https://github.com/Lundalogik/lime-elements/commit/82ea96b))
|
|
3879
|
-
|
|
3880
|
-
## [8.0.1](https://github.com/Lundalogik/lime-elements/compare/v8.0.0...v8.0.1) (2018-10-12)
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
### Bug Fixes
|
|
3884
|
-
|
|
3885
|
-
* **limel-dialog:** make it possible to open the dialog again after clicking the scrim ([bcd2b6e](https://github.com/Lundalogik/lime-elements/commit/bcd2b6e)), closes [#150](https://github.com/Lundalogik/lime-elements/issues/150)
|
|
3886
|
-
|
|
3887
|
-
# [8.0.0](https://github.com/Lundalogik/lime-elements/compare/v7.1.0...v8.0.0) (2018-10-11)
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
### Bug Fixes
|
|
3891
|
-
|
|
3892
|
-
* **limel-picker:** change the interface to accept a search-function which returns a promise ([0317d0f](https://github.com/Lundalogik/lime-elements/commit/0317d0f)), closes [#70](https://github.com/Lundalogik/lime-elements/issues/70)
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
### BREAKING CHANGES
|
|
3896
|
-
|
|
3897
|
-
* **limel-picker:** The `input` event has been removed. Instead, the picker should be supplied with a
|
|
3898
|
-
searcher-function, that accepts a query string as argument, and returns a promise that is eventually
|
|
3899
|
-
resolved with the search-result. As a result, the `items` property has also been removed, since
|
|
3900
|
-
these are now supplied by the searcher instead.
|
|
3901
|
-
|
|
3902
|
-
# [7.1.0](https://github.com/Lundalogik/lime-elements/compare/v7.0.0...v7.1.0) (2018-10-10)
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
### Features
|
|
3906
|
-
|
|
3907
|
-
* **limel-multi-select:** add multi-select component ([2dce502](https://github.com/Lundalogik/lime-elements/commit/2dce502))
|
|
3908
|
-
|
|
3909
|
-
# [7.0.0](https://github.com/Lundalogik/lime-elements/compare/v6.1.1...v7.0.0) (2018-10-08)
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
### Features
|
|
3913
|
-
|
|
3914
|
-
* **limel-select:** change the `value` property from `string` to `Option` ([c8d2217](https://github.com/Lundalogik/lime-elements/commit/c8d2217)), closes [#129](https://github.com/Lundalogik/lime-elements/issues/129)
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
### BREAKING CHANGES
|
|
3918
|
-
|
|
3919
|
-
* **limel-select:** The type of the `value` property has been changed from `string` to `Option`. It now
|
|
3920
|
-
holds the selected Option object, not just the `value` of the selected Option. An empty value,
|
|
3921
|
-
previously represented by an empty string, is now represented by `null` instead.
|
|
3922
|
-
|
|
3923
|
-
## [6.1.1](https://github.com/Lundalogik/lime-elements/compare/v6.1.0...v6.1.1) (2018-10-05)
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
### Bug Fixes
|
|
3927
|
-
|
|
3928
|
-
* correct scss-imports to remove build-error in consuming plugins ([e57cdcf](https://github.com/Lundalogik/lime-elements/commit/e57cdcf))
|
|
3929
|
-
|
|
3930
|
-
# [6.1.0](https://github.com/Lundalogik/lime-elements/compare/v6.0.0...v6.1.0) (2018-10-03)
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
### Features
|
|
3934
|
-
|
|
3935
|
-
* **limel-icon:** add limel-icon component ([e073c8d](https://github.com/Lundalogik/lime-elements/commit/e073c8d))
|
|
3936
|
-
|
|
3937
|
-
# [6.0.0](https://github.com/Lundalogik/lime-elements/compare/v5.1.2...v6.0.0) (2018-10-03)
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
### Bug Fixes
|
|
3941
|
-
|
|
3942
|
-
* **limel-select:** set display:block on the custom-element ([0812743](https://github.com/Lundalogik/lime-elements/commit/0812743))
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
### Features
|
|
3946
|
-
|
|
3947
|
-
* move towards vanilla material styling ([a1ed101](https://github.com/Lundalogik/lime-elements/commit/a1ed101)), closes [#111](https://github.com/Lundalogik/lime-elements/issues/111)
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
### BREAKING CHANGES
|
|
3951
|
-
|
|
3952
|
-
* Visually, there are "breaking" changes. `limel-textfield` has a significantly
|
|
3953
|
-
different look, which also affects all other components using limel-textfield: `limel-autocomplete`,
|
|
3954
|
-
`limel-picker`. `limel-select` has received a similar update of visual style. The font has been
|
|
3955
|
-
changed from Open Sans to Material's default Roboto.
|
|
3956
|
-
|
|
3957
|
-
## [5.1.2](https://github.com/Lundalogik/lime-elements/compare/v5.1.1...v5.1.2) (2018-10-02)
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
### Bug Fixes
|
|
3961
|
-
|
|
3962
|
-
* **limel-select:** update the value when the available options are changed ([ea8d31f](https://github.com/Lundalogik/lime-elements/commit/ea8d31f)), closes [#125](https://github.com/Lundalogik/lime-elements/issues/125)
|
|
3963
|
-
|
|
3964
|
-
## [5.1.1](https://github.com/Lundalogik/lime-elements/compare/v5.1.0...v5.1.1) (2018-09-27)
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
### Bug Fixes
|
|
3968
|
-
|
|
3969
|
-
* **limel-switch:** make switch update correctly when value is changed by consumer ([d4171b1](https://github.com/Lundalogik/lime-elements/commit/d4171b1)), closes [#121](https://github.com/Lundalogik/lime-elements/issues/121)
|
|
3970
|
-
|
|
3971
|
-
# [5.1.0](https://github.com/Lundalogik/lime-elements/compare/v5.0.2...v5.1.0) (2018-09-26)
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
### Features
|
|
3975
|
-
|
|
3976
|
-
* **snackbar:** new snackbar component ([065e567](https://github.com/Lundalogik/lime-elements/commit/065e567))
|
|
3977
|
-
|
|
3978
|
-
## [5.0.2](https://github.com/Lundalogik/lime-elements/compare/v5.0.1...v5.0.2) (2018-09-24)
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
### Bug Fixes
|
|
3982
|
-
|
|
3983
|
-
* **limel-menu:** reflect label to attribute ([90bd45d](https://github.com/Lundalogik/lime-elements/commit/90bd45d))
|
|
3984
|
-
* **limel-menu:** set aria-hidden attribute on menu to `false` when menu is open ([9d9a744](https://github.com/Lundalogik/lime-elements/commit/9d9a744))
|
|
3985
|
-
|
|
3986
|
-
## [5.0.1](https://github.com/Lundalogik/lime-elements/compare/v5.0.0...v5.0.1) (2018-09-24)
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
### Bug Fixes
|
|
3990
|
-
|
|
3991
|
-
* exclude .scss files from dist-package ([6e7fabd](https://github.com/Lundalogik/lime-elements/commit/6e7fabd))
|
|
3992
|
-
|
|
3993
|
-
# [5.0.0](https://github.com/Lundalogik/lime-elements/compare/v4.0.1...v5.0.0) (2018-09-21)
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
### Bug Fixes
|
|
3997
|
-
|
|
3998
|
-
* export previously missing interfaces ([0de8850](https://github.com/Lundalogik/lime-elements/commit/0de8850))
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
### Code Refactoring
|
|
4002
|
-
|
|
4003
|
-
* **limel-select:** rename `IOption` to `Option` ([4d707e9](https://github.com/Lundalogik/lime-elements/commit/4d707e9))
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
### BREAKING CHANGES
|
|
4007
|
-
|
|
4008
|
-
* **limel-select:** The interface `IOption` has been renamed to `Option`. Before this release, the
|
|
4009
|
-
interface was not correctly exported, so it is unlikely that any external consumers of
|
|
4010
|
-
**lime-elements** actually have a breaking dependency on this interface.
|
|
4011
|
-
|
|
4012
|
-
## [4.0.1](https://github.com/Lundalogik/lime-elements/compare/v4.0.0...v4.0.1) (2018-09-21)
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
### Bug Fixes
|
|
4016
|
-
|
|
4017
|
-
* fix dependency on lime-material-components-web ([076e8f5](https://github.com/Lundalogik/lime-elements/commit/076e8f5))
|
|
4018
|
-
|
|
4019
|
-
# [4.0.0](https://github.com/Lundalogik/lime-elements/compare/v3.6.1...v4.0.0) (2018-09-21)
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
### Bug Fixes
|
|
4023
|
-
|
|
4024
|
-
* **stencil:** release 3.6.1 was actually breaking and is replaced by this release ([272c5ca](https://github.com/Lundalogik/lime-elements/commit/272c5ca))
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
### BREAKING CHANGES
|
|
4028
|
-
|
|
4029
|
-
* **stencil:** When using **lime-elements** with **Angular** or other build system using
|
|
4030
|
-
**Webpack**, replace the line `import { defineCustomElements } from 'lime-elements'` with `import {
|
|
4031
|
-
defineCustomElements } from 'lime-elements/dist/loader'`. In **Angular**, this line is found in
|
|
4032
|
-
`main.ts`.
|
|
4033
|
-
|
|
4034
|
-
## [3.6.1](https://github.com/Lundalogik/lime-elements/compare/v3.6.0...v3.6.1) (2018-09-17)
|
|
4035
|
-
|
|
4036
|
-
### BREAKING! 3.6.1 should have been a major release. It has been unpublished. Please downgrade to 3.6.0 or upgrade to 4.0.0.
|
|
4037
|
-
|
|
4038
|
-
### Bug Fixes
|
|
4039
|
-
|
|
4040
|
-
* **limel-list:** fix component crashing when there are no elements in the list ([453dc34](https://github.com/Lundalogik/lime-elements/commit/453dc34))
|
|
4041
|
-
* **limel-list:** set the default display value to `block` ([6431af3](https://github.com/Lundalogik/lime-elements/commit/6431af3))
|
|
4042
|
-
|
|
4043
|
-
# [3.6.0](https://github.com/Lundalogik/lime-elements/compare/v3.5.0...v3.6.0) (2018-09-06)
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
### Features
|
|
4047
|
-
|
|
4048
|
-
* **limel-menu:** add menu component ([c35c676](https://github.com/Lundalogik/lime-elements/commit/c35c676)), closes [#71](https://github.com/Lundalogik/lime-elements/issues/71)
|
|
4049
|
-
|
|
4050
|
-
# [3.5.0](https://github.com/Lundalogik/lime-elements/compare/v3.4.2...v3.5.0) (2018-09-06)
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
### Features
|
|
4054
|
-
|
|
4055
|
-
* **limel-text-field:** add property type to determine the inputs html-type ([245bf71](https://github.com/Lundalogik/lime-elements/commit/245bf71)), closes [#75](https://github.com/Lundalogik/lime-elements/issues/75)
|
|
4056
|
-
|
|
4057
|
-
## [3.4.2](https://github.com/Lundalogik/lime-elements/compare/v3.4.1...v3.4.2) (2018-09-06)
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
### Bug Fixes
|
|
4061
|
-
|
|
4062
|
-
* add an empty file to trigger a release for debugging-purposes ([6eb4135](https://github.com/Lundalogik/lime-elements/commit/6eb4135))
|
|
4063
|
-
* **dummy:** no actual changes, this bump is only to have semantic-release create a changelog file ([c7f5b09](https://github.com/Lundalogik/lime-elements/commit/c7f5b09))
|
|
4064
|
-
|
|
4065
|
-
## [3.4.1](https://github.com/Lundalogik/lime-elements/compare/v3.4.0...v3.4.1) (2018-08-31)
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
### Performance Improvements
|
|
4069
|
-
|
|
4070
|
-
* **limel-dialog:** remove unnecessary state-decorator ([7dd2f15](https://github.com/Lundalogik/lime-elements/commit/7dd2f15))
|
|
4071
|
-
|
|
4072
|
-
# [3.4.0](https://github.com/Lundalogik/lime-elements/compare/v3.3.2...v3.4.0) (2018-08-30)
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
### Features
|
|
4076
|
-
|
|
4077
|
-
* **limel-collapsible-section:** add collapsible section component ([3b29074](https://github.com/Lundalogik/lime-elements/commit/3b29074)), closes [#63](https://github.com/Lundalogik/lime-elements/issues/63)
|
|
4078
|
-
|
|
4079
|
-
## [3.3.1](https://github.com/Lundalogik/lime-elements/compare/v3.3.0...v3.3.1) (2018-08-30)
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
### Performance Improvements
|
|
4083
|
-
|
|
4084
|
-
* **less:** remove support for styling with LESS ([64f3540](https://github.com/Lundalogik/lime-elements/commit/64f3540))
|
|
4085
|
-
|
|
4086
|
-
# [3.3.0](https://github.com/Lundalogik/lime-elements/compare/v3.2.1...v3.3.0) (2018-08-29)
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
### Features
|
|
4090
|
-
|
|
4091
|
-
* **stenciljs:** update stenciljs to v0.11.4 ([5ca4e18](https://github.com/Lundalogik/lime-elements/commit/5ca4e18)), closes [/github.com/ionic-team/stencil/blob/master/CHANGELOG.md#-0114-2018-08-12](https://github.com//github.com/ionic-team/stencil/blob/master/CHANGELOG.md/issues/-0114-2018-08-12)
|
|
4092
|
-
|
|
4093
|
-
## [3.2.1](https://github.com/Lundalogik/lime-elements/compare/v3.2.0...v3.2.1) (2018-08-23)
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
### Bug Fixes
|
|
4097
|
-
|
|
4098
|
-
* **limel-props:** fix issue with props sometimes not being parsed ([fbe2caa](https://github.com/Lundalogik/lime-elements/commit/fbe2caa))
|
|
4099
|
-
|
|
4100
|
-
# [3.2.0](https://github.com/Lundalogik/lime-elements/compare/v3.1.0...v3.2.0) (2018-08-20)
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
### Features
|
|
4104
|
-
|
|
4105
|
-
* **limel-list:** add list component ([ca12cf3](https://github.com/Lundalogik/lime-elements/commit/ca12cf3))
|
|
4106
|
-
* **limel-picker:** add limel-picker component ([2233d84](https://github.com/Lundalogik/lime-elements/commit/2233d84))
|
|
4107
|
-
* **limel-text-field:** add support for trailing icon ([3ffe17f](https://github.com/Lundalogik/lime-elements/commit/3ffe17f))
|
|
4108
|
-
* **util:** export constants for keycodes ([9d698b1](https://github.com/Lundalogik/lime-elements/commit/9d698b1))
|
|
4109
|
-
|
|
4110
|
-
# [3.1.0](https://github.com/Lundalogik/lime-elements/compare/v3.0.1...v3.1.0) (2018-08-16)
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
### Features
|
|
4114
|
-
|
|
4115
|
-
* **limel-slider:** add slider component ([fb57234](https://github.com/Lundalogik/lime-elements/commit/fb57234))
|
|
4116
|
-
|
|
4117
|
-
## [3.0.1](https://github.com/Lundalogik/lime-elements/compare/v3.0.0...v3.0.1) (2018-08-08)
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
### Bug Fixes
|
|
4121
|
-
|
|
4122
|
-
* **limel-button:** make it possible to create button in loading state ([27d3c5f](https://github.com/Lundalogik/lime-elements/commit/27d3c5f)), closes [#52](https://github.com/Lundalogik/lime-elements/issues/52)
|
|
4123
|
-
|
|
4124
|
-
# [3.0.0](https://github.com/Lundalogik/lime-elements/compare/v2.4.1...v3.0.0) (2018-08-08)
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
### Bug Fixes
|
|
4128
|
-
|
|
4129
|
-
* **limel-button:** make limel-button display as inline-block ([0699df3](https://github.com/Lundalogik/lime-elements/commit/0699df3))
|
|
4130
|
-
* **limel-button-group:** change styling attributes to css class names ([67c7fb3](https://github.com/Lundalogik/lime-elements/commit/67c7fb3))
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
### BREAKING CHANGES
|
|
4134
|
-
|
|
4135
|
-
* **limel-button-group:** Adding the `reverse-order` attribute no longer has any effect.
|
|
4136
|
-
|
|
4137
|
-
## [2.4.1](https://github.com/Lundalogik/lime-elements/compare/v2.4.0...v2.4.1) (2018-08-07)
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
### Bug Fixes
|
|
4141
|
-
|
|
4142
|
-
* **limel-switch:** correct colour for disabled switch in `on` state ([5b6fe02](https://github.com/Lundalogik/lime-elements/commit/5b6fe02))
|
|
4143
|
-
|
|
4144
|
-
# [2.4.0](https://github.com/Lundalogik/lime-elements/compare/v2.3.0...v2.4.0) (2018-08-06)
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
### Features
|
|
4148
|
-
|
|
4149
|
-
* **stencil:** stencil updated to version 0.11.0 ([2da2a38](https://github.com/Lundalogik/lime-elements/commit/2da2a38))
|
|
4150
|
-
|
|
4151
|
-
# [2.3.0](https://github.com/Lundalogik/lime-elements/compare/v2.2.2...v2.3.0) (2018-08-06)
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
### Bug Fixes
|
|
4155
|
-
|
|
4156
|
-
* **limel-text-field:** fix label floating on init of empty text-field ([dcb937e](https://github.com/Lundalogik/lime-elements/commit/dcb937e))
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
### Features
|
|
4160
|
-
|
|
4161
|
-
* **limel-autocomplete:** add limel-autocomplete component ([14f1967](https://github.com/Lundalogik/lime-elements/commit/14f1967))
|
|
4162
|
-
|
|
4163
|
-
## [2.2.2](https://github.com/Lundalogik/lime-elements/compare/v2.2.1...v2.2.2) (2018-08-02)
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
### Bug Fixes
|
|
4167
|
-
|
|
4168
|
-
* **limel-button:** add reflectToAttr to primitive properties ([77f4f10](https://github.com/Lundalogik/lime-elements/commit/77f4f10))
|
|
4169
|
-
* **limel-dialog:** add reflectToAttr to primitive property ([d65944b](https://github.com/Lundalogik/lime-elements/commit/d65944b))
|
|
4170
|
-
* **limel-select:** add reflectToAttr to primitive properties ([61bce7c](https://github.com/Lundalogik/lime-elements/commit/61bce7c))
|
|
4171
|
-
* **limel-switch:** add reflectToAttr to primitive properties ([06fc6b1](https://github.com/Lundalogik/lime-elements/commit/06fc6b1))
|
|
4172
|
-
* **limel-text-field:** add reflectToAttr to primitive properties ([ef7e70f](https://github.com/Lundalogik/lime-elements/commit/ef7e70f))
|
|
4173
|
-
|
|
4174
|
-
## [2.2.1](https://github.com/Lundalogik/lime-elements/compare/v2.2.0...v2.2.1) (2018-07-09)
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
### Bug Fixes
|
|
4178
|
-
|
|
4179
|
-
* **limel-spinner:** fix the broken `hidden` attribute ([204faa5](https://github.com/Lundalogik/lime-elements/commit/204faa5)), closes [#26](https://github.com/Lundalogik/lime-elements/issues/26)
|
|
4180
|
-
* **limel-spinner:** fix the broken `size` attribute ([1599466](https://github.com/Lundalogik/lime-elements/commit/1599466)), closes [#25](https://github.com/Lundalogik/lime-elements/issues/25)
|
|
4181
|
-
|
|
4182
|
-
# [2.2.0](https://github.com/Lundalogik/lime-elements/compare/v2.1.0...v2.2.0) (2018-07-06)
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
### Features
|
|
4186
|
-
|
|
4187
|
-
* **limel-dialog:** add `limel-dialog` ([c6cf287](https://github.com/Lundalogik/lime-elements/commit/c6cf287))
|
|
4188
|
-
|
|
4189
|
-
# [2.1.0](https://github.com/Lundalogik/lime-elements/compare/v2.0.0...v2.1.0) (2018-07-05)
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
### Features
|
|
4193
|
-
|
|
4194
|
-
* **limel-text-field:** add limel-text-field ([a99caba](https://github.com/Lundalogik/lime-elements/commit/a99caba))
|
|
4195
|
-
|
|
4196
|
-
# [2.0.0](https://github.com/Lundalogik/lime-elements/compare/v1.4.2...v2.0.0) (2018-07-05)
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
### Continuous Integration
|
|
4200
|
-
|
|
4201
|
-
* **npm release:** update config for npm release ([7c44ef0](https://github.com/Lundalogik/lime-elements/commit/7c44ef0))
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
### BREAKING CHANGES
|
|
4205
|
-
|
|
4206
|
-
* **npm release:** All version 1.x releases are broken. There is no build output in the npm package
|
|
4207
|
-
released.
|
|
4208
|
-
|
|
4209
|
-
# [1.5.0](https://github.com/Lundalogik/lime-elements/compare/v1.4.2...v1.5.0) (2018-07-05)
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
### Bug Fixes
|
|
4213
|
-
|
|
4214
|
-
* **package.json:** update release config ([98e583e](https://github.com/Lundalogik/lime-elements/commit/98e583e))
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
### Features
|
|
4218
|
-
|
|
4219
|
-
* **test:** no real commit ([769bb49](https://github.com/Lundalogik/lime-elements/commit/769bb49))
|
|
4220
|
-
|
|
4221
|
-
## [1.4.2](https://github.com/Lundalogik/lime-elements/compare/v1.4.1...v1.4.2) (2018-07-05)
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
### Bug Fixes
|
|
4225
|
-
|
|
4226
|
-
* **limel-select:** make 'disabled' property on option optional ([3c71ddb](https://github.com/Lundalogik/lime-elements/commit/3c71ddb))
|
|
4227
|
-
|
|
4228
|
-
## [1.4.1](https://github.com/Lundalogik/lime-elements/compare/v1.4.0...v1.4.1) (2018-07-05)
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
### Bug Fixes
|
|
4232
|
-
|
|
4233
|
-
* **limel-button:** make onClick work again ([95a8e58](https://github.com/Lundalogik/lime-elements/commit/95a8e58))
|
|
4234
|
-
* **limel-select:** update property declarations ([c91ae26](https://github.com/Lundalogik/lime-elements/commit/c91ae26))
|
|
4235
|
-
* **limel-switch:** update property declarations ([1c30951](https://github.com/Lundalogik/lime-elements/commit/1c30951))
|
|
4236
|
-
|
|
4237
|
-
# [1.4.0](https://github.com/Lundalogik/lime-elements/compare/v1.3.0...v1.4.0) (2018-06-29)
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
### Features
|
|
4241
|
-
|
|
4242
|
-
* **limel-select:** `limel-select` component added ([8f251b0](https://github.com/Lundalogik/lime-elements/commit/8f251b0))
|
|
4243
|
-
|
|
4244
|
-
# [1.3.0](https://github.com/Lundalogik/lime-elements/compare/v1.2.0...v1.3.0) (2018-06-29)
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
### Features
|
|
4248
|
-
|
|
4249
|
-
* **limel-switch:** `limel-switch` component added ([99ecb6b](https://github.com/Lundalogik/lime-elements/commit/99ecb6b))
|
|
4250
|
-
|
|
4251
|
-
# [1.2.0](https://github.com/Lundalogik/lime-elements/compare/v1.1.0...v1.2.0) (2018-06-28)
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
### Features
|
|
4255
|
-
|
|
4256
|
-
* **CI:** dummy minor bump ([65d1b9b](https://github.com/Lundalogik/lime-elements/commit/65d1b9b))
|
|
4257
|
-
* **CI:** dummy minor bump plus debug flag ([250116b](https://github.com/Lundalogik/lime-elements/commit/250116b))
|
|
4258
|
-
|
|
4259
|
-
# [1.1.0](https://github.com/Lundalogik/lime-elements/compare/v1.0.0...v1.1.0) (2018-06-27)
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
### Bug Fixes
|
|
4263
|
-
|
|
4264
|
-
* **CI:** Debug flag removed ([d8185b1](https://github.com/Lundalogik/lime-elements/commit/d8185b1))
|
|
4265
|
-
* **semantic-release:** Fixes bug in Makefile ([4faf38a](https://github.com/Lundalogik/lime-elements/commit/4faf38a))
|
|
4266
|
-
* **semantic-release:** Fixes for npm publish ([feaca62](https://github.com/Lundalogik/lime-elements/commit/feaca62))
|
|
4267
|
-
* **semantic-release:** Pass env-vars to container ([9343c36](https://github.com/Lundalogik/lime-elements/commit/9343c36))
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
### Features
|
|
4271
|
-
|
|
4272
|
-
* **README:** Improve readme ([7aced71](https://github.com/Lundalogik/lime-elements/commit/7aced71))
|