Tags: JReinhold/svelteui
Tags
[update]: next-minor (svelteuidev#211) * [docs]: added missing installation check boxes and fixed typo * [core]: fixed typos * [core]: Yarn and Storybook migration (svelteuidev#160) * [migration]: all packages on kit-next.377 and use storybook template * [@svelteui/core]: configuring story book (viewport modifications and set up) * [@svelteui/core]: moved lib contents to src * [@svelteui/core]: fixed stories for button * [core]: fixed all eslintrcs * [core]: started theme setup for core package * [core]: storybook working with dark and light theme * [core]: revert some changes and remove logs * [core]: remove unused logic * [core] yarn migration (svelteuidev#157) * [core]: migrate to yarn * [docs]: update contribution guide to include yarn * [core]: modify github pipelines to use yarn * [core]: format and lint code * [core]: update yarn.lock (svelteuidev#161) Co-authored-by: BeeMargarida <[email protected]> * [@svelteui/core]: support number as size in Button (svelteuidev#165) * [@svelteui/core]: fix missing prop type in NumberInput * [@svelteui/core]: use new prop approach in all components * [@svelteui/core]: remove onMouseEnter and onMouseLeave prop and use dispatch events instead * [@svelteui/core]: simplify prop approach in Button * [@svelteui/core]: format code - yarn format result * [@svelteui/core]: revert yarn format * [@svelteui/core]: remove BrowserRender, ServerRender and Fragment component (svelteuidev#167) * [core]: normalize scripts with : and udpdate readmes (svelteuidev#169) * [core]: sorted package jsons * [core]: updated docs and core dev scripts * [@svelteui/core]: Export all components prop types (svelteuidev#173) * [@svelteui/core]: export all component types instead of the whole styles * [core]: yarn lock * [core]: linting + format all package.json * [@svelteui/core]: fix select autocomplete logic that showed previous option on reload (svelteuidev#177) * [@svelteui/core]: fix Tabs bug where events inside tab content were not propagated due to node handling (svelteuidev#180) * [@svelteui/prism]: fix indentation problem on the first line (svelteuidev#181) * [@svelteui/prism]: fix indentation problem on the first line * [core]: remove package.json from prettier * [docs]: fix docs dev command, add docs node_modules to clean:all command and update tsconfig of core * [@svelteui/demos]: remove unecessary code from demos code examples (svelteuidev#182) * [@svelteui/core]: updated tsconfig * [@svelteuidev/core] Menu custom control (svelteuidev#184) * [@svelteui/core]: support for custom control in Menu * [@svelteui/core]: expose menu functions for opening/closing/toggling the menu state outside the component * [@svelteui/demos]: demo for Menu custom control * [docs]: add custom menu control examples to docs * [docs]: add missing period * [core]: remove flacky test * [@svelteui/core]: add role and aria info to custom menu control * [@svelteui/core]: added menu story * [core]: syncpack was failing script * [docs]: added modal clarification and removed banner * [core]: changed publish scripts due to unknown npm bug * [@svelteui/core]: menu story * [core]: fixed peerdeps versioning issues * [release]: 0.7.2 * [core]: fixed dev:core script * [@svelteui/composables]: migrated directory structure from the use of lib * [@svelteui/composables]: removed storybook config * [core]: fixed package json * [core]: changed yarn install to yarn in workflow * [core]: Storybook for core, composables and dates packages (svelteuidev#190) * [core]: removed unused stories from packages * [core]: moved storybook configuration to configuration folder and updated paths * [core]: working storybook that shows core stories * [core]: simple use-click-outside story for testing purposes * [core]: delete old storybook folders * [core]: stabilize storybook config * [@svelteui/composables]: change to * [@svelteui/dates]: change to * [core]: stories for dates, core and composables and simple example stories * [core]: format and lint fixes * [@svelteui/prism]: ignore line for prettier in prism * [@svelteui/composables]: small fix in alias * [@svelteui/composables]: small fixes to alias * [core]: bump vitest, cleanup dependencies, remove unecessary test setup and fix tests * [core]: update scripts + contributing scripts * [@svelteui/core]: Fixes svelteuidev#189 - fix Switch disabled style and add dark styles (svelteuidev#192) * [@svelteui/core]: fix switch disabled style and add dark mode style * [@svelteui/core]: fix switch disabled style and add dark mode style * [core]: migrate to new svelte-package approach since svelte-kit package is deprecated (svelteuidev#194) * [docs]: improve Modal target warning and demo (svelteuidev#197) * [@svelteui/core]: fix type inconsistency in actions API (svelteuidev#198) * [core]: move all packages outside lib folder (svelteuidev#196) * [@svelteui/preprocessors]: moved code from src/lib into src * [@svelteui/prism]: moved code from src/lib into src * [@svelteui/tests]: moved code from src/lib into src/ * [@svelteui/demos]: moved code from src/lib into src * [core]: removed static files from packages * [@svelteui/dates]: moved src/lib into src/ * [core]: fix packaging with new aliases: bump svelte-package with fix * [docs]: fix paths for components * [@svelteui/core]: fix test setup * [core]: fixed pub script and changed storybook to dev * [core]: made modal error more clear * [core]: [release] 0.7.3 * [core]: updated readme for rebase * [@svelteui/core]: fix Tab dark mode color and simple story for testing purposes (svelteuidev#201) * [@svelteui/core]: fix element retrieval in Modal (svelteuidev#203) * [@svelteui/core]: fix switch disable behaviour * [core]: bump svelte version * [core]: update yarn lock Co-authored-by: Kamell Perry <[email protected]> Co-authored-by: Kamell <[email protected]> Co-authored-by: Brisklemonade <[email protected]> Co-authored-by: Jason Xu <[email protected]>
[release] 0.7.1 (svelteuidev#185) * [docs]: added missing installation check boxes and fixed typo * [core]: fixed typos * [core]: Yarn and Storybook migration (svelteuidev#160) * [migration]: all packages on kit-next.377 and use storybook template * [@svelteui/core]: configuring story book (viewport modifications and set up) * [@svelteui/core]: moved lib contents to src * [@svelteui/core]: fixed stories for button * [core]: fixed all eslintrcs * [core]: started theme setup for core package * [core]: storybook working with dark and light theme * [core]: revert some changes and remove logs * [core]: remove unused logic * [core] yarn migration (svelteuidev#157) * [core]: migrate to yarn * [docs]: update contribution guide to include yarn * [core]: modify github pipelines to use yarn * [core]: format and lint code * [core]: update yarn.lock (svelteuidev#161) Co-authored-by: BeeMargarida <[email protected]> * [@svelteui/core]: support number as size in Button (svelteuidev#165) * [@svelteui/core]: fix missing prop type in NumberInput * [@svelteui/core]: use new prop approach in all components * [@svelteui/core]: remove onMouseEnter and onMouseLeave prop and use dispatch events instead * [@svelteui/core]: simplify prop approach in Button * [@svelteui/core]: format code - yarn format result * [@svelteui/core]: revert yarn format * [@svelteui/core]: remove BrowserRender, ServerRender and Fragment component (svelteuidev#167) * [core]: normalize scripts with : and udpdate readmes (svelteuidev#169) * [core]: sorted package jsons * [core]: updated docs and core dev scripts * [@svelteui/core]: Export all components prop types (svelteuidev#173) * [@svelteui/core]: export all component types instead of the whole styles * [core]: yarn lock * [core]: linting + format all package.json * [@svelteui/core]: fix select autocomplete logic that showed previous option on reload (svelteuidev#177) * [@svelteui/core]: fix Tabs bug where events inside tab content were not propagated due to node handling (svelteuidev#180) * [@svelteui/prism]: fix indentation problem on the first line (svelteuidev#181) * [@svelteui/prism]: fix indentation problem on the first line * [core]: remove package.json from prettier * [docs]: fix docs dev command, add docs node_modules to clean:all command and update tsconfig of core * [@svelteui/demos]: remove unecessary code from demos code examples (svelteuidev#182) * [@svelteui/core]: updated tsconfig * [@svelteuidev/core] Menu custom control (svelteuidev#184) * [@svelteui/core]: support for custom control in Menu * [@svelteui/core]: expose menu functions for opening/closing/toggling the menu state outside the component * [@svelteui/demos]: demo for Menu custom control * [docs]: add custom menu control examples to docs * [docs]: add missing period * [core]: remove flacky test * [@svelteui/core]: add role and aria info to custom menu control * [@svelteui/core]: added menu story * [core]: syncpack was failing script * [docs]: added modal clarification and removed banner * [core]: changed publish scripts due to unknown npm bug Co-authored-by: BeeMargarida <[email protected]>
[Next minor] merge for scripting updates (svelteuidev#103) * [@svelteui/core]: set up segmented control * [core]: updated Contributing.md * [@svelteui/core]: updates to SvelteUIProvider * [@svelteui/dates]: updated svelte config * [@svelteui/dates]: created all utils * [@svelteui/dates]: setup TimeInputBase * [@svelteui/dates]: month Component complete (unstable) * [core]: added composite option to tsconfigs + new cm:noadd script * [@svelteui/core] Popper migration to floating UI (svelteuidev#102) * [@svelteui/core]: started popper port to floating-ui * [@svelteui/core]: arrow positioning in popper with floating ui * [@svelteui/core]: popper using floating-ui * [@svelteui/core]: fix example in Popper * [@svelteui/core]: clean index route example * [@svelteui/core]: fixed typo in readme * [core]: created docs:deploy script to make deployments less painfull Co-authored-by: Ana Margarida Silva <[email protected]>
Merge pull request svelteuidev#98 from svelteuidev/next-minor [Next minor]: Release version 0.6.5
Merge branch 'main' of https://github.com/Brisklemonade/svelteui update readme.