v0.0.8
What's Changed
- Split by @cobycloud in #1
- Fix(CardHeader.stories.ts): Resolve the import and type errors in the CardHeader stories. by @erick559 in #12
- Fix(CardBadge.stories.ts): Resolve the import and type errors in the CardBadge stories. by @erick559 in #9
- Fix(CardFooter.stories.ts): Resolve the import and type errors in the CardFooter stories. by @erick559 in #11
- fix(BatteryLevelIndicator): remove unused 'PropType' import by @erick559 in #2
- Fix: Resolve TypeScript type error in BreadcrumbWithDropdowns component by @erick559 in #3
- Fix(BrushTool): This fix resolves the import and Type errors in the BrushTool stories by @erick559 in #4
- Fix(CalendarView): Resolve the import and type errors in the CalendarView stories. by @erick559 in #5
- Fix(Canvas): Resolve the import and type errors in the CalendarView stories file. by @erick559 in #6
- fix: Resolve TypeScript errors and prop access issue in Captcha component and stories by @erick559 in #7
- Fix(CardActions.stories.ts): Resolve the import and type errors in the CardActions stories. by @erick559 in #8
- Fix(CardBody.stories.ts): Resolve the import and type errors in the CardBody stories. by @erick559 in #10
- Fix(CardImage.stories.tsx): Resolve the import and type errors in the CardImage stories. by @erick559 in #13
- fix(CardbasedList.vue): Resolve cannot find name error: by @erick559 in #14
- Fix(Carousel): Resolve Type errors for both the Carousel component and stories files. by @erick559 in #15
- fix(CheckList.vue): Remove unused
refimport. by @erick559 in #16 - Fix(Checkbox): Fix TypeScript errors for the Storybook and Component files. by @erick559 in #17
- fix(Chips.vue): Resolve
aria-pressedvalue Typescript error. by @erick559 in #18 - fix(ColorPicker.stories.ts): Resolve TypeScript errors in the Color Picker Story File by @erick559 in #19
- Fix(ColumnVisibilityToggle): Fix TypeScript Errors in the StoryBook File and Component File by @erick559 in #20
- fix(ContextualNavigation): Resolve TypeScript errors on the Storybook and Component files by @erick559 in #21
- Fix(DataExportButton): Resolve TypeScript type and unused erros for the component and storybook files. by @erick559 in #22
- fix(DataFilterPanel.stories.ts): Resolve TypeScript type errors in DataFilterPanel StoryBook by @erick559 in #23
- fix(Datagrid.stories.ts): TypeScript Error in Storybook Configuration by @erick559 in #24
- fix(DataImportDialog.stories.ts): Resolve TypeScript type errors in DataImportDialog storybook file. by @erick559 in #25
- fix(DataSummary.stories.ts): Resolve TypeScript errors in DataSummary storybook file. by @erick559 in #26
- Fix: Resolve TypeScript type errors on both the component and storybook files. by @erick559 in #27
- fix(DateAndTimePicker): Resolve TypeScript type errors in both the component and storybook files. by @erick559 in #28
- fix(DatePicker): Resolve TypeScript type errors in both the component and storybook files. by @erick559 in #29
- fix(DealerButton.stories.ts): Refactor DealerButton StoryBook Stories to Correctly Import and Use StoryFn. by @erick559 in #30
- fix(DeckofCards): Resolve TypeScript type errors. Resolve
cannot find name 'cards'error: by @erick559 in #31 - fix(DiscardPile.stories.ts): Resolve TypeScript type error by adding type definition for args in DiscardPile story. by @erick559 in #32
- Fix: Define 'events' prop in DragAndDropScheduler component by @erick559 in #33
- fix(DropDownMenu.stories.ts): Resolve the click method was not found error. by @erick559 in #34
- Fix TypeScript Errors in EditableDataTable Component and Story by @erick559 in #35
- fix(EmbeddedMediaIframe.vue): Resolve TypeScript type error on aria attribute. by @erick559 in #36
- fix:(EmojiReactionPoll): Simplify Storybook configuration and correct StoryFn import by @erick559 in #37
- fix:(EraserTool.stories.ts) - Fix import error for the StoryFn module. by @erick559 in #38
- fix: Remove unused import to resolve compilation error by @erick559 in #39
- fix(storybook): Update EventFilterBar stories to handle computed properties by @erick559 in #40
- fix(components): resolve TypeScript prop validation in EventReminderSystem by @erick559 in #41
- fix(ExpendableList.stories) : Resolve TypeScript type error for wrong… by @erick559 in #42
- fix(FavoritesList.stories) : Resolve TypeScript type error for wrong control type used. by @erick559 in #43
- fix(FieldEditableDataTable): Resolve TypeScript type errors. by @erick559 in #44
- fix(FileInputWithPreview): Resolve TypeScript type errors and incorrect value binding to aria attribute. by @erick559 in #45
- fix(FileUpload.stories.ts): Resolve TypeScript type errors. by @erick559 in #46
- fix(FillTool.stories.ts): Resolve incorrect import for StoryFn. by @erick559 in #47
- fix(FilterableList.stories.ts): add null checks for input element and cast button as HTMLElement by @erick559 in #48
- Fix - HandOfCards by @erick559 in #49
- Fix (GroupedList): Resolve unused variables and cast elements to the correct type. by @erick559 in #50
- fix(FloatinActionButton.stories.tsx): Resolve TypeScript type error by adding prop in component file. by @erick559 in #51
- fix(FlipCard.stories.ts): Resolve TypeScript type errors. by @erick559 in #52
- fix(ImageChoicePoll.stories.ts): Resolve TypeScript error. by @erick559 in #53
- Fix(ImageSlider) : Resolve variable not used Errors and also TypeScript type Error by @erick559 in #54
- fix(LayerPanel.stories.ts): Resolve import error: by @erick559 in #55
- fix(Notification.vue): Resolve isDismissed prop not being accessible … by @erick559 in #56
- Multi select list by @erick559 in #57
- Multiple choice poll by @erick559 in #58
- Media gallery by @erick559 in #59
- Numbered list by @erick559 in #60
- Number input with increment by @erick559 in #61
- fix(OpenEndedPoll.stories.ts): Resolve type error for the array contol by replacing it with the object control as that's the sub for array in Storybook. by @erick559 in #62
- fix(PasswordConfirmationField.stories.ts): Resolve TypeScript type er… by @erick559 in #63
- fix(PlayingCard.vue): Remove the ref import as it was not in use. by @erick559 in #64
- Pinned list by @erick559 in #65
- fix(PaginationControl.stories.ts): Resolve TypeScript type errors. by @erick559 in #66
- fix(PokerTimer.vue): update intervalId type to ReturnType by @erick559 in #67
- fix(PokerTable.stories.ts): Resolve incorrect import for StoryFn. by @erick559 in #68
- fix(PokerPlayerSeat.stories.ts): Fix incorrect import for StoryFn. by @erick559 in #69
- fix(PokerChips.stories.ts): Resolve incorrect import for StoryFn. by @erick559 in #70
- fix(PodcastPlayer.stories.ts): Resolve type error for the episodes co… by @erick559 in #71
- fix(Pagination.stories.ts): Resolve variable not used and null error. by @erick559 in #72
- fix(Pot.stories.ts): Resolve TypeScript type errors. by @erick559 in #73
- fix: add selectedEvent prop to PublicViewCalendar for Storybook compatibility by @erick559 in #74
- fix(RulerAndGuides.vue): Resolve the unused variable error: by @erick559 in #75
- fix(RichTextEditor.vue):Install type definitions for Quill to resolve module not found error Beta by @erick559 in #76
- fix(RecurringEventScheduler): Resolve feedbackMessage not accesible to story. by @erick559 in #77
- fix(RankingPoll.stories.ts): Resolve TypeScript type errors. by @erick559 in #78
- fix(ScheduleCRUDPanel): fix: add feedbackMessageProp prop to Schedule… by @erick559 in #79
- fix:(ScrollableList.stories.ts): Resolve null check and unused variable error. by @erick559 in #80
- fix(StarRatingPoll.stories.ts): Resolve import error for StoryFn. by @erick559 in #81
- fix(StarRatingPoll.stories.ts): Resolve import error for StoryFn. by @erick559 in #86
- Sort control by @erick559 in #89
- Sortable table by @erick559 in #87
- fix(SortableList.stories.ts): Resolve null and unused variable errors. by @erick559 in #88
- fix(LiveResultsPoll.stories.ts): Resolve TypeScript type error: by @erick559 in #85
- fix(LiveStreamPlayer.vue): Resolve TypeScript type and unused variables errors. by @erick559 in #84
- fix(LoadMoreButtonInList.vue): Resolve TypeScript Type error: by @erick559 in #83
- Radio button by @erick559 in #82
- fix(SliderPoll.stories.ts): Resolve import for StoryFn. by @erick559 in #90
- fix(Slider.vue): Resolve unused variables errors. by @erick559 in #91
- fix(SingleChoicePoll): Resolve TypeScript type and unused variable error. by @erick559 in #92
- fix(ShapeTool.stories): Resolve import error for StoryFn. by @erick559 in #93
- Shape library by @erick559 in #94
- Selectable list with item details by @erick559 in #95
- fix(SearchWIthAutoComplete.vue): Resolve type error for the storybook file. by @erick559 in #96
- fix(SearchInputWithFilterOptions.stories.ts): Resolve TypeScript type errors by using Meta and StoryFn for type handling. by @erick559 in #97
- Search bar with suggestionsn by @erick559 in #98
- Fix:(SearchBar.vue) Update SearchBar component to use local reactive variable for focus state by @erick559 in #99
- fix(RangeSlider.stories.ts): Resolve TypeScript type errors. by @erick559 in #100
- fix(Textarea.stories.ts): Resolve TypeScript type error by introducing Meta and StoryFn for proper type handling. by @erick559 in #101
- fix(TextTool.stories.ts): Resolve StoryFn incorrect import error. by @erick559 in #102
- fix(ThumbsUpThumbsDownPoll.stories.ts): Resolve StoryFn incorrect module import. by @erick559 in #103
- fix(TimelineAdjuster.vue): Resolve TypeScript type error by passing prop to the component. by @erick559 in #104
- fix(ToggleSwitch.stories.ts): Resolve TypeScript type errors by introducing the Meta and StoryFn modules for proper type handling. by @erick559 in #105
- fix(VideoPlayerAdvanced.vue): Resolve the unused prop argument error by removing it. by @erick559 in #106
- fix(VideoPlayer.vue): Resolve the unused prop argument error by removing it. by @erick559 in #107
- fix(UndoRedoButtons.stories.ts): Resolve StoryFn incorrect import error. by @erick559 in #108
- fix(ValidationMessages.stories.ts): Resolve TypeScript type by introducing StoryFn and Meta modules for proper type handling. by @erick559 in #109
- Fix: Update isFocused handling in setup to use ref.value by @erick559 in #110
- fix: update winningCards, PlayerCards,CommunityCards control type to 'object' in WinningHandDisplay stories by @erick559 in #111
- fix(ZoomTool.stories.ts): Resolve incorrect import for StoryFn. by @erick559 in #112
- fix(YesNoPoll.stories.ts): Resolve incorrect import for StoryFn. by @erick559 in #113
- fix(SingleChoicePoll.stories.ts): Resolve TypeScript type error and import error. by @erick559 in #114
- increment versioning by @cobycloud in #115
- docs(README.md): update README with installation instructions, setup, and badges by @erick559 in #116
- feat(CONTRIBUTING.md ): Enhance CONTRIBUTING.md for Swarmakit by @erick559 in #117
- docs(svelte): Provide detailed usage instructions for Swarmakit Svelte Library by @erick559 in #118
- docs(vue lib): Add detailed usage guide for Swarmakit Vue Library by @erick559 in #119
- docs(react-lib): Add comprehensive usage documentation for Swarmakit React Library by @erick559 in #120
- fix(README.md): Fix the contributing documentation link. by @erick559 in #121
- fix(360-DegreeImageViewer.stories.ts): Resolve esport default storybook error. by @erick559 in #122
- fix(RichTextEditor.vue): Resolved quill package import error: by @erick559 in #123
- Accordion - SvelteKit by @erick559 in #124
- 360-DegreeImageViewe - SvelteKit by @erick559 in #125
- fix(ActionableList.stories.ts): Resolve TypeScript error for Actionab… by @erick559 in #126
- fix(ActivityIndicators.stories.ts): Resolve TypeScript error for ActivityIndicators.stories.ts args props by @erick559 in #127
- AudioPlayerAdvanced - SvelteKit by @erick559 in #128
- AudioWaveformDisplay- SvelteKit by @erick559 in #129
- Badge - Svelte by @erick559 in #130
New Contributors
- @cobycloud made their first contribution in #1
- @erick559 made their first contribution in #12
Full Changelog: v0.1.0...v0.0.8