Skip to content

Releases: svelte-seoul/svelte-theme

1.4.3

12 Nov 07:51
434c599
Compare
Choose a tag to compare

Add support for 3 degit hex code #4

1.4.2

12 Nov 03:01
Compare
Choose a tag to compare

Add rgb variables using hex code (#3)

1.4.0

30 Oct 09:02
Compare
Choose a tag to compare

Breaking

Rename context name to svelte-theme to remove side effect with other contexts.

Bugfix

Fix changing theme not upadting the custom variables.

1.3.0

30 Oct 07:43
Compare
Choose a tag to compare

Enhancement

Convert kebab-case from camelCase on case like HTMLElement. This will be converted to html-element.

Bugfix

Fix initializing css variables that did not update the store variables.

1.1.2

29 Oct 10:03
Compare
Choose a tag to compare

Automatically detect the dark mode when mounted.

1.1.1

28 Oct 15:11
Compare
Choose a tag to compare

Enhance changeThemeType behavior in themeStore. This is not and optional function and the themeType arg is optional.

1.1.0

28 Oct 14:25
Compare
Choose a tag to compare

Enhance converting key to kebab-case from camelCase.

  • Previously val10 converted to --var-1-0 but should be val10.

1.0.3

28 Oct 13:32
Compare
Choose a tag to compare

Add missing changeThemeType prop at ThemeStore.

1.0.2

28 Oct 12:58
Compare
Choose a tag to compare

Update customTheme types that weren't correctly typed.

1.0.0

28 Oct 10:04
Compare
Choose a tag to compare

The first stable release with major @dooboo-ui/theme specifications.