Skip to content

Releases: swarmauri/swarmakit

v0.0.10

10 Dec 21:09
fe7a731

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

12 Nov 19:47
30097f7

Choose a tag to compare

v0.0.9 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.8...v0.0.9

What's Changed

Read more

v0.0.8

05 Nov 03:19

Choose a tag to compare

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 ref import. by @Erick559 in #16
  • Fix(Checkbox): Fix TypeScript errors for the Storybook and Component files. by @Erick559 in #17
  • fix(Chips.vue): Resolve aria-pressed value 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 https://github.com/swarmauri/swarmakit/pu...
Read more