-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from ieedan/avatar-group
- Loading branch information
Showing
17 changed files
with
454 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
".": "1.19.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,234 @@ | ||
# shadcn-svelte-extras | ||
# Changelog | ||
|
||
## 1.19.1 | ||
## [1.19.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.19.0...v1.19.1) (2025-02-19) | ||
|
||
### Patch Changes | ||
|
||
- 6d7fc4f: fix: Fix some issues with styles on mobile devices | ||
### Bug Fixes | ||
|
||
* Fix some issues with styles on mobile devices([6d7fc4f](https://github.com/ieedan/shadcn-svelte-extras/commit/19037a9a9702303f26f03fb33e5c14f4601d8f75)) | ||
|
||
## [1.19.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.18.2...v1.19.0) (2025-02-18) | ||
|
||
|
||
### Features | ||
|
||
* Allow for customization of the image cropper trigger ([51ff02e](https://github.com/ieedan/shadcn-svelte-extras/commit/51ff02ef9c20b7379de5d9e14c23671eb60c6a77)) | ||
|
||
## [1.18.2](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.18.1...v1.18.2) (2025-02-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Improve `<Terminal.Loading/>` with snippets ([36a8358](https://github.com/ieedan/shadcn-svelte-extras/commit/36a8358a1c82e2d2376b66a4f4178db5e26dba2d)) | ||
|
||
## [1.18.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.18.0...v1.18.1) (2025-02-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Ensure `ui/file-drop-zone` respects max files ([be18146](https://github.com/ieedan/shadcn-svelte-extras/commit/be18146b9eac179d97dacbdcd74966fcc45f22f6)) | ||
|
||
## [1.18.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.17.0...v1.18.0) (2025-02-16) | ||
|
||
|
||
### Features | ||
|
||
* Add `<Terminal.Loop/>` component ([41b73f9](https://github.com/ieedan/shadcn-svelte-extras/commit/41b73f90385ec8b4d9aa60e17609cf942df2e4d3)) | ||
|
||
## [1.17.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.16.0...v1.17.0) (2025-02-16) | ||
|
||
|
||
### Features | ||
|
||
* Add `Loading` component to `ui/terminal` ([c4b28bc](https://github.com/ieedan/shadcn-svelte-extras/commit/c4b28bc5f737b75312745e71368fcacaf0a4817d)) | ||
|
||
## [1.16.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.15.0...v1.16.0) (2025-02-16) | ||
|
||
|
||
### Features | ||
|
||
* `ui/image-cropper` ([028f6ec](https://github.com/ieedan/shadcn-svelte-extras/commit/028f6ec9a4fe7d4d0a19699727b8daa21d1bfd4d)) | ||
|
||
## [1.15.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.14.1...v1.15.0) (2025-02-14) | ||
|
||
|
||
### Features | ||
|
||
* `ui/window` + `ui/terminal` ([43bc351](https://github.com/ieedan/shadcn-svelte-extras/commit/43bc351230ff2b459b1e0f4899c4a0b03d66973a)) | ||
* Add `hooks/use-boolean.svelte` ([d11834e](https://github.com/ieedan/shadcn-svelte-extras/commit/d11834e6af54dcdd7dba0424511784800f055f9a)) | ||
|
||
## [1.14.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.14.0...v1.14.1) (2025-02-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Ensure default id or `ui/file-drop-zone` is unique ([5ec18e3](https://github.com/ieedan/shadcn-svelte-extras/commit/5ec18e3510344d578deebb51f7c1de8eccfd233d)) | ||
* Ensure size constants are the correct size ([c580da5](https://github.com/ieedan/shadcn-svelte-extras/commit/c580da5a4d067772a602632da3959dc4d1963fe2)) | ||
|
||
## [1.14.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.13.0...v1.14.0) (2025-02-13) | ||
|
||
|
||
### Features | ||
|
||
* `ui/file-drop-zone` component ([05f888f](https://github.com/ieedan/shadcn-svelte-extras/commit/05f888f134e9764978ae845d16f9096e2e681c71)) | ||
* `ui/link` component ([f1c6b3d](https://github.com/ieedan/shadcn-svelte-extras/commit/f1c6b3d1a404f245decbf2fd5adbb248dee71a57)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **docs:** fix use-clipboard docs for status ([5a4ac8f](https://github.com/ieedan/shadcn-svelte-extras/commit/5a4ac8fc7cc3feb5e8f617bd09853a0da058a89a)) | ||
|
||
## [1.13.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.12.0...v1.13.0) (2025-02-12) | ||
|
||
|
||
### Features | ||
|
||
* Add `ui/nlp-date-input` (Natural language parser date input) ([1ac25fc](https://github.com/ieedan/shadcn-svelte-extras/commit/1ac25fcb9c019d93f6dad2bf294bb3eb2bab7d45)) | ||
|
||
## [1.12.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.11.1...v1.12.0) (2025-02-08) | ||
|
||
|
||
### Features | ||
|
||
* Refactor `actions/active.svelte` to use `$state` apis ([626ba4b](https://github.com/ieedan/shadcn-svelte-extras/commit/626ba4b7a3de6ae31a7690b7abb1edd819f98597)) | ||
|
||
## [1.11.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.11.0...v1.11.1) (2025-02-06) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* bump jsrepo to prune unused blocks ([270f3cb](https://github.com/ieedan/shadcn-svelte-extras/commit/270f3cb38bbae662cf15cb27de6fbc8f6356381f)) | ||
|
||
## [1.11.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.10.1...v1.11.0) (2025-02-06) | ||
|
||
|
||
### Features | ||
|
||
* `ui/pm-command` `ui/copy-button` `hooks/use-clipboard` and more ([133d128](https://github.com/ieedan/shadcn-svelte-extras/commit/133d128be8e151a7a13a4dcfc2755aaacfb7a2d6)) | ||
|
||
## [1.10.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.10.0...v1.10.1) (2025-02-06) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Ensure [@shikijs](https://github.com/shikijs) dependencies are included in manifest ([5803cae](https://github.com/ieedan/shadcn-svelte-extras/commit/5803cae578495e439777f86aa08edf679d5cfa50)) | ||
|
||
## [1.10.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.9.1...v1.10.0) (2025-02-06) | ||
|
||
|
||
### Features | ||
|
||
* Improve `shiki` usage in `ui/code` ([d21c66a](https://github.com/ieedan/shadcn-svelte-extras/commit/d21c66ad1275c24c077e188f8412207967825fbd)) | ||
|
||
## [1.9.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.9.0...v1.9.1) (2025-02-03) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Prevent default on `enter` for `<TagsInput/>` ([f4595a9](https://github.com/ieedan/shadcn-svelte-extras/commit/f4595a9d65eee410782633f0f2044308d4f9e7c8)) | ||
|
||
## [1.9.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.8.0...v1.9.0) (2025-01-24) | ||
|
||
|
||
### Features | ||
|
||
* `<TagsInput/>` component ([e7f42c5](https://github.com/ieedan/shadcn-svelte-extras/commit/e7f42c5e0f73f096a004543445076d457a320831)) | ||
|
||
## [1.8.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.7.0...v1.8.0) (2025-01-08) | ||
|
||
|
||
### Features | ||
|
||
* `<Chat/>` and `use-auto-scroll` blocks ([b8a5d46](https://github.com/ieedan/shadcn-svelte-extras/commit/b8a5d46e6763e2db98f18780258e1b5e65c4f851)) | ||
|
||
## [1.7.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.6.1...v1.7.0) (2024-12-28) | ||
|
||
|
||
### Features | ||
|
||
* `<TreeView/>` component ([3775e20](https://github.com/ieedan/shadcn-svelte-extras/commit/3775e203d39e9b6697505fd86097462023adfd45)) | ||
|
||
## [1.6.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.6.0...v1.6.1) (2024-12-28) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Move className to correct position in cn function ([ebada09](https://github.com/ieedan/shadcn-svelte-extras/commit/ebada0939963380c528d968828a60e980b657bdd)) | ||
|
||
## [1.6.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.5.0...v1.6.0) (2024-12-23) | ||
|
||
|
||
### Features | ||
|
||
* Highlight lines of `<Code/>` component ([0e67c78](https://github.com/ieedan/shadcn-svelte-extras/commit/0e67c781483b1cb16c2738378baf4e396c132fdc)) | ||
|
||
## [1.5.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.4.2...v1.5.0) (2024-12-20) | ||
|
||
|
||
### Features | ||
|
||
* Improve `<Code/>` styling ([897178f](https://github.com/ieedan/shadcn-svelte-extras/commit/897178fa620f126e3e8439748d11bddc0bbbca93)) | ||
|
||
## [1.4.2](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.4.1...v1.4.2) (2024-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update jsrepo to correctly resolve dependencies ([de78376](https://github.com/ieedan/shadcn-svelte-extras/commit/de783769d415f3ccfdb633237b2f9d6ab64170b2)) | ||
|
||
## [1.4.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.4.0...v1.4.1) (2024-12-12) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* unlist table ([6803f7d](https://github.com/ieedan/shadcn-svelte-extras/commit/6803f7d6dd5513c8c945c023b4b31fb06231505c)) | ||
|
||
## [1.4.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.3.0...v1.4.0) (2024-12-12) | ||
|
||
|
||
### Features | ||
|
||
* `<IPv4AddressInput/>` updates ([b886d49](https://github.com/ieedan/shadcn-svelte-extras/commit/b886d4921369e5666080188274d799f848303ca8)) | ||
|
||
## [1.3.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.2.1...v1.3.0) (2024-12-11) | ||
|
||
|
||
### Features | ||
|
||
* Add `<Kbd/>` component ([b8a0416](https://github.com/ieedan/shadcn-svelte-extras/commit/b8a0416ed70d0262f1e3cf335f18c18048203c1f)) | ||
* Add `shortcut` and `active` actions ([ac3815d](https://github.com/ieedan/shadcn-svelte-extras/commit/ac3815d68f8d001bdc8328bc9a642f8d14db6434)) | ||
|
||
## [1.2.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.2.0...v1.2.1) (2024-12-10) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* `<Code/>` ensure line numbers are always aligned ([485d11d](https://github.com/ieedan/shadcn-svelte-extras/commit/485d11d097978c0976d27270e7a81dc7f56b292b)) | ||
* code example ([d677bb2](https://github.com/ieedan/shadcn-svelte-extras/commit/d677bb21abf804764916541ef0c8eccc009c2066)) | ||
* Reduce padding on line numbers for code component ([1a1fb7a](https://github.com/ieedan/shadcn-svelte-extras/commit/1a1fb7a360a9ede398c01f524b8f61fb4bd8de7a)) | ||
|
||
## [1.2.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.1.0...v1.2.0) (2024-12-10) | ||
|
||
|
||
### Features | ||
|
||
* Update `context-provider` documentation ([67b5281](https://github.com/ieedan/shadcn-svelte-extras/commit/67b5281a6fa01d6348ba24f2cc4984718e2a01de)) | ||
|
||
## [1.1.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.0.0...v1.1.0) (2024-12-10) | ||
|
||
|
||
### Features | ||
|
||
* Add context-provider utility ([c345745](https://github.com/ieedan/shadcn-svelte-extras/commit/c345745dff63d304cb5775f040d8670aef3bf908)) | ||
|
||
## 1.0.0 (2024-12-06) | ||
|
||
|
||
### Features | ||
|
||
* Change fieldset to use composition instead of snippets ([c9543c5](https://github.com/ieedan/shadcn-svelte-extras/commit/c9543c5df9d172fa3c0d8a127a6782c1bb98aaa6)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* specify package manager version ([e6386af](https://github.com/ieedan/shadcn-svelte-extras/commit/e6386af65cfa13df6b852d2461a6ea5527f2d8e2)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", | ||
"packages": { | ||
".": { | ||
"release-type": "simple", | ||
"extra-files": [ | ||
{ | ||
"type": "json", | ||
"path": "package.json", | ||
"jsonpath": "$.version" | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.