Skip to content

Commit 79e5cab

Browse files
committed
Prepare v0.17.0 release
1 parent 7b83a42 commit 79e5cab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Upcoming...
1+
# v0.17.0
22

33
- **BC Break**: Themes are now separate from the lib, and the default Carbon theme was moved to a `themes/svelte/carbon` subdirectory for now. The goal is to be able to use other kind of themes in the future.
4+
- Add support for batch actions in CrudList
45
- Add `Email` field.
56
- Add a setup to unit-test single components, especially fields, and test a lot of them.
67
- Fix a date parsing bug in `DateField.svelte` by using the luxon lib.

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.16.4-beta4",
3+
"version": "0.17.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)