Releases: rustic-ai/rustic-ui-components
Releases · rustic-ai/rustic-ui-components
v0.0.6
What's Changed
- docs(textInput): update incorrect description for ws prop by @kaseyvee in #52
- feat(textInput): move position of send button by @kaseyvee in #51
- docs: update storybook's background color by @lyjeileen in #53
- docs: remove unnecessary colons from interface prop descriptions by @kaseyvee in #54
- refactor: remove unnecessary type exports by @lyjeileen in #58
- build(deps-dev): bump express from 4.18.3 to 4.19.2 by @dependabot in #59
- fix: add missing theme colors by @lyjeileen in #60
- fix: menu background color and update theme by @lyjeileen in #62
- fix: add missing props to MessageSpace by @lyjeileen in #61
- feat: update component to match Figma design and update theme by @kaseyvee in #55
- feat!: dataformats to implement custom components and/or extend existing components by @Shiti in #29
- docs: update image props name in messageSpace by @lyjeileen in #66
- docs: fix the same key error by @lyjeileen in #68
- feat(sound): create Sound component by @kaseyvee in #48
- docs: update quick start doc by @kaseyvee in #69
- chore: bump version for release by @Shiti in #70
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Create CODE_OF_CONDUCT.md by @milliondreams in #31
- docs: add troubleshooting doc by @lyjeileen in #30
- test: run tests on mobile and desktop by @lyjeileen in #33
- docs: use relative path for image stories by @lyjeileen in #36
- docs: add Rustic UI logo to Storybook by @kaseyvee in #37
- docs: use Rustic favicon on Storybook by @kaseyvee in #40
- feat: add tooltip customization to theme file by @lyjeileen in #35
- build(deps-dev): bump webpack-dev-middleware from 6.1.1 to 6.1.2 by @dependabot in #41
- refactor(textInput)!: update TextInput className for consistency by @kaseyvee in #42
- fix: handle empty array in table component by @lyjeileen in #43
- fix: table shows incorrect data by @lyjeileen in #44
- fix!: update headers props by @lyjeileen in #45
- docs(codeSnippet): update title and description for consistency by @kaseyvee in #46
- docs(rechartsTimeSeries): update prop descriptions by @kaseyvee in #47
- chore: bump version for release by @Shiti in #49
This release has the following breaking changes:
- A new type
TableHeader
has been introduced to support flexibility in configuring table headers. - Class for the text input component
rustic-textfield
has been renamed fromrustic-text-input
New Contributors
- @milliondreams made their first contribution in #31
- @dependabot made their first contribution in #41
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- feat(youtubeVideo): make responsive by @kaseyvee in #10
- docs: display functions properly in storybook, add copy example by @lyjeileen in #11
- build: remove cypress attribute from published library by @Shiti in #13
- fix: remove duplicate style for participant-list-item by @Shiti in #14
- feat(openLayersMap): make responsive by @kaseyvee in #12
- fix: tests and imports by @kaseyvee in #16
- revert: "docs: display code properly, add copy example" by @Shiti in #15
- feat: image description by @lyjeileen in #17
- ci: run tests before commit by @Shiti in #20
- fix: add missing text primary color to theme by @kaseyvee in #22
- docs(participantsContainer): remove bulletpoint from description by @kaseyvee in #23
- ci: add GitHub issue templates by @Shiti in #24
- feat: add sender icon and update styling by @lyjeileen in #25
- feat(popoverMenu): create PopoverMenu component by @kaseyvee in #18
- fix(codesnippet): fix language highlighting by @Shiti in #27
- docs: add figma link by @lyjeileen in #26
- docs: update image to match design by @lyjeileen in #28
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- refactor: update data-cy attributes for consistency by @kaseyvee in #5
- feat: add dark theme by @lyjeileen in #6
- feat(image): make responsive by @kaseyvee in #7
- feat: code snippet by @lyjeileen in #8
- fix: ensure types are exported by @Shiti in #9
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- fix: time conversion in time series by @lyjeileen in #1
- docs: add step for adding styles in quick start by @kaseyvee in #2
Full Changelog: v0.0.1...v0.0.2