Releases: elcharitas/chakra-ui-svelte
Releases · elcharitas/chakra-ui-svelte
v0.0.5
What's Changed
- fix: specify package path explicitly by @elcharitas in #13
Full Changelog: 0.0.4...0.0.5
v0.0.4
What's Changed
- fix(ops): remove tests from publish action by @elcharitas in #12
Full Changelog: 0.0.3...0.0.4
v0.0.3
What's Changed
- chore: migrate to sveltekit v1 by @elcharitas in #5
- chore: revamp actions and scripts by @elcharitas in #6
- fix: icon event and styles bubbling by @elcharitas in #8
- feat: migrate to histoire by @elcharitas in #9
- feat: add npm publish action by @elcharitas in #11
New Contributors
- @elcharitas made their first contribution in #5
Full Changelog: v0.0.2...0.0.3
v0.0.2
Stable pre-release of implementation of chakra ui in svelte.
This release has the following components
- ChakraProvider - Which should wrap all other components
- Box - The Basic component upon which every other component is built on
- Icon
- Logo
- Text
- VisuallyHidden
- Button
- IconButton - IconButton is still buggy and proper documentation is not yet available
- Flex
- Stack
- HStack
- VStack
Documentation would be available soon