This repository was archived by the owner on Sep 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.3.6 " ,
5
+ "version" : " 0.3.7 " ,
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
8
"command" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.3.6 " ,
3
+ "version" : " 0.3.7 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " sapper dev --ext \" .svelte .md\" " ,
14
14
"gumshoejs" : " ^5.1.2" ,
15
15
"polka" : " next" ,
16
16
"sirv" : " ^1.0.11" ,
17
- "svelte-materialify" : " ^0.3.6 " ,
17
+ "svelte-materialify" : " ^0.3.7 " ,
18
18
"svelte-materialify-api" : " ^0.3.6"
19
19
},
20
20
"devDependencies" : {
Original file line number Diff line number Diff line change
1
+ ## [ 0.3.7] ( https://github.com/TheComputerM/svelte-materialify/compare/v0.3.6...v0.3.7 ) (2021-03-18)
2
+
3
+ ### Bug Fixes
4
+
5
+ - Alert docs Select ([ 190d185] ( https://github.com/TheComputerM/svelte-materialify/commit/190d185b8dc127678a933f400c55134ccc225443 ) )
6
+ - all Playground docs Selects + Icon ([ 0e2b134] ( https://github.com/TheComputerM/svelte-materialify/commit/0e2b13484ff8837bdb61b699ba5b16146282bfad ) )
7
+ - lint ([ b7cacf2] ( https://github.com/TheComputerM/svelte-materialify/commit/b7cacf22d23f246861b8d6be93591bf8603b743d ) )
8
+ - ran yarn fmt && yarn lint: fix ([ acf65f8] ( https://github.com/TheComputerM/svelte-materialify/commit/acf65f82b8ccfc4ed689f782afa07d7a277f931a ) )
9
+ - renamed TabsContent -> TabContent & fix types ([ 440fbf4] ( https://github.com/TheComputerM/svelte-materialify/commit/440fbf4e2dda2f75e046c9c78b0299ce44961d9d ) )
10
+ - revert PR [ #94 ] ( https://github.com/TheComputerM/svelte-materialify/issues/94 ) ([ e869c6a] ( https://github.com/TheComputerM/svelte-materialify/commit/e869c6a3f5954cb4dc83409419ebf24b7fc4d0fd ) )
11
+ - updated tab.d.ts activeClass & dissabled ([ bf41521] ( https://github.com/TheComputerM/svelte-materialify/commit/bf41521df922b8acb10166c1918a6ccd9f1000a4 ) )
12
+ - updated types in Tab.ts & .svelte ([ d9e7898] ( https://github.com/TheComputerM/svelte-materialify/commit/d9e78986e24f98e820654f919019e89869fcc029 ) )
13
+
14
+ ### Features
15
+
16
+ - added Tab(s), TabsContent interace & exports ([ 9d4a5cb] ( https://github.com/TheComputerM/svelte-materialify/commit/9d4a5cbe6871e5f7357a5dfc43ffd3b520997359 ) )
17
+ - ** Slider:** add precision prop to customize decimal places of slider value ([ ad4c41b] ( https://github.com/TheComputerM/svelte-materialify/commit/ad4c41b2c550fb0dd31e24bb174bb4cfc3fd8274 ) )
18
+ - ** Tab:** forward click event ([ c03ca2f] ( https://github.com/TheComputerM/svelte-materialify/commit/c03ca2f845b95e67a4f4976ee62c8941c6fa8843 ) )
19
+ - ** typing:** subheader ([ 50a95aa] ( https://github.com/TheComputerM/svelte-materialify/commit/50a95aa7fa1702378d5e57673d14e6b301b07dc2 ) )
20
+
1
21
## [ 0.3.6] ( https://github.com/TheComputerM/svelte-materialify/compare/v0.3.5...v0.3.6 ) (2021-03-05)
2
22
3
23
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-materialify" ,
3
- "version" : " 0.3.6 " ,
3
+ "version" : " 0.3.7 " ,
4
4
"description" : " A material design framework/component library for Svelte, with full support for light and dark themes and customisability." ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments