Skip to content

Commit c20f3c3

Browse files
committed
Release v0.18.0
1 parent 9c9a065 commit c20f3c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Upcoming...
1+
# v0.18.0
22

3-
* Fix an issue with top right header where icons and tooltips were not using the proper API and props
4-
* Create script to create new theme based on Carbon
5-
* Rename `Date` filter to `DateRange`
6-
* Fix the fuzzy behavior of the `DateRange` filter, making it more explicit
3+
* **BC Break**: Rename `Date` filter to `DateRange`. A text filter can be used for precise dates.
4+
* Fix an issue with top right header where icons and tooltips were not using the proper API and props.
5+
* Fix the fuzzy behavior of the `DateRange` filter, making it more explicit.
76
* 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.
7+
* Create script to create new theme based on Carbon (for future theming, again).
88

99
# v0.17.0
1010

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitale/svelte-admin",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "(prototype) Crud base for Svelte projects",
55
"repository": "https://github.com/Orbitale/SvelteAdmin",
66
"author": "Alex \"Pierstoval\" Rock <[email protected]>",

0 commit comments

Comments
 (0)