Skip to content

Commit

Permalink
Merge pull request ing-bank#1073 from ing-bank/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
gerjanvangeest authored Nov 5, 2020
2 parents 7f32fa9 + 76446ae commit 45467c4
Show file tree
Hide file tree
Showing 25 changed files with 162 additions and 72 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-jars-sing.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/hip-pigs-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-roses-smell.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/metal-apes-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-news-suffer.md

This file was deleted.

40 changes: 39 additions & 1 deletion packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@
## 0.1.0
# Change Log

## 0.1.6

### Patch Changes

- 4f1e6d0d: Combobox: demos, Subclasser features and fixes

### Features

- Subclassers can configure `_syncToTextboxCondition()`. By default only for `autocomplete="inline|both"`
- Subclassers can configure `_showOverlayCondition(options)`. For instance, already show once textbox gets focus or add your own custom
- Subclassers can configure `_syncToTextboxMultiple(modelValue, oldModelValue)`. See https://github.com/ing-bank/lion/issues/1038
- Subclassers can configure `_autoSelectCondition`, for instance to have autcomplete="list" with auto select instead of manual selection. Both are possible according to w3c specs

### Fixes

- listbox multiselect can deselect again on 'Enter' and 'Space'. Closes https://github.com/ing-bank/lion/issues/1059
- combobox multiselect display only shows last selected option in textbox (instead of all). See https://github.com/ing-bank/lion/issues/1038
- default sync to textbox behavior for `autocomplete="none|list"` is no sync with textbox

### Demos

- created a google combobox demo (with anchors as options)
- advanced styling example
- uses autocomplete 'list' as a fundament and enhances `_showOverlayCondition` and `_syncToTextboxCondition`
- enhanced whatsapp combobox demo
- how to match/highlight text on multiple rows of the option (not just choiceValue)

### Potentially breaking for subclassers:

- `_computeUserIntendsAutoFill` -> `__computeUserIntendsAutoFill` (not overridable)
- `_syncCheckedWithTextboxOnInteraction` is removed. Use `_syncToTextboxCondition` and/or `_syncToTextboxMultiple`

- Updated dependencies [9c3224b4]
- Updated dependencies [fff79915]
- Updated dependencies [4f1e6d0d]
- @lion/overlays@0.22.0
- @lion/listbox@0.3.3

## 0.1.5

Expand Down
6 changes: 3 additions & 3 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/combobox",
"version": "0.1.5",
"version": "0.1.6",
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"@lion/core": "0.13.3",
"@lion/form-core": "0.6.6",
"@lion/listbox": "0.3.2",
"@lion/overlays": "0.21.3"
"@lion/listbox": "0.3.3",
"@lion/overlays": "0.22.0"
},
"devDependencies": {
"@lion/validate-messages": "0.3.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.9.5

### Patch Changes

- Updated dependencies [9c3224b4]
- Updated dependencies [fff79915]
- @lion/overlays@0.22.0

## 0.9.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/dialog",
"version": "0.9.4",
"version": "0.9.5",
"description": "Show relative overlay content on click, as a webcomponent",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@lion/core": "0.13.3",
"@lion/overlays": "0.21.3"
"@lion/overlays": "0.22.0"
},
"keywords": [
"dialog",
Expand Down
8 changes: 8 additions & 0 deletions packages/form-integrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.3.10

### Patch Changes

- Updated dependencies [9c3224b4]
- @lion/input-datepicker@0.18.0
- @lion/select-rich@0.21.10

## 0.3.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/form-integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/form-integrations",
"version": "0.3.9",
"version": "0.3.10",
"description": "The Form System allows you to create complex forms with various validation in an easy way",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -41,14 +41,14 @@
"@lion/form-core": "0.6.6",
"@lion/input": "0.10.4",
"@lion/input-date": "0.8.4",
"@lion/input-datepicker": "0.17.3",
"@lion/input-datepicker": "0.18.0",
"@lion/input-email": "0.9.4",
"@lion/input-iban": "0.10.4",
"@lion/input-range": "0.5.4",
"@lion/localize": "0.14.8",
"@lion/radio-group": "0.12.4",
"@lion/select": "0.8.4",
"@lion/select-rich": "0.21.9",
"@lion/select-rich": "0.21.10",
"@lion/textarea": "0.8.4",
"@lion/validate-messages": "0.3.4"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.5.13

### Patch Changes

- 9da2aa20: Fix types for helpers

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/helpers",
"version": "0.5.12",
"version": "0.5.13",
"description": "Helpers that are used throughout lion and can be used outside",
"license": "MIT",
"author": "ing-bank",
Expand Down
6 changes: 6 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.8.2

### Patch Changes

- a3ac76f1: Fix lion icon types

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/icon",
"version": "0.8.1",
"version": "0.8.2",
"description": "A web component easily displaying svg icons",
"license": "MIT",
"author": "ing-bank",
Expand Down
14 changes: 14 additions & 0 deletions packages/input-datepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.18.0

### Minor Changes

- 9c3224b4: - ArrowMixin needs to extend styles and not overwrite them
- ArrowMixin add an `_arrowNodeTemplate` which can be used to only override the arrow content
- InputDatepicker switch between bottomsheet style (on mobile) popover (on desktop/table with screensize bigger then 600px)

### Patch Changes

- Updated dependencies [9c3224b4]
- Updated dependencies [fff79915]
- @lion/overlays@0.22.0

## 0.17.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/input-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.17.3",
"version": "0.18.0",
"description": "Provide a way for users to fill in a date via a calendar overlay",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@lion/form-core": "0.6.6",
"@lion/input-date": "0.8.4",
"@lion/localize": "0.14.8",
"@lion/overlays": "0.21.3"
"@lion/overlays": "0.22.0"
},
"devDependencies": {
"@lion/validate-messages": "0.3.4"
Expand Down
32 changes: 32 additions & 0 deletions packages/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @lion/listbox

## 0.3.3

### Patch Changes

- 4f1e6d0d: Combobox: demos, Subclasser features and fixes

### Features

- Subclassers can configure `_syncToTextboxCondition()`. By default only for `autocomplete="inline|both"`
- Subclassers can configure `_showOverlayCondition(options)`. For instance, already show once textbox gets focus or add your own custom
- Subclassers can configure `_syncToTextboxMultiple(modelValue, oldModelValue)`. See https://github.com/ing-bank/lion/issues/1038
- Subclassers can configure `_autoSelectCondition`, for instance to have autcomplete="list" with auto select instead of manual selection. Both are possible according to w3c specs

### Fixes

- listbox multiselect can deselect again on 'Enter' and 'Space'. Closes https://github.com/ing-bank/lion/issues/1059
- combobox multiselect display only shows last selected option in textbox (instead of all). See https://github.com/ing-bank/lion/issues/1038
- default sync to textbox behavior for `autocomplete="none|list"` is no sync with textbox

### Demos

- created a google combobox demo (with anchors as options)
- advanced styling example
- uses autocomplete 'list' as a fundament and enhances `_showOverlayCondition` and `_syncToTextboxCondition`
- enhanced whatsapp combobox demo
- how to match/highlight text on multiple rows of the option (not just choiceValue)

### Potentially breaking for subclassers:

- `_computeUserIntendsAutoFill` -> `__computeUserIntendsAutoFill` (not overridable)
- `_syncCheckedWithTextboxOnInteraction` is removed. Use `_syncToTextboxCondition` and/or `_syncToTextboxMultiple`

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/listbox",
"version": "0.3.2",
"version": "0.3.3",
"description": "A listbox widget presents a list of options and allows a user to select one or more of them",
"license": "MIT",
"author": "ing-bank",
Expand Down
12 changes: 12 additions & 0 deletions packages/overlays/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.22.0

### Minor Changes

- 9c3224b4: - ArrowMixin needs to extend styles and not overwrite them
- ArrowMixin add an `_arrowNodeTemplate` which can be used to only override the arrow content
- InputDatepicker switch between bottomsheet style (on mobile) popover (on desktop/table with screensize bigger then 600px)

### Patch Changes

- fff79915: Added a fix for focus not being restored to the root element when only a focusout event happens, without a subsequent focusin event. Added a fix to use getDeepActiveElement util instead of document.activeElement which fixes focus trap in elements with shadowRoots that contain focusable elements.

## 0.21.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.21.3",
"version": "0.22.0",
"description": "Overlays System using lit-html for rendering",
"license": "MIT",
"author": "ing-bank",
Expand Down
10 changes: 10 additions & 0 deletions packages/select-rich/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.21.10

### Patch Changes

- Updated dependencies [9c3224b4]
- Updated dependencies [fff79915]
- Updated dependencies [4f1e6d0d]
- @lion/overlays@0.22.0
- @lion/listbox@0.3.3

## 0.21.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/select-rich/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.21.9",
"version": "0.21.10",
"description": "Provides a select with options that can contain html",
"license": "MIT",
"author": "ing-bank",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@lion/button": "0.8.3",
"@lion/core": "0.13.3",
"@lion/form-core": "0.6.6",
"@lion/listbox": "0.3.2",
"@lion/overlays": "0.21.3"
"@lion/listbox": "0.3.3",
"@lion/overlays": "0.22.0"
},
"keywords": [
"field",
Expand Down
8 changes: 8 additions & 0 deletions packages/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.15.5

### Patch Changes

- Updated dependencies [9c3224b4]
- Updated dependencies [fff79915]
- @lion/overlays@0.22.0

## 0.15.4

### Patch Changes
Expand Down
Loading

0 comments on commit 45467c4

Please sign in to comment.