File tree Expand file tree Collapse file tree 4 files changed +15
-13
lines changed
Expand file tree Collapse file tree 4 files changed +15
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.2
4+
5+ ### Patch Changes
6+
7+ - fix: SidebarItem: change icon snippet to iconSlot ([ ` d4c8b51c4a14fb56e7b768942b909aa792ea4022 ` ] ( https://github.com/shinokada/svelte-5-ui-lib/commit/d4c8b51c4a14fb56e7b768942b909aa792ea4022 ) )
8+
9+ - fix: add aclass to SidebarItem
10+
311## 0.4.1
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " svelte-5-ui-lib" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " A UI library for Svelte 5." ,
55 "license" : " MIT" ,
66 "main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 6262## Props
6363@props: iconSlot?: Snippet;
6464@props:subtext?: Snippet;
65- @props:href?: string | undefined;
66- @props:label?: string | undefined;
67- @props:spanclass?: string | undefined;
68- @props:activeClass?: string | undefined;
69- @props:nonActiveClass?: string | undefined;
65+ @props:href?: string ;
66+ @props:label?: string ;
67+ @props:spanclass?: string ;
68+ @props:activeClass?: string ;
69+ @props:nonActiveClass?: string ;
70+ @props:aclass?: string;
7071-->
You can’t perform that action at this time.
0 commit comments