Version Packages

This commit is contained in:
github-actions[bot] 2020-10-01 10:15:40 +00:00 committed by Thomas Allmer
parent 6947d948d1
commit 3cdb93941d
3 changed files with 13 additions and 12 deletions

View file

@ -1,11 +0,0 @@
---
'@lion/combobox': patch
---
Combobox api, demo and ux improvements
- renamed `filterOptionCondition ` (similarity to `match-mode`, since this is basically an override)
- demos for `matchCondition`
- inline autocompletion edge cases solved (that would be inconsistent ux otherwise)
- demos took a long time render: introduced a lazyRender directive that only adds (expensive) lionOptions after first meaningful paint has happened
- made clearer from the code that selectionDisplay component is for demo purposes only at this moment

View file

@ -1,5 +1,17 @@
## 0.1.0
## 0.1.1
### Patch Changes
- 0ebca5b4: Combobox api, demo and ux improvements
- renamed `filterOptionCondition` (similarity to `match-mode`, since this is basically an override)
- demos for `matchCondition`
- inline autocompletion edge cases solved (that would be inconsistent ux otherwise)
- demos took a long time render: introduced a lazyRender directive that only adds (expensive) lionOptions after first meaningful paint has happened
- made clearer from the code that selectionDisplay component is for demo purposes only at this moment
### Minor Changes
- 01a798e5: Combobox package

View file

@ -1,6 +1,6 @@
{
"name": "@lion/combobox",
"version": "0.1.0",
"version": "0.1.1",
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
"license": "MIT",
"author": "ing-bank",