## [0.3.12](https://github.com/apoprotsky/svelte-materialify/compare/v0.3.11...v0.3.12) (2023-04-04)

### Bug Fixes

- **datatable:** added missing typing re-exports ([5d4bc6c](https://github.com/apoprotsky/svelte-materialify/commit/5d4bc6cc594d66f9c6356c939e616a4d7add7718))
- **ListGroup:** offset not applied when toggling off and on quickly ([f65b819](https://github.com/apoprotsky/svelte-materialify/commit/f65b8198fa5a752190812b79f24872e1f12b147d))
- **table.d.ts:** prop descriptions ([fab6c29](https://github.com/apoprotsky/svelte-materialify/commit/fab6c2916e5e6d2638527224bcc39228b4f73079))
- **Textarea:** Fix label not being reactive ([521d974](https://github.com/apoprotsky/svelte-materialify/commit/521d9744fe56cb3871da1cf9599ad276a626ede8))

### Features

- **Table.d.ts:** New definition file ([e091f32](https://github.com/apoprotsky/svelte-materialify/commit/e091f3216971a0a876790e4287ae369bb9a94cc0))

## [0.3.11](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.10...v0.3.11) (2021-06-15)

### Bug Fixes

- **index.d.ts:** added Chip export ([f3bc8a0](https://github.com/TheComputerM/svelte-materialify/commit/f3bc8a047f93a83b24777b0bcf640b7e49c65eeb))
- added Chip as an exported type ([436b873](https://github.com/TheComputerM/svelte-materialify/commit/436b873a43aa37b11352a9dcddb5dc666342d48c))
- make pa-_ and ma-_ overridable. ([#241](https://github.com/TheComputerM/svelte-materialify/issues/241)) ([22553c2](https://github.com/TheComputerM/svelte-materialify/commit/22553c280a5c13d542c4e5a5bed01ac307c880df)), closes [#230](https://github.com/TheComputerM/svelte-materialify/issues/230) [#230](https://github.com/TheComputerM/svelte-materialify/issues/230)
- spacing breakpoints ([#239](https://github.com/TheComputerM/svelte-materialify/issues/239)) ([d5895d0](https://github.com/TheComputerM/svelte-materialify/commit/d5895d022adeb747eb723dfaa67e710b3dd6f16c)), closes [#230](https://github.com/TheComputerM/svelte-materialify/issues/230) [#230](https://github.com/TheComputerM/svelte-materialify/issues/230)
- **datatable:** added class property typings ([1a518ed](https://github.com/TheComputerM/svelte-materialify/commit/1a518edb211e17bf4d0a1d517d4e0364f0440323))
- **datatable:** added missing DataTable files ([a2341db](https://github.com/TheComputerM/svelte-materialify/commit/a2341dbf4a6dc523c4f169e32c74c09a90d79ccc))
- **datatable:** colors of DataTable are now theme-dependent ([c8fb4ee](https://github.com/TheComputerM/svelte-materialify/commit/c8fb4eec48323060e01958ba5be75df61e9d712e))
- **datatable:** correct docs for DataTable ([b8d76df](https://github.com/TheComputerM/svelte-materialify/commit/b8d76df007bf9ccb9c82b96251aacaf228f89ce7))
- **datatable:** fixed header not being left-justified ([08f3442](https://github.com/TheComputerM/svelte-materialify/commit/08f344217f1262c2b0201a32aa91f5b54e6fedaa))
- **datatable:** fixed wrong docs heading ([a8d85b3](https://github.com/TheComputerM/svelte-materialify/commit/a8d85b3ae06e8fe17c3e9c479ab0dcfc500b6320))
- **datatable:** simplified DataTable style rules ([fe5ec1a](https://github.com/TheComputerM/svelte-materialify/commit/fe5ec1a9d86ef4eb1aac8ce6ca64d68d4f8382d9))
- **DataTable:** the DataTable component now uses th properly ([839670d](https://github.com/TheComputerM/svelte-materialify/commit/839670de55831c5763cc3d8f763920c1ef353ea1))
- **Slider:** reactivity ([0862cb3](https://github.com/TheComputerM/svelte-materialify/commit/0862cb30d88f24d9e56888f3325afbbc79e84580))
- tooltip stucked [#140](https://github.com/TheComputerM/svelte-materialify/issues/140) ([f34aa51](https://github.com/TheComputerM/svelte-materialify/commit/f34aa51236053026cf9a5ff6d1ab12474318cc37))

### Features

- **datatable:** better configurable DataTable head font weight ([0806cf2](https://github.com/TheComputerM/svelte-materialify/commit/0806cf267f931eccedd345f00881641b0513caf2))
- **DataTable:** basic DataTable ([6b501a1](https://github.com/TheComputerM/svelte-materialify/commit/6b501a1ccc3eb79934a427c1cfd056392bad0786))

## [0.3.10](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.9...v0.3.10) (2021-04-13)

### Bug Fixes

- **types:** added Footer type ([#213](https://github.com/TheComputerM/svelte-materialify/issues/213)) ([e558afb](https://github.com/TheComputerM/svelte-materialify/commit/e558afbad8715f57a5e8746ee28f146c694fcc4e))
- **Types:** Add MaterialAppMin type ([2dbad6d](https://github.com/TheComputerM/svelte-materialify/commit/2dbad6de4c4ddf4e5c556a04af4321c9357765c9))
- force update the items when they are changed ([#206](https://github.com/TheComputerM/svelte-materialify/issues/206)) ([b3d7d64](https://github.com/TheComputerM/svelte-materialify/commit/b3d7d642fd49b59fb04feec4c82eb7a60c721507))

## [0.3.9](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.8...v0.3.9) (2021-03-30)

## [0.3.8](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.7...v0.3.8) (2021-03-27)

### Bug Fixes

- sliderUi library imported incorrectly for SPA and SSR [#171](https://github.com/TheComputerM/svelte-materialify/issues/171) ([#194](https://github.com/TheComputerM/svelte-materialify/issues/194)) ([503db1d](https://github.com/TheComputerM/svelte-materialify/commit/503db1d7131bafb5faf94b86b25eed9dd4115b5d))
- **@types/select:** When value is mandatory & multiple false, value can be null ([1e87034](https://github.com/TheComputerM/svelte-materialify/commit/1e8703424046f153badbedb6377e2ddebd264da6))
- **Select:** basic usage checkbox ([4f5a06e](https://github.com/TheComputerM/svelte-materialify/commit/4f5a06e87cb67c50c9cf8e01ce6edf8261c617f3))
- **Select:** chips basic and multiple ([f9daf57](https://github.com/TheComputerM/svelte-materialify/commit/f9daf57da7f688dc5d0fd7a79db32f132577f1c7))
- **Select:** regression, add suggestion ([51d1841](https://github.com/TheComputerM/svelte-materialify/commit/51d1841d67f0a405fd34476b846954ca89951134))
- **types:** ItemGroup allows non-array value prop ([74bc4e5](https://github.com/TheComputerM/svelte-materialify/commit/74bc4e5c1688f36445419eed2510301a712119cf))
- **types/select.d.ts:** Value can be single value or array ([8cf5175](https://github.com/TheComputerM/svelte-materialify/commit/8cf5175cb2af31519acc22f14067b84c4692b80c))
- lint ([62d5087](https://github.com/TheComputerM/svelte-materialify/commit/62d5087f8b9b68e97b91fb60bb54fe5292fdb21b))

### Features

- **Select:** basic usage ([7490744](https://github.com/TheComputerM/svelte-materialify/commit/74907447be4adbb37c8e4824c4984e073da2890a))
- **Select:** emptyString and by default show name ([63a9ba2](https://github.com/TheComputerM/svelte-materialify/commit/63a9ba2ede5d3eb2c4e6d86385135366b3118bce))
- **types:** Enable types when importing from /src ([1a6bc98](https://github.com/TheComputerM/svelte-materialify/commit/1a6bc98a4c4992d2d66ca60fefa29273ba96472f))

## [0.3.7](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.6...v0.3.7) (2021-03-18)

### Bug Fixes

- Alert docs Select ([190d185](https://github.com/TheComputerM/svelte-materialify/commit/190d185b8dc127678a933f400c55134ccc225443))
- all Playground docs Selects + Icon ([0e2b134](https://github.com/TheComputerM/svelte-materialify/commit/0e2b13484ff8837bdb61b699ba5b16146282bfad))
- lint ([b7cacf2](https://github.com/TheComputerM/svelte-materialify/commit/b7cacf22d23f246861b8d6be93591bf8603b743d))
- ran yarn fmt && yarn lint:fix ([acf65f8](https://github.com/TheComputerM/svelte-materialify/commit/acf65f82b8ccfc4ed689f782afa07d7a277f931a))
- renamed TabsContent -> TabContent & fix types ([440fbf4](https://github.com/TheComputerM/svelte-materialify/commit/440fbf4e2dda2f75e046c9c78b0299ce44961d9d))
- revert PR [#94](https://github.com/TheComputerM/svelte-materialify/issues/94) ([e869c6a](https://github.com/TheComputerM/svelte-materialify/commit/e869c6a3f5954cb4dc83409419ebf24b7fc4d0fd))
- updated tab.d.ts activeClass & dissabled ([bf41521](https://github.com/TheComputerM/svelte-materialify/commit/bf41521df922b8acb10166c1918a6ccd9f1000a4))
- updated types in Tab.ts & .svelte ([d9e7898](https://github.com/TheComputerM/svelte-materialify/commit/d9e78986e24f98e820654f919019e89869fcc029))

### Features

- added Tab(s), TabsContent interace & exports ([9d4a5cb](https://github.com/TheComputerM/svelte-materialify/commit/9d4a5cbe6871e5f7357a5dfc43ffd3b520997359))
- **Slider:** add precision prop to customize decimal places of slider value ([ad4c41b](https://github.com/TheComputerM/svelte-materialify/commit/ad4c41b2c550fb0dd31e24bb174bb4cfc3fd8274))
- **Tab:** forward click event ([c03ca2f](https://github.com/TheComputerM/svelte-materialify/commit/c03ca2f845b95e67a4f4976ee62c8941c6fa8843))
- **typing:** subheader ([50a95aa](https://github.com/TheComputerM/svelte-materialify/commit/50a95aa7fa1702378d5e57673d14e6b301b07dc2))

## [0.3.6](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.5...v0.3.6) (2021-03-05)

### Bug Fixes

- **ItemGroup:** check for index ([9fe0fa3](https://github.com/TheComputerM/svelte-materialify/commit/9fe0fa3d15afe09535a80e55e609bf966cdc4818))
- **ItemGroup:** cross mandatory and multiple ([be16ead](https://github.com/TheComputerM/svelte-materialify/commit/be16ead9dbc9933c8f841a42a49382ec80f213fa))
- added forgotten ; ([ddba141](https://github.com/TheComputerM/svelte-materialify/commit/ddba141bf852b49ae03d4060b2d30573758da4ad))
- on:change support for select component ([b1215b4](https://github.com/TheComputerM/svelte-materialify/commit/b1215b498670aac48a3351c69912c8a6b6fe80a8))
- **Slider:** Input has no hint prop ([31e1ae2](https://github.com/TheComputerM/svelte-materialify/commit/31e1ae2426578e5627d9bd08277724fa5da42082))
- **types:** remove generic type from from props ([2c4f4f3](https://github.com/TheComputerM/svelte-materialify/commit/2c4f4f3f0085cdbccb94a385e999601d204dfa62))

### Features

- **MaterialApp:** minimal css utilities version ([6320085](https://github.com/TheComputerM/svelte-materialify/commit/6320085f5a44242e168369c65bcd3cdc116d6475))
- **types:** add form field type definitions ([7b36edc](https://github.com/TheComputerM/svelte-materialify/commit/7b36edc3291817c5bf6c81269af6ea0579887488))
- export input elements ([4f33fe1](https://github.com/TheComputerM/svelte-materialify/commit/4f33fe1886463e4f3606e81be5573dc164bba667))
- forward all transition events ([a5c10f5](https://github.com/TheComputerM/svelte-materialify/commit/a5c10f535e27f91c1789614f4c4f62cef55ee892))

## [0.3.5](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.4...v0.3.5) (2021-02-09)

### Bug Fixes

- **types:** add Toolbar to index ([91aa3ee](https://github.com/TheComputerM/svelte-materialify/commit/91aa3ee9617965c9f20ae4458c3a9a501064ccbc))
- close [#71](https://github.com/TheComputerM/svelte-materialify/issues/71) by docseltsam ([0143431](https://github.com/TheComputerM/svelte-materialify/commit/0143431073bab43f6303a8250d04932b82dbd5c3))
- generate with lf line-ending ([2c9c00c](https://github.com/TheComputerM/svelte-materialify/commit/2c9c00c4e71c8e720cfd593ca50daaddf28f9623))
- set Appbar z-index ([7e1b527](https://github.com/TheComputerM/svelte-materialify/commit/7e1b527227de88835950cf905c9a06cccccbc6e0))
- update Select API ([00eeb56](https://github.com/TheComputerM/svelte-materialify/commit/00eeb5692c33c3a52c2ce0109837a428ab68da86))
- **Button:** rename fab ([b713ef5](https://github.com/TheComputerM/svelte-materialify/commit/b713ef5d54ef127d450161513f2ef8ee75ea1333))
- **clickOutside:** set event propagation to capturing phase ([c116592](https://github.com/TheComputerM/svelte-materialify/commit/c1165924c3d8cd0631e9fbd1599e57bc90a3e35b))
- **docs:** add aria-label ([f72f9d6](https://github.com/TheComputerM/svelte-materialify/commit/f72f9d60189a0514d31a64fbc47c3c706eb99f9f))
- **types:** add ExpansionPanel-s to index ([8c2a746](https://github.com/TheComputerM/svelte-materialify/commit/8c2a74682a9430ba50bd2186bc909a5c831942f9))
- **types:** missing export of Menu ([b98e987](https://github.com/TheComputerM/svelte-materialify/commit/b98e987182195305f4e1ea934b3e3bca932260b7))

### Features

- add NavDrawer z-index prop ([f58b58c](https://github.com/TheComputerM/svelte-materialify/commit/f58b58c2b36f050e38604ee50e59fa7b4354fc2f))
- **MaterialApp:** make full height ([4116c1e](https://github.com/TheComputerM/svelte-materialify/commit/4116c1e417435d53e2ad14e21acb68717e64cb08))
- **Select:** export closeOnClick ([369c401](https://github.com/TheComputerM/svelte-materialify/commit/369c401be2abcabf16ab1659c5261fc48a4e8479))
- **TextField:** allow manual validation ([0236948](https://github.com/TheComputerM/svelte-materialify/commit/0236948a2fa40497072acee50a8a0b3476fe4af5))

## [0.3.4](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.3...v0.3.4) (2020-11-29)

### Bug Fixes

- better selection control ([b1e2542](https://github.com/TheComputerM/svelte-materialify/commit/b1e25422ed5dcf2b00ec7fd337b924472d93a0bf))
- **types:** fix some types ([3be086f](https://github.com/TheComputerM/svelte-materialify/commit/3be086f60aa4c9748a622867b16540a6839d5506))

### Features

- **types:** add Container, Row, Col, Dividers ([328f231](https://github.com/TheComputerM/svelte-materialify/commit/328f231d28203ed4df50999b5c772f38862b73a6))

## [0.3.3](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.2...v0.3.3) (2020-11-17)

### Features

- **overlay:** adding transition, inOpts, outOpts as props ([85daff7](https://github.com/TheComputerM/svelte-materialify/commit/85daff763ec5fb77fdb792b24aac51678d72c17a))
- **style:** implemented flex grow and shrink ([1591070](https://github.com/TheComputerM/svelte-materialify/commit/159107072c1d12ed7ab7c8eb0eb78bc47ce0abd7))

## [0.3.2](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.1...v0.3.2) (2020-11-15)

### Bug Fixes

- **Select:** cursor and width ([#55](https://github.com/TheComputerM/svelte-materialify/issues/55)) ([c200072](https://github.com/TheComputerM/svelte-materialify/commit/c20007214c36d2c314de6e136b21dcf460c68add))

### Features

- **textfield:** adding keypress eventHandler ([5deaa7a](https://github.com/TheComputerM/svelte-materialify/commit/5deaa7adbbacbcb5ba7b8e1be9380598f0b669e8))
- **textfield:** adding on:keypress eventhandler ([4ea87bf](https://github.com/TheComputerM/svelte-materialify/commit/4ea87bf68436ea6f6d6df0b31a45f677ec6d40a8))

## [0.3.1](https://github.com/TheComputerM/svelte-materialify/compare/v0.3.0...v0.3.1) (2020-11-05)

### Bug Fixes

- **styles:** update aria-disabled selector ([b91c08e](https://github.com/TheComputerM/svelte-materialify/commit/b91c08e04b3baaa80510f1041a8aa9edb4a25f2b))

### Features

- local icons ([7cdec36](https://github.com/TheComputerM/svelte-materialify/commit/7cdec36654067a8242f1b6aa4845402d84e9708b))
- smaller bundles ([998c3a2](https://github.com/TheComputerM/svelte-materialify/commit/998c3a24c814e128eea264e3002cbbe6db59e328))

# [0.3.0](https://github.com/TheComputerM/svelte-materialify/compare/v0.2.7...v0.3.0) (2020-10-30)

### Features

- groups return single value when not multiple ([e256dab](https://github.com/TheComputerM/svelte-materialify/commit/e256dab42d81b0f5be384d2db669d5e846d56bcd))

## [0.2.7](https://github.com/TheComputerM/svelte-materialify/compare/v0.2.6...v0.2.7) (2020-10-29)

### Bug Fixes

- better item groups ([522d81e](https://github.com/TheComputerM/svelte-materialify/commit/522d81e68bfde18ac9620fb59ca70af931d8a7ba))

## [0.2.6](https://github.com/TheComputerM/svelte-materialify/compare/v0.2.5...v0.2.6) (2020-10-28)

### Bug Fixes

- **checkbox:** groupUpdate and edge case when value = 0 ([e9ae8a1](https://github.com/TheComputerM/svelte-materialify/commit/e9ae8a1e7d40c3253bd513b33de7fdbfba12f986))
- **Textarea:** autogrow ([8687d7c](https://github.com/TheComputerM/svelte-materialify/commit/8687d7cf17a7ef46ae2d084d3354fc08cecff7f2))

## [0.2.5](https://github.com/TheComputerM/svelte-materialify/compare/v0.2.4...v0.2.5) (2020-10-26)

### Bug Fixes

- **TextField:** add style for 'flat' ([9aef49a](https://github.com/TheComputerM/svelte-materialify/commit/9aef49a13563db3a3fc1063b380370851ea19166))

## [0.2.4](https://github.com/TheComputerM/svelte-materialify/compare/v0.2.3...v0.2.4) (2020-10-25)

### Bug Fixes

- **Window:** remove querySelector ([72ecd04](https://github.com/TheComputerM/svelte-materialify/commit/72ecd04957229f95145d6ac52cb6b74f98617026))

## [0.2.3](https://github.com/TheComputerM/svelte-materialify/compare/v0.2.2...v0.2.3) (2020-10-25)

### Bug Fixes

- **Tabs:** remove use of querySelector ([bf8700b](https://github.com/TheComputerM/svelte-materialify/commit/bf8700b25c03d10b04400c3de82114669ed0214d))

## [0.2.2](https://github.com/TheComputerM/svelte-materialify/compare/v0.2.1...v0.2.2) (2020-10-24)

### Bug Fixes

- not linting compiled ([9994c04](https://github.com/TheComputerM/svelte-materialify/commit/9994c049881d8e862b7a420f9f714db3d5258d13))

## [0.2.1](https://github.com/TheComputerM/svelte-materialify/compare/v0.2.0...v0.2.1) (2020-10-24)

### Features

- added preprocessed version ([8669950](https://github.com/TheComputerM/svelte-materialify/commit/86699504baf46376c128d5a8de6b3f097d65cde7))

# [0.2.0](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.13...v0.2.0) (2020-10-23)

### Bug Fixes

- rework ListGroup ([fce84b5](https://github.com/TheComputerM/svelte-materialify/commit/fce84b5541371a9602650613bd126ec7e531f4e3))
- **Tooltip:** update method to get left and top position ([a12cbeb](https://github.com/TheComputerM/svelte-materialify/commit/a12cbeb9abc5a5dfe432b738f8864920dd963652))

### Features

- **Select:** add class prop ([da28195](https://github.com/TheComputerM/svelte-materialify/commit/da2819584d2e1e25b6bac3e96a3f2a87a2d67381))
- **types:** added for Menu ([7c45da4](https://github.com/TheComputerM/svelte-materialify/commit/7c45da4d044f5e257be97cb4ed73abc8ba9e06f8))
- faster and better inputs ([6913c93](https://github.com/TheComputerM/svelte-materialify/commit/6913c934de9a2856ae7be6b3c1e6b72c299d3a46))

## [0.1.13](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.12...v0.1.13) (2020-10-21)

### Features

- **Tabs:** added ripple option ([314e0d0](https://github.com/TheComputerM/svelte-materialify/commit/314e0d0689e67a63d965b61ff1c8614b1ecd9deb))

## [0.1.12](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.11...v0.1.12) (2020-10-19)

### Bug Fixes

- **Tooltip:** add a use action to detect when active changes ([7cb6040](https://github.com/TheComputerM/svelte-materialify/commit/7cb6040048eecf650046bef3e3980b702a526588))
- **Tooltip:** fix bug due to eslint fix ([a0d38b4](https://github.com/TheComputerM/svelte-materialify/commit/a0d38b4d354e20f3c55ea7b638a3cfadaa4b296f))
- **Tooltip:** use bind instead of addEventListener ([8fd9dd7](https://github.com/TheComputerM/svelte-materialify/commit/8fd9dd78a7d64a20ccda75cf351e94796370d08f))

### Features

- **Select:** added `format` prop ([#22](https://github.com/TheComputerM/svelte-materialify/issues/22)) ([8301ca7](https://github.com/TheComputerM/svelte-materialify/commit/8301ca77bc76548859bead64f44f82394ac2778e))
- **Tabs:** added value prop ([0d96d7e](https://github.com/TheComputerM/svelte-materialify/commit/0d96d7edec63c5ec07e6b12c23d220f291a1933a))
- **types:** added more types ([5131be8](https://github.com/TheComputerM/svelte-materialify/commit/5131be8ff698477313ec7c2f8075882889d1e5a8))
- **types:** added more types ([e098df1](https://github.com/TheComputerM/svelte-materialify/commit/e098df114d71f949ad06ff2cce9fce5f14943382))

### Performance Improvements

- **Tooltip:** reduce number of call to update the tooltip position ([8012667](https://github.com/TheComputerM/svelte-materialify/commit/80126679264d23a9bc653afa778b0f9af62b0c94))

## [0.1.11](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.10...v0.1.11) (2020-10-11)

### Bug Fixes

- generate non hydratable bundle ([416e7de](https://github.com/TheComputerM/svelte-materialify/commit/416e7de630da48e875c3965b10674368cb13d965))
- **Input:** append and prepend margin ([a91d597](https://github.com/TheComputerM/svelte-materialify/commit/a91d597ba8fee60c0b7dd0e0f5b5bc75e3b0a14a))
- **Slider:** append and prepend ([dfae4aa](https://github.com/TheComputerM/svelte-materialify/commit/dfae4aa3a8792679426e0908b11f245f4cdba957))

## [0.1.10](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.9...v0.1.10) (2020-09-28)

### Bug Fixes

- some minor bugs ([814a3b7](https://github.com/TheComputerM/svelte-materialify/commit/814a3b7d3b1bce586bb59ab7fcdb3b0812c2bab4))

### Features

- **ListItem:** multiline option ([1b945b6](https://github.com/TheComputerM/svelte-materialify/commit/1b945b6eed5c634cf2d4dc2e14530b63723f8c5c))
- rearrange types ([ad432d9](https://github.com/TheComputerM/svelte-materialify/commit/ad432d956fcd83e82cd9d342ae7ff78cbbfe8ad0))
- **typing:** adds more typescript definitions ([e2c6e67](https://github.com/TheComputerM/svelte-materialify/commit/e2c6e67ee6de30b39aa961ada44063506c368bb7))
- **typing:** fixes after review ([808d00a](https://github.com/TheComputerM/svelte-materialify/commit/808d00a4bcd264b471289e3054d8ca3c33ece147))

### Performance Improvements

- improve docs ([ede254c](https://github.com/TheComputerM/svelte-materialify/commit/ede254c36a617d6b3eea1bcc305be5d1c4da5154))
- increased speed ([49b4038](https://github.com/TheComputerM/svelte-materialify/commit/49b40383da1340a0dc2df11d770537f22d29667c))
- set immutable flags ([bab011e](https://github.com/TheComputerM/svelte-materialify/commit/bab011e07ac6a17e81d83b71814f192629a997a6))

## [0.1.9](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.8...v0.1.9) (2020-09-24)

### Bug Fixes

- **List:** background color to unset ([3b10d84](https://github.com/TheComputerM/svelte-materialify/commit/3b10d84b7bc3d4c955207e05d97e22484a772a4c))

### Features

- generate ssr bundle also ([250ee7a](https://github.com/TheComputerM/svelte-materialify/commit/250ee7ae4f5ece07ac2ee4ef3a2dda4c3b23bdc0))

## [0.1.8](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.7...v0.1.8) (2020-09-23)

### Features

- **text-input:** trigger change event from textfield ([73ff714](https://github.com/TheComputerM/svelte-materialify/commit/73ff714bfd503f74c7abdac916ea56d238fec94f))

## [0.1.7](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.6...v0.1.7) (2020-09-23)

### Bug Fixes

- **Overlay:** fixed index ([e352b7a](https://github.com/TheComputerM/svelte-materialify/commit/e352b7aeaa25138947d95a1e963af583e4501ab0))

## [0.1.6](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.5...v0.1.6) (2020-09-22)

### Bug Fixes

- add px to numeric inputs ([c394e66](https://github.com/TheComputerM/svelte-materialify/commit/c394e6699c2e5a7f237803d1301e0bac70bbf9cf))
- **Menu:** wrapper width ([d3640f6](https://github.com/TheComputerM/svelte-materialify/commit/d3640f6905affc81022fa89c7039b826bb978768))
- updated event listeners ([5305b3d](https://github.com/TheComputerM/svelte-materialify/commit/5305b3d3d8b5ba6ae6ee724f3dd6f1f851c03521))

### Features

- **SlideGroup:** added touch support ([d18e33b](https://github.com/TheComputerM/svelte-materialify/commit/d18e33b948d5e18dfc2d3fb55610cb850677eb72))
- added Touch action ([4bc90b8](https://github.com/TheComputerM/svelte-materialify/commit/4bc90b8eed85559a430312f2482ad4d1043673d1))
- **ListGroup:** added `eager` prop ([7a2d5e1](https://github.com/TheComputerM/svelte-materialify/commit/7a2d5e18ed4993295bc6e3603ba602db816664c0))
- **Select:** added `mandatory` prop ([125d572](https://github.com/TheComputerM/svelte-materialify/commit/125d572aea357fbb70c8e789411a7914c915e8d7))

## [0.1.5](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.4...v0.1.5) (2020-09-20)

### Features

- **Snackbar:** added Snackbar ([75c638b](https://github.com/TheComputerM/svelte-materialify/commit/75c638b8258320e79a9a33528be250d97af47a18))

## [0.1.4](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.3...v0.1.4) (2020-09-19)

### Features

- **Button:** added activeClass prop ([7d8b15b](https://github.com/TheComputerM/svelte-materialify/commit/7d8b15b0984d12970a7fb521c7c27c5260821b47))
- reactive ripple ([83ffe9b](https://github.com/TheComputerM/svelte-materialify/commit/83ffe9b2de8f8315dab57f73be2cb6a890ddb535))

## [0.1.3](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.2...v0.1.3) (2020-09-18)

### Bug Fixes

- **Slider:** slider styles ([7c15e31](https://github.com/TheComputerM/svelte-materialify/commit/7c15e31ca5904bd732cd8c46349fbb7b49ab3231))
- **Tabs:** register Tab ([9b94995](https://github.com/TheComputerM/svelte-materialify/commit/9b949951af73c308bf329d5416a063aa1385c73f))

### Features

- **Slider:** added Slider ([e5bb9e4](https://github.com/TheComputerM/svelte-materialify/commit/e5bb9e4481961bf46c6ad503256fd496209848fd))

## [0.1.2](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.1...v0.1.2) (2020-09-15)

## [0.1.1](https://github.com/TheComputerM/svelte-materialify/compare/v0.1.0...v0.1.1) (2020-09-15)

### Bug Fixes

- **TextField:** label active ([d7b22a0](https://github.com/TheComputerM/svelte-materialify/commit/d7b22a0e60b014a85ccfdf26230d2d47019cf3de))
- converted every style to global ([f2cc52f](https://github.com/TheComputerM/svelte-materialify/commit/f2cc52f5a9b63476d9b1c7761d342b9b41949621))

# 0.1.0 (2020-09-15)

### Bug Fixes

- **SlideItem:** integration with ItemGroup ([cea27b3](https://github.com/TheComputerM/svelte-materialify/commit/cea27b338d5eb3eea26c0fe8c61102c764db9ef5))
- error when client{X/Y} was 0 ([dbf2eae](https://github.com/TheComputerM/svelte-materialify/commit/dbf2eae516323a630f1ef2392713418229ba67db))
- fixed Class action ([ad0f65f](https://github.com/TheComputerM/svelte-materialify/commit/ad0f65f34a32b6abbf3010d2e51435da9ab0703a))
- list offset ([95c076b](https://github.com/TheComputerM/svelte-materialify/commit/95c076b369b96456903a685af749ec69020662f0))
- removed nullish chaining ([b0fd864](https://github.com/TheComputerM/svelte-materialify/commit/b0fd86448a0ad31c44a6dd0b6615e940fc8c8b1d))
- some bugs with internal actions ([4da3863](https://github.com/TheComputerM/svelte-materialify/commit/4da3863d485748f274c768963e9a2fd0cb1e0a31))
- some edge cases ([b8e8ffd](https://github.com/TheComputerM/svelte-materialify/commit/b8e8ffdadb9f48368912b0e3a76027b60075d471))
- **Alert:** icon margin ([a4ddc7d](https://github.com/TheComputerM/svelte-materialify/commit/a4ddc7d49d99741b76327e367e2b81d8ffe289d7))
- **Alert:** tile styles ([63bfdd9](https://github.com/TheComputerM/svelte-materialify/commit/63bfdd9b9542c701262919aefd5e73f81fd60f72))
- **AppBar:** changes in height ([756b418](https://github.com/TheComputerM/svelte-materialify/commit/756b418f59970a2e3a739fccb43b0b87c6e71972))
- **AppBar:** reactivity ([856e460](https://github.com/TheComputerM/svelte-materialify/commit/856e460ac63abaea02973140c9026922c7258072))
- **AppBar:** reactivity and slots ([ea18b90](https://github.com/TheComputerM/svelte-materialify/commit/ea18b90e9b31c5270534fa7beed634f05d2cbb20))
- **Button:** changed span class ([9976d97](https://github.com/TheComputerM/svelte-materialify/commit/9976d970bb9b76ea7005ac01cf14634110fe254e))
- **Checkbox:** colors and disabled ([a499dec](https://github.com/TheComputerM/svelte-materialify/commit/a499dec6d26a4d555271b05b552f7a59b7b6d16b))
- **Checkbox:** fixed typo ([3fffdec](https://github.com/TheComputerM/svelte-materialify/commit/3fffdeca0c1fd55bb1241054a7f320f77376cc0a))
- **Grid:** fixed col class ([36e8f85](https://github.com/TheComputerM/svelte-materialify/commit/36e8f855e735898ad3516c95a5a28eb88997aaff))
- **Icon:** hover cursor ([1809aa1](https://github.com/TheComputerM/svelte-materialify/commit/1809aa1bcc161d278244224bdc21c3dd31d333ee))
- **Icon:** renamed inactive to disabled ([cc00056](https://github.com/TheComputerM/svelte-materialify/commit/cc000564fd4bbd7d3e0493318dab0cecdfdd7c23))
- **Icon:** transform ([19eae3a](https://github.com/TheComputerM/svelte-materialify/commit/19eae3a040b0c4c82b292c46cb449ce297df555a))
- now works on node v12 ([3620cb6](https://github.com/TheComputerM/svelte-materialify/commit/3620cb69a7646d28366d20ba6814ee978cc2adec))
- **List:** dense icon margin ([e5abd75](https://github.com/TheComputerM/svelte-materialify/commit/e5abd750fc48de05752566a1978df45d122f1e61))
- **List:** linted ([ec4295f](https://github.com/TheComputerM/svelte-materialify/commit/ec4295fe7a7375320514902f71d391e8f4de3812))
- color text ([42433eb](https://github.com/TheComputerM/svelte-materialify/commit/42433eb2982791bdf6ea23a2c0c0402016127210))
- **docs:** removed gumshoe ([e19ef38](https://github.com/TheComputerM/svelte-materialify/commit/e19ef38f9a0fc9e7cbd464dd4d33c91d340fc333))
- **List:** list item inheritance options ([28e8972](https://github.com/TheComputerM/svelte-materialify/commit/28e8972b3498261ac053dff3381502ce4d104de5))
- **List:** reactivity and a11y ([6ee6642](https://github.com/TheComputerM/svelte-materialify/commit/6ee6642c653c7fde91f79c067b98e6810224bdda))
- **site:** removed optional chaining ([f3c265b](https://github.com/TheComputerM/svelte-materialify/commit/f3c265ba9ddf592e39d766a11d2e1f71673b3393))
- publishing error in np ([9359ae9](https://github.com/TheComputerM/svelte-materialify/commit/9359ae98f12567278107e82de510f37432a127a7))

### Features

- replaced left with prepend ([26921d7](https://github.com/TheComputerM/svelte-materialify/commit/26921d750cfea5aaa83f321a79bc3e61e7012a51))
- **Alert:** better looking ([7636c2a](https://github.com/TheComputerM/svelte-materialify/commit/7636c2ae8900e46af02b8b3b9f315248ebafc2ed))
- **Alert:** can customise transitions ([9f129b8](https://github.com/TheComputerM/svelte-materialify/commit/9f129b849b5ce1eb24541d3077c10dee20b800aa))
- **Badge:** added Badge ([f6442e7](https://github.com/TheComputerM/svelte-materialify/commit/f6442e7831e88ea5d4b23fe9e3756ae51e53f6a9))
- **Button:** can add any prop now ([d26103d](https://github.com/TheComputerM/svelte-materialify/commit/d26103d813b7ca6c9791e442423c54920353a56d))
- **ButtonGroup:** added ButtonGroup ([8af80ad](https://github.com/TheComputerM/svelte-materialify/commit/8af80ad60f49f910544bfdbf1c57a32031a706e1))
- **ButtonGroup:** integrated with ItemGroup ([9cee4d1](https://github.com/TheComputerM/svelte-materialify/commit/9cee4d153d951119e3140a6bf7fafc80535a1591))
- **Checkbox:** add event on:change ([87e67f0](https://github.com/TheComputerM/svelte-materialify/commit/87e67f0bfdeb906a3ea697ba889921cd05fe57aa))
- **Checkbox:** added Checkbox ([b3a5d93](https://github.com/TheComputerM/svelte-materialify/commit/b3a5d93ebbf0afdaf0a217fbfd76178e93c81d58))
- **Chip:** added Chip (incomplete) ([eb1a124](https://github.com/TheComputerM/svelte-materialify/commit/eb1a1242cb189d225393fdd267a536d069dde19a))
- **Dialog:** added Dialog ([7591c26](https://github.com/TheComputerM/svelte-materialify/commit/7591c263209fe8c5ca29347188a037b3b578c24f))
- **ExpansionPanel:** faster ([5e4f108](https://github.com/TheComputerM/svelte-materialify/commit/5e4f1085c248c832bb649abf387c74c53200b550))
- **ExpansionPanels:** added ExpansionPanels ([32593be](https://github.com/TheComputerM/svelte-materialify/commit/32593bea0803c8473be74f9c63f2159c567a7d39))
- **Footer:** added Footer ([954c682](https://github.com/TheComputerM/svelte-materialify/commit/954c682541acdbbabdf5c7656e061f92eb980f54))
- **Icon:** added support for svg ([1e78f75](https://github.com/TheComputerM/svelte-materialify/commit/1e78f754edc4b4e75421fe707c7998a6048d118d))
- **Input:** added disabled and readonly ([1531349](https://github.com/TheComputerM/svelte-materialify/commit/1531349e37a2cf2dfe1ed7d08ffc5884583fb122))
- **Input:** added Input (incomplete) ([74eb5d2](https://github.com/TheComputerM/svelte-materialify/commit/74eb5d2f1b2690fd965397e6572111311f8c0c7d))
- **ItemGroup:** added ItemGroup ([cb5fd9f](https://github.com/TheComputerM/svelte-materialify/commit/cb5fd9f303a6fac1574b3d1844a42aa48288ff60))
- **Lazy:** added Lazy component ([0b0efec](https://github.com/TheComputerM/svelte-materialify/commit/0b0efecbccea54e32c19e5f69f52e6bf6f3a4322))
- **ListItemGroup:** added ListItemGroup ([00020c3](https://github.com/TheComputerM/svelte-materialify/commit/00020c3bdf6ba65edff2b6a033d2c36b10f68c37))
- **Menu:** added Menu ([7fce87d](https://github.com/TheComputerM/svelte-materialify/commit/7fce87d35b7b63ed22d8e6226949191b19f6000b))
- **NavigationDrawer:** added option to close ([6c19455](https://github.com/TheComputerM/svelte-materialify/commit/6c19455340396088030c3c7dcb7dd0e1664bd3d8))
- **NavigationDrawer:** can remove border ([0d30ebb](https://github.com/TheComputerM/svelte-materialify/commit/0d30ebbf11f8ee102d58f38009da93e918cbd16e))
- **Radio:** added Radio ([4688298](https://github.com/TheComputerM/svelte-materialify/commit/46882984b69b4d37895ab88d4f1633e0e2c914d0))
- **Select:** added Select ([40bba95](https://github.com/TheComputerM/svelte-materialify/commit/40bba95b56fd89e12a9df518d38973c54b962282))
- **SlideGroup:** added SlideGroup ([d02a10e](https://github.com/TheComputerM/svelte-materialify/commit/d02a10e034b2f349f12bb06210c57c53387ccbe3))
- **Textarea:** added Textarea ([fdfa5e2](https://github.com/TheComputerM/svelte-materialify/commit/fdfa5e2de9a0880e360c001c74a240fb4d75724e))
- added better material ripple ([1f581c0](https://github.com/TheComputerM/svelte-materialify/commit/1f581c011c4b865d8d60c81cb769006f28d2d5eb))
- added ClickOutside action ([76c98ab](https://github.com/TheComputerM/svelte-materialify/commit/76c98ab2e44d5e28157c4396c5a5a36244e2d6d7))
- added css vars action ([2de2b39](https://github.com/TheComputerM/svelte-materialify/commit/2de2b39fd71bede6526e0f0a904ecf97c4f69efc))
- added focus visible ([06d705b](https://github.com/TheComputerM/svelte-materialify/commit/06d705b8dc21faff53c622a17146a8e5d45d0aeb))
- added new actions ([be8e6c3](https://github.com/TheComputerM/svelte-materialify/commit/be8e6c3c7572b4e7074f7b0217400bd030dd20ab))
- better selection ([e69f32b](https://github.com/TheComputerM/svelte-materialify/commit/e69f32b2cf7ae10fb8d0bf33972496955b3e9471))
- **Switch:** added Switch. ([7f9117a](https://github.com/TheComputerM/svelte-materialify/commit/7f9117ab8e60ceedc361494a02f10e8035265079))
- **Table:** added Table component ([6243ac9](https://github.com/TheComputerM/svelte-materialify/commit/6243ac981af2ee5e7b97e6c4c538f6d5d346fc78))
- **Table:** better looking ([a68dc11](https://github.com/TheComputerM/svelte-materialify/commit/a68dc11d3235b94e9e946cf9f868ce88c9f6a073))
- **Tabs:** added Tabs ([c147481](https://github.com/TheComputerM/svelte-materialify/commit/c1474811a31e64673687f1c4ba18950bb4150024))
- **TextField:** added clearable and icons ([65ad5ce](https://github.com/TheComputerM/svelte-materialify/commit/65ad5ce348cd28f5a5648d941057c7539e76bd8e))
- **TextField:** more features ([76e56d3](https://github.com/TheComputerM/svelte-materialify/commit/76e56d3601232115229ae0cf4853fd5cfe6da1c5))
- **Window:** added Window ([52bee4c](https://github.com/TheComputerM/svelte-materialify/commit/52bee4c7cf8ac904ef6b6b3de3a7530e98ca8d40))
- intersection observer action ([35049da](https://github.com/TheComputerM/svelte-materialify/commit/35049da3f4af76467b7af5aca69527539795595f))
- now can import single type of color also ([1b06ba3](https://github.com/TheComputerM/svelte-materialify/commit/1b06ba36ca0897c108ad86d622c262061c981716))

### Performance Improvements

- better performance ([bf28933](https://github.com/TheComputerM/svelte-materialify/commit/bf28933a3d76e67e8be107d8ed164e19a6f1742a))
- optimised selections ([188e30d](https://github.com/TheComputerM/svelte-materialify/commit/188e30d7e54f733d9376058bf51cb937d38c4fc3))

## 0.0.1 (2020-09-03)

### Bug Fixes

- list offset ([95c076b](https://github.com/TheComputerM/svelte-materialify/commit/95c076b369b96456903a685af749ec69020662f0))
- **Alert:** icon margin ([a4ddc7d](https://github.com/TheComputerM/svelte-materialify/commit/a4ddc7d49d99741b76327e367e2b81d8ffe289d7))
- **Alert:** tile styles ([63bfdd9](https://github.com/TheComputerM/svelte-materialify/commit/63bfdd9b9542c701262919aefd5e73f81fd60f72))
- **AppBar:** reactivity ([856e460](https://github.com/TheComputerM/svelte-materialify/commit/856e460ac63abaea02973140c9026922c7258072))
- **AppBar:** reactivity and slots ([ea18b90](https://github.com/TheComputerM/svelte-materialify/commit/ea18b90e9b31c5270534fa7beed634f05d2cbb20))
- **Button:** changed span class ([9976d97](https://github.com/TheComputerM/svelte-materialify/commit/9976d970bb9b76ea7005ac01cf14634110fe254e))
- **Checkbox:** colors and disabled ([a499dec](https://github.com/TheComputerM/svelte-materialify/commit/a499dec6d26a4d555271b05b552f7a59b7b6d16b))
- **Checkbox:** fixed typo ([3fffdec](https://github.com/TheComputerM/svelte-materialify/commit/3fffdeca0c1fd55bb1241054a7f320f77376cc0a))
- **docs:** removed gumshoe ([e19ef38](https://github.com/TheComputerM/svelte-materialify/commit/e19ef38f9a0fc9e7cbd464dd4d33c91d340fc333))
- **Grid:** fixed col class ([36e8f85](https://github.com/TheComputerM/svelte-materialify/commit/36e8f855e735898ad3516c95a5a28eb88997aaff))
- **Icon:** renamed inactive to disabled ([cc00056](https://github.com/TheComputerM/svelte-materialify/commit/cc000564fd4bbd7d3e0493318dab0cecdfdd7c23))
- **Icon:** transform ([19eae3a](https://github.com/TheComputerM/svelte-materialify/commit/19eae3a040b0c4c82b292c46cb449ce297df555a))
- color text ([42433eb](https://github.com/TheComputerM/svelte-materialify/commit/42433eb2982791bdf6ea23a2c0c0402016127210))
- now works on node v12 ([3620cb6](https://github.com/TheComputerM/svelte-materialify/commit/3620cb69a7646d28366d20ba6814ee978cc2adec))
- **List:** dense icon margin ([e5abd75](https://github.com/TheComputerM/svelte-materialify/commit/e5abd750fc48de05752566a1978df45d122f1e61))
- **List:** linted ([ec4295f](https://github.com/TheComputerM/svelte-materialify/commit/ec4295fe7a7375320514902f71d391e8f4de3812))
- **List:** list item inheritance options ([28e8972](https://github.com/TheComputerM/svelte-materialify/commit/28e8972b3498261ac053dff3381502ce4d104de5))
- **List:** reactivity and a11y ([6ee6642](https://github.com/TheComputerM/svelte-materialify/commit/6ee6642c653c7fde91f79c067b98e6810224bdda))
- **site:** removed optional chaining ([f3c265b](https://github.com/TheComputerM/svelte-materialify/commit/f3c265ba9ddf592e39d766a11d2e1f71673b3393))
- publishing error in np ([9359ae9](https://github.com/TheComputerM/svelte-materialify/commit/9359ae98f12567278107e82de510f37432a127a7))

### Features

- **Alert:** better looking ([7636c2a](https://github.com/TheComputerM/svelte-materialify/commit/7636c2ae8900e46af02b8b3b9f315248ebafc2ed))
- **Alert:** can customise transitions ([9f129b8](https://github.com/TheComputerM/svelte-materialify/commit/9f129b849b5ce1eb24541d3077c10dee20b800aa))
- **Button:** can add any prop now ([d26103d](https://github.com/TheComputerM/svelte-materialify/commit/d26103d813b7ca6c9791e442423c54920353a56d))
- **ButtonGroup:** added ButtonGroup ([8af80ad](https://github.com/TheComputerM/svelte-materialify/commit/8af80ad60f49f910544bfdbf1c57a32031a706e1))
- **Checkbox:** add event on:change ([87e67f0](https://github.com/TheComputerM/svelte-materialify/commit/87e67f0bfdeb906a3ea697ba889921cd05fe57aa))
- **Checkbox:** added Checkbox ([b3a5d93](https://github.com/TheComputerM/svelte-materialify/commit/b3a5d93ebbf0afdaf0a217fbfd76178e93c81d58))
- **Chip:** added Chip (incomplete) ([eb1a124](https://github.com/TheComputerM/svelte-materialify/commit/eb1a1242cb189d225393fdd267a536d069dde19a))
- **Dialog:** added Dialog ([7591c26](https://github.com/TheComputerM/svelte-materialify/commit/7591c263209fe8c5ca29347188a037b3b578c24f))
- **ExpansionPanel:** faster ([5e4f108](https://github.com/TheComputerM/svelte-materialify/commit/5e4f1085c248c832bb649abf387c74c53200b550))
- **ExpansionPanels:** added ExpansionPanels ([32593be](https://github.com/TheComputerM/svelte-materialify/commit/32593bea0803c8473be74f9c63f2159c567a7d39))
- **Icon:** added support for svg ([1e78f75](https://github.com/TheComputerM/svelte-materialify/commit/1e78f754edc4b4e75421fe707c7998a6048d118d))
- **Input:** added disabled and readonly ([1531349](https://github.com/TheComputerM/svelte-materialify/commit/1531349e37a2cf2dfe1ed7d08ffc5884583fb122))
- **Input:** added Input (incomplete) ([74eb5d2](https://github.com/TheComputerM/svelte-materialify/commit/74eb5d2f1b2690fd965397e6572111311f8c0c7d))
- **Lazy:** added Lazy component ([0b0efec](https://github.com/TheComputerM/svelte-materialify/commit/0b0efecbccea54e32c19e5f69f52e6bf6f3a4322))
- **Menu:** added Menu ([7fce87d](https://github.com/TheComputerM/svelte-materialify/commit/7fce87d35b7b63ed22d8e6226949191b19f6000b))
- **NavigationDrawer:** added option to close ([6c19455](https://github.com/TheComputerM/svelte-materialify/commit/6c19455340396088030c3c7dcb7dd0e1664bd3d8))
- added css vars action ([2de2b39](https://github.com/TheComputerM/svelte-materialify/commit/2de2b39fd71bede6526e0f0a904ecf97c4f69efc))
- **NavigationDrawer:** can remove border ([0d30ebb](https://github.com/TheComputerM/svelte-materialify/commit/0d30ebbf11f8ee102d58f38009da93e918cbd16e))
- **Radio:** added Radio ([4688298](https://github.com/TheComputerM/svelte-materialify/commit/46882984b69b4d37895ab88d4f1633e0e2c914d0))
- **Switch:** added Switch. ([7f9117a](https://github.com/TheComputerM/svelte-materialify/commit/7f9117ab8e60ceedc361494a02f10e8035265079))
- **Table:** added Table component ([6243ac9](https://github.com/TheComputerM/svelte-materialify/commit/6243ac981af2ee5e7b97e6c4c538f6d5d346fc78))
- **Table:** better looking ([a68dc11](https://github.com/TheComputerM/svelte-materialify/commit/a68dc11d3235b94e9e946cf9f868ce88c9f6a073))
- **TextField:** added clearable and icons ([65ad5ce](https://github.com/TheComputerM/svelte-materialify/commit/65ad5ce348cd28f5a5648d941057c7539e76bd8e))
- **TextField:** more features ([76e56d3](https://github.com/TheComputerM/svelte-materialify/commit/76e56d3601232115229ae0cf4853fd5cfe6da1c5))
- added ClickOutside action ([76c98ab](https://github.com/TheComputerM/svelte-materialify/commit/76c98ab2e44d5e28157c4396c5a5a36244e2d6d7))
- added focus visible ([06d705b](https://github.com/TheComputerM/svelte-materialify/commit/06d705b8dc21faff53c622a17146a8e5d45d0aeb))
- intersection observer action ([35049da](https://github.com/TheComputerM/svelte-materialify/commit/35049da3f4af76467b7af5aca69527539795595f))
- now can import single type of color also ([1b06ba3](https://github.com/TheComputerM/svelte-materialify/commit/1b06ba36ca0897c108ad86d622c262061c981716))
