Version Packages

This commit is contained in:
github-actions[bot] 2025-01-15 15:34:09 +00:00 committed by Thijs Louisse
parent d5258d56fd
commit 43b694e7f8
11 changed files with 22 additions and 37 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': minor
---
[form-core] add "user-edited" mode to formatOptions while editing existing value of a form control

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[input-amount]: when an existing value is edited (preformatted), stick with the same heuristic for interpreting separators (commas, dots, spaces), namely: `withLocale`

View file

@ -1,5 +0,0 @@
---
'providence-analytics': minor
---
update version of oxc; cleanup; include .ts(x) and jsx by default

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[overlays]: overlayController teardown cleanup (removes logs in test files)

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[overlays]: allow Subclassers to teardown at the right moment

View file

@ -1,5 +0,0 @@
---
'@lion/ui': minor
---
[overlays]: rework setup and teardown logic of OverlayMixin (allow to reconnect offline dom nodes; allow moving dom nodes in performant way)

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[form-core] enhance formatter and parser meta with viewValueStates

View file

@ -1,5 +1,11 @@
# Change Log
## 0.18.0
### Minor Changes
- 71992cc: update version of oxc; cleanup; include .ts(x) and jsx by default
## 0.17.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "providence-analytics",
"version": "0.17.3",
"version": "0.18.0",
"description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,19 @@
# @lion/ui
## 0.10.0
### Minor Changes
- 35e6605: [form-core] add "user-edited" mode to formatOptions while editing existing value of a form control
- 8377e8d: [overlays]: rework setup and teardown logic of OverlayMixin (allow to reconnect offline dom nodes; allow moving dom nodes in performant way)
### Patch Changes
- 45f0666: [input-amount]: when an existing value is edited (preformatted), stick with the same heuristic for interpreting separators (commas, dots, spaces), namely: `withLocale`
- e5ff2b0: [overlays]: overlayController teardown cleanup (removes logs in test files)
- 8377e8d: [overlays]: allow Subclassers to teardown at the right moment
- d5258d5: [form-core] enhance formatter and parser meta with viewValueStates
## 0.9.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.9.1",
"version": "0.10.0",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",