From c20f3c3d547f17a498b90c3b447d36d9ea6a49fc Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Sun, 22 Sep 2024 10:31:40 +0200 Subject: [PATCH] Release v0.18.0 --- CHANGELOG.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd518df..02b66d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -# Upcoming... +# v0.18.0 -* Fix an issue with top right header where icons and tooltips were not using the proper API and props -* Create script to create new theme based on Carbon -* Rename `Date` filter to `DateRange` -* Fix the fuzzy behavior of the `DateRange` filter, making it more explicit +* **BC Break**: Rename `Date` filter to `DateRange`. A text filter can be used for precise dates. +* Fix an issue with top right header where icons and tooltips were not using the proper API and props. +* Fix the fuzzy behavior of the `DateRange` filter, making it more explicit. * Fixed/changed the `getSubmittedFormData()` function's behavior: it now supports cases when you have the same `name` several times in Form data (via `` for instance), so that the processed data is properly converted to an array.
Check the `src/lib/Crud/Form.test.ts` file for more details about how it works. +* Create script to create new theme based on Carbon (for future theming, again). # v0.17.0 diff --git a/package.json b/package.json index fb922f1..a1b6f5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orbitale/svelte-admin", - "version": "0.17.0", + "version": "0.18.0", "description": "(prototype) Crud base for Svelte projects", "repository": "https://github.com/Orbitale/SvelteAdmin", "author": "Alex \"Pierstoval\" Rock ",