Skip to content

Latest commit

Β 

History

History
311 lines (156 loc) Β· 10.3 KB

CHANGELOG.md

File metadata and controls

311 lines (156 loc) Β· 10.3 KB

Changelog

πŸš€ Releases

  • @slithe/playground: 0.0.5 -> 0.0.6

πŸ› Bug Fixes

  • use slithe as a dynamic import (e8d742d)

πŸš€ Releases

  • @slithe/vue: 0.2.1 -> 0.2.2

  • @slithe/primer: 0.3.1 -> 0.3.2

  • @slithe/playground: 0.0.4 -> 0.0.5

πŸ› Bug Fixes

  • show full list of icons in docs, migrate to modern css compiler (04a0df8)

πŸš€ Releases

  • @slithe/playground: 0.0.3 -> 0.0.4

πŸ› Bug Fixes

  • add alias for playground client, disable cache (7cdfc2b)

πŸš€ Releases

  • @slithe/playground: 0.0.2 -> 0.0.3

πŸ› Bug Fixes

  • use build output in sithe playground vitepress config (7748aed)

πŸš€ Releases

  • @slithe/playground: 0.0.1 -> 0.0.2

πŸ› Bug Fixes

  • add sirv dependency to slithe playground (f3bb31a)

πŸš€ Releases

  • slithe: 0.6.0 -> 0.6.1

  • @slithe/vue: 0.2.0 -> 0.2.1

  • @slithe/svelte: 0.3.0 -> 0.3.1

  • @slithe/primer: 0.3.0 -> 0.3.1

  • @slithe/playground: 0.1.0 -> 0.0.1

  • @slithe/cli: 0.1.0 -> 0.0.1

πŸ› Bug Fixes

  • add vue dependency to slithe playground (3866ebe)

  • migrate from import tag to imports (fa51e46)

πŸ— Chores

  • update packages for publishing (a2ebce0)

πŸš€ Releases

  • slithe: 0.5.4 -> 0.6.0

  • @slithe/vue: 0.1.4 -> 0.2.0

  • @slithe/svelte: 0.2.3 -> 0.3.0

  • @slithe/primer: 0.2.2 -> 0.3.0

  • @slithe/playground: 0.1.0

  • @slithe/cli: 0.1.0

✨ New Features

  • add playground and cli packages (1ee4860)

πŸ› Bug Fixes

  • add exec permission to cli (4a2ad03)

πŸ“š Documentation

  • remove unused documentation items (ff2e5c8)

πŸš€ Releases

  • slithe: 0.5.3 -> 0.5.4

  • @slithe/vue: 0.1.3 -> 0.1.4

  • @slithe/svelte: 0.2.2 -> 0.2.3

  • @slithe/primer: 0.2.1 -> 0.2.2

πŸ› Bug Fixes

  • valid primer theme export, use html to keep theme key (6aaca7e)

πŸš€ Releases

  • slithe: 0.5.2 -> 0.5.3

  • @slithe/vue: 0.1.2 -> 0.1.3

  • @slithe/svelte: 0.2.1 -> 0.2.2

  • @slithe/primer: 0.2.0 -> 0.2.1

♻️ Refactoring

  • renaming primer theme variables (2b4f906)

πŸš€ Releases

  • slithe: 0.5.1 -> 0.5.2

  • @slithe/vue: 0.1.1 -> 0.1.2

  • @slithe/svelte: 0.2.0 -> 0.2.1

πŸ— Chores

πŸš€ Releases

  • slithe: 0.5.0 -> 0.5.1

πŸ› Bug Fixes

  • add click event to sl-action (6f05173)

πŸš€ Releases

  • slithe: 0.4.0 -> 0.5.0

  • @slithe/vue: 0.1.0 -> 0.1.1

  • @slithe/svelte: 0.1.0 -> 0.2.0

  • @slithe/primer: 0.1.0 -> 0.2.0

✨ New Features

  • add actions component (ff51af8)

  • add api methods to svelte wrappers (b650376)

  • add flash component (01fb44d)

πŸ› Bug Fixes

  • add click event to slithe button (5a378ea)

  • add AlertLevel import to sl-flash component (9291acb)

  • add updateStyle, separated from syncWithTheme to allow component style update (ec3ad72)

  • set ValidationHandler types (e2d4a67)

♻️ Refactoring

  • better form validation (772be9f)

  • ensure some component methods can be private for wrapper elements (92534f9)

πŸš€ Releases

  • slithe: 0.3.1 -> 0.4.0

  • @slithe/vue: 0.0.3 -> 0.1.0

  • @slithe/svelte: 0.0.2 -> 0.1.0

  • @slithe/primer: 0.0.3 -> 0.1.0

✨ New Features

  • add spinner component (e813c48)

  • add form validation capability (1631ebb)

πŸ› Bug Fixes

  • add shared utils, add events to svelte wrappers (c0df7c5)

  • add undefined default for svelte props (05acf74)

🎨 Style

  • add block styles to input components (6697ac0)

πŸ“¦ Builds

πŸš€ Releases

  • slithe: 0.3.0 -> 0.3.1

  • @slithe/vue: 0.0.2 -> 0.0.3

  • @slithe/svelte: 0.0.2

  • @slithe/primer: 0.0.2 -> 0.0.3

πŸ— Chores

  • add svelte wrapper package (cf84947)

πŸš€ Releases

  • slithe: 0.2.12 -> 0.3.0

  • @slithe/vue: 0.0.2

  • @slithe/primer: 0.0.2

✨ New Features

  • add label and form-control components (ef33545)

  • add popover component (d8f999c)

  • add breadcrumb components (7a64bcf)

  • add avatar component (bf0d8fc)

πŸ“š Documentation

  • add documentation to API, minor fixes (03078d5)

πŸ› οΈ Continuous Integration

  • exclude docs from release action (e5f774f)

πŸ“¦ Builds

  • migrate to scoped packages (082e33f)

πŸ— Chores

  • add commit-msg hook to husky (06802c8)

20/12/2023 - 18:28

πŸš€ Releases

  • slithe: 0.2.12

πŸ› Bug Fixes

  • add .npmrc to gitignore (527dc45)

  • add missing vertis dependency (f93d2e7)

🎨 Style

  • fix blankslate eslint issues (92a3b47)

πŸ› οΈ Continuous Integration

  • add changelog file before commit (e4faf89)

πŸ— Chores