-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: Lundalogik/lime-elements
base: v37.32.2
head repository: Lundalogik/lime-elements
compare: main
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03da8ce - Browse repository at this point
Copy the full SHA 03da8ceView commit details -
fix(text-editor): hide the helper line when not needed
In other components, we only show the helper line when the component has focus, or it is invalid
Configuration menu - View commit details
-
Copy full SHA for b51474b - Browse repository at this point
Copy the full SHA b51474bView commit details -
chore(release): 37.32.3 [skip ci]
## [37.32.3](v37.32.2...v37.32.3) (2024-05-03) ### Bug Fixes * **text-editor:** hide the helper line when not needed ([b51474b](b51474b))
Configuration menu - View commit details
-
Copy full SHA for 3353bd7 - Browse repository at this point
Copy the full SHA 3353bd7View commit details -
fix(text-editor): ensure tabbing into the editor will focus on input …
…area first and next time you press Tab, the action bar items will receive focus.
Configuration menu - View commit details
-
Copy full SHA for ceb33ef - Browse repository at this point
Copy the full SHA ceb33efView commit details -
chore(release): 37.32.4 [skip ci]
## [37.32.4](v37.32.3...v37.32.4) (2024-05-03) ### Bug Fixes * **text-editor:** ensure tabbing into the editor will focus on input area first ([ceb33ef](ceb33ef))
Configuration menu - View commit details
-
Copy full SHA for bc6ac4a - Browse repository at this point
Copy the full SHA bc6ac4aView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2aac9e2 - Browse repository at this point
Copy the full SHA 2aac9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4280a18 - Browse repository at this point
Copy the full SHA 4280a18View commit details -
chore(release): 37.32.5 [skip ci]
## [37.32.5](v37.32.4...v37.32.5) (2024-05-07) ### Bug Fixes * **dock:** better visualize when a button's popover is open ([4280a18](4280a18)) * **dock:** change opening direction of popover menus ([2aac9e2](2aac9e2))
Configuration menu - View commit details
-
Copy full SHA for 846497d - Browse repository at this point
Copy the full SHA 846497dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 140b791 - Browse repository at this point
Copy the full SHA 140b791View commit details -
chore(release): 37.32.6 [skip ci]
## [37.32.6](v37.32.5...v37.32.6) (2024-05-07) ### Bug Fixes * **menu:** avoid error when `items` is undefined ([140b791](140b791))
Configuration menu - View commit details
-
Copy full SHA for 10e545c - Browse repository at this point
Copy the full SHA 10e545cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7309c2 - Browse repository at this point
Copy the full SHA b7309c2View commit details -
chore(release): 37.32.7 [skip ci]
## [37.32.7](v37.32.6...v37.32.7) (2024-05-07) ### Bug Fixes * **list:** avoid error when `items` is undefined ([b7309c2](b7309c2))
Configuration menu - View commit details
-
Copy full SHA for a0cb7db - Browse repository at this point
Copy the full SHA a0cb7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ccd04 - Browse repository at this point
Copy the full SHA 81ccd04View commit details -
test(file-viewer): avoid some console errors and exclude one expected…
… error from test output
Configuration menu - View commit details
-
Copy full SHA for 59cfe57 - Browse repository at this point
Copy the full SHA 59cfe57View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 050ad22 - Browse repository at this point
Copy the full SHA 050ad22View commit details
Commits on May 14, 2024
-
feat(text-editor): enable end users to resize the editor
Also enable consumers to turn this resizing possibility off.
Configuration menu - View commit details
-
Copy full SHA for d83dd45 - Browse repository at this point
Copy the full SHA d83dd45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4fe17 - Browse repository at this point
Copy the full SHA 2d4fe17View commit details -
chore(release): 37.33.0 [skip ci]
## [37.33.0](v37.32.7...v37.33.0) (2024-05-14) ### Features * **text-editor:** enable end users to resize the editor ([d83dd45](d83dd45)) ### Bug Fixes * **text-editor:** prevent editor from becoming smaller than 1 line of text ([2d4fe17](2d4fe17))
Configuration menu - View commit details
-
Copy full SHA for e3fa0b2 - Browse repository at this point
Copy the full SHA e3fa0b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6e0b6 - Browse repository at this point
Copy the full SHA 1a6e0b6View commit details -
chore(release): 37.33.1 [skip ci]
## [37.33.1](v37.33.0...v37.33.1) (2024-05-14) ### Bug Fixes * **input-field:** fix toggling disabled trailing icon ([1a6e0b6](1a6e0b6))
Configuration menu - View commit details
-
Copy full SHA for 3a89112 - Browse repository at this point
Copy the full SHA 3a89112View commit details -
fix(input-field): handle change better to keep value in sync
- Waits until any debounced change event has been emitted before rendering new value - Flushes any debounced change event on blur
Configuration menu - View commit details
-
Copy full SHA for 01ce9be - Browse repository at this point
Copy the full SHA 01ce9beView commit details -
fix(input-field): avoid validating during render
Avoids repeatedly checking validity while rendering, which might cause `invalid` events to be emitted multiple times.
Configuration menu - View commit details
-
Copy full SHA for 6e23563 - Browse repository at this point
Copy the full SHA 6e23563View commit details -
fix(input-field): render current value correctly
Avoids rendering the current value as empty when there's bad input.
Configuration menu - View commit details
-
Copy full SHA for a93f3f3 - Browse repository at this point
Copy the full SHA a93f3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f6ecc7 - Browse repository at this point
Copy the full SHA 7f6ecc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5eabf - Browse repository at this point
Copy the full SHA 8e5eabfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd98e87 - Browse repository at this point
Copy the full SHA bd98e87View commit details -
chore(release): 37.33.2 [skip ci]
## [37.33.2](v37.33.1...v37.33.2) (2024-05-14) ### Bug Fixes * **input-field:** avoid validating during render ([6e23563](6e23563)) * **input-field:** handle change better to keep value in sync ([01ce9be](01ce9be)) * **input-field:** initialize invalid text field as invalid ([bd98e87](bd98e87)) * **input-field:** render current value correctly ([a93f3f3](a93f3f3)) ### Performance Improvements * **input-field:** set input element using ref ([7f6ecc7](7f6ecc7))
Configuration menu - View commit details
-
Copy full SHA for 320a085 - Browse repository at this point
Copy the full SHA 320a085View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1caac5 - Browse repository at this point
Copy the full SHA d1caac5View commit details -
docs(input-field): fix misleading type number examples
The value in change events is a number or the empty string.
Configuration menu - View commit details
-
Copy full SHA for a1a244c - Browse repository at this point
Copy the full SHA a1a244cView commit details -
chore(release): 37.33.3 [skip ci]
## [37.33.3](v37.33.2...v37.33.3) (2024-05-15) ### Bug Fixes * **input-field:** update number value only when different ([d1caac5](d1caac5)), closes [#1402](#1402)
Configuration menu - View commit details
-
Copy full SHA for 92cb894 - Browse repository at this point
Copy the full SHA 92cb894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66ea537 - Browse repository at this point
Copy the full SHA 66ea537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc8d19 - Browse repository at this point
Copy the full SHA 9fc8d19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cc0c83 - Browse repository at this point
Copy the full SHA 1cc0c83View commit details
Commits on May 16, 2024
-
fix(text-editor): ensure clicking anywhere in the editor activates th…
…e edit mode Of course except clicking on the action bar!
Configuration menu - View commit details
-
Copy full SHA for 55dd2b0 - Browse repository at this point
Copy the full SHA 55dd2b0View commit details -
chore(release): 37.34.1 [skip ci]
## [37.34.1](v37.34.0...v37.34.1) (2024-05-16) ### Bug Fixes * **text-editor:** ensure clicking anywhere in the editor activates the edit mode ([55dd2b0](55dd2b0))
Configuration menu - View commit details
-
Copy full SHA for d57784e - Browse repository at this point
Copy the full SHA d57784eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de11735 - Browse repository at this point
Copy the full SHA de11735View commit details -
feat(text-editor): use updateView() instead of injecting HTML directl…
…y for first value
Configuration menu - View commit details
-
Copy full SHA for d00b089 - Browse repository at this point
Copy the full SHA d00b089View commit details -
chore(release): 37.35.0 [skip ci]
## [37.35.0](v37.34.1...v37.35.0) (2024-05-16) ### Features * **text-editor:** use updateView() instead of injecting HTML directly for first value ([d00b089](d00b089)) ### Bug Fixes * **text-editor:** add watcher for value prop ([de11735](de11735))
Configuration menu - View commit details
-
Copy full SHA for 88273c2 - Browse repository at this point
Copy the full SHA 88273c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 106d4a8 - Browse repository at this point
Copy the full SHA 106d4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc0c1d - Browse repository at this point
Copy the full SHA cfc0c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d858fc4 - Browse repository at this point
Copy the full SHA d858fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 136e53d - Browse repository at this point
Copy the full SHA 136e53dView commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 187c4d5 - Browse repository at this point
Copy the full SHA 187c4d5View commit details -
chore(release): 37.37.0 [skip ci]
## [37.37.0](v37.36.0...v37.37.0) (2024-05-17) ### Features * **action-bar:** enable making items `selected` ([187c4d5](187c4d5))
Configuration menu - View commit details
-
Copy full SHA for e4859e7 - Browse repository at this point
Copy the full SHA e4859e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5ddcf - Browse repository at this point
Copy the full SHA 4d5ddcfView commit details -
feat(text-editor): fix disabled and readonly prop CSS always showing
The outline color was always triggered. The presence of the attribute was enough to trigger the CSS
Configuration menu - View commit details
-
Copy full SHA for 64b97b1 - Browse repository at this point
Copy the full SHA 64b97b1View commit details -
chore(release): 37.38.0 [skip ci]
## [37.38.0](v37.37.0...v37.38.0) (2024-05-17) ### Features * **text-editor:** fix disabled and readonly prop CSS always showing ([64b97b1](64b97b1)) ### Bug Fixes * **documentation:** fix text-editor form data example ([4d5ddcf](4d5ddcf))
Configuration menu - View commit details
-
Copy full SHA for 56f241f - Browse repository at this point
Copy the full SHA 56f241fView commit details -
refactor(text-editor): no need to be so specific for default styles
We were adding specificity of "if not `readonly`" then these are the colors. But further down, we actually specified colors for the readonly mode. So this was an overkill. Also would complicate styles for next commit, for the `disabled` state.
Configuration menu - View commit details
-
Copy full SHA for 9d2206c - Browse repository at this point
Copy the full SHA 9d2206cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab06af6 - Browse repository at this point
Copy the full SHA ab06af6View commit details -
chore(release): 37.39.0 [skip ci]
## [37.39.0](v37.38.0...v37.39.0) (2024-05-17) ### Features * **text-editor:** enable `disabled` prop ([ab06af6](ab06af6))
Configuration menu - View commit details
-
Copy full SHA for 1eca4e5 - Browse repository at this point
Copy the full SHA 1eca4e5View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.