Skip to content

Commit

Permalink
Add/refine changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Nov 17, 2023
1 parent 51d1af2 commit d5f6377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cuddly-ways-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-ux': minor
---

Add Intl support in `formatNumber()` by leveraging Intl.NumberFormat() (and remove d3-format dependency)
2 changes: 1 addition & 1 deletion .changeset/nervous-cars-lie.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'svelte-ux': minor
---

`createTheme( ... )` was removed in favor of `settings({ theme: ... })` (Same for component `<Theme ... />`, is now `<Settings ... />`)
`createTheme( ... )` was removed in favor of `settings({ theme: ... })` (Same for component `<Theme ... />`, is now `<Settings ... />`). Enables configuring `formatNumber()` style and future settings.

0 comments on commit d5f6377

Please sign in to comment.