Skip to content

Commit

Permalink
Release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Sep 22, 2024
1 parent 9c9a065 commit c20f3c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<input name="...">` for instance), so that the processed data is properly converted to an array.<br>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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit c20f3c3

Please sign in to comment.