Releases: vectara/vectara-ui
Releases · vectara/vectara-ui
Release 3.5.0
What's Changed
- chore: migrate vui-source changes by @mrderyk in #165
- chore: migrate vui-source changes to 1.0.0 by @mrderyk in #167
- chore: migrate vui-source changes to v1.0.1 by @mrderyk in #168
- chore: migrate vui-source changes to v1.0.2 by @mrderyk in #169
- Update to 3.5.0. by @cjcenizal in #185
Full Changelog: v0.0.3...v3.5.0
Release 0.0.3
What's Changed
- Set up docs by @cjcenizal in #2
- Add syntax highlighting to VuiCode. by @cjcenizal in #3
- Add docs for VuiModal and VuiDrawer. by @cjcenizal in #32
- Document VuiPopover. by @cjcenizal in #33
- Add docs for VuiOptionsList. Add isScrollable prop. by @cjcenizal in #34
- Document VuiSetting. by @cjcenizal in #35
- Add docs for VuiMenu. by @cjcenizal in #36
- Add docs for VuiSearchInput. by @cjcenizal in #37
- Add docs for VuiIcon. by @cjcenizal in #38
- Add docs for VuiToggle. by @cjcenizal in #39
- Add docs for VuiSummary. by @cjcenizal in #40
- Add docs for FlexItem and FlexContainer. by @cjcenizal in #41
- Add docs for VuiSpacer. by @cjcenizal in #42
- Add docs for VuiSearchResult. by @cjcenizal in #43
- Add docs for VuiBadge by @cjcenizal in #31
- Add docs for VuiTitle, VuiText, and VuiTextColor by @cjcenizal in #44
- Add docs for VuiTabs. by @cjcenizal in #45
- Add docs for VuiHorizontalRule. by @cjcenizal in #46
- Document VuiFormGroup, VuiSelect, and VuiLabel by @cjcenizal in #47
- Add VuiTextInput and VuiNumberInput by @cjcenizal in #48
- Add docs for VuiCode. by @cjcenizal in #49
- Add docs for VuiCallout. Add success color for buttons. by @cjcenizal in #50
- Add docs for VuiLink. by @cjcenizal in #51
- Add docs for VuiPrompt. by @cjcenizal in #52
- Add docs for VuiSpinner. by @cjcenizal in #53
- Rename VuiButtonIcon to VuiIconButton. by @cjcenizal in #54
- Update README with consumption, publishing, and local development guidelines by @cjcenizal in #57
- Add truncate prop to VuiFlexItem and VuiText, for truncating text with an ellipsis. by @cjcenizal in #58
- Document and refine app components by @cjcenizal in #59
- Fix VuiPopover position flicker. by @cjcenizal in #60
- Add VuiAccountMenu by @cjcenizal in #61
- Improvements to VuiOptionsList, VuiFlexItem, VuiButtonTertiary, and VuiAccountMenu by @cjcenizal in #62
- Add VuiOptionsButton. by @cjcenizal in #63
- Add VuiCopyButton by @cjcenizal in #64
- Make VuiAppSideNav collapsible by @cjcenizal in #65
- Refine VuiCopyButton sizes. by @cjcenizal in #66
- Refine VuiOptionsButton sizes. by @cjcenizal in #67
- Layout and accessibility refinements by @cjcenizal in #68
- Add VuiCheckbox. by @cjcenizal in #69
- [Breaking] Rename normal to neutral. by @cjcenizal in #70
- [Breaking] Add isSelected and isInert states to buttons, remove isPressed state by @cjcenizal in #71
- Add isDisabled state to buttons. by @cjcenizal in #72
- Add VuiTable component by @cjcenizal in #73
- Added a version of copy button without options. by @aamirbutt in #75
- Support nested nav items in VuiSideNav by @cjcenizal in #79
- Fix VuiAppSideNav bugs and add support for tabIndex to buttons by @cjcenizal in #82
- Polish VuiAppSideNav. Support icons. by @cjcenizal in #83
- Add simple table pagination. by @cjcenizal in #84
- Add className and isActive props to VuiAppSideNav. Export types. by @cjcenizal in #85
- Make AppSideNav content inert when collapsed. by @cjcenizal in #87
- VuiTable refinements by @cjcenizal in #88
- Refine typography by @cjcenizal in #92
- Add support for disabling VuiTable row actions. by @cjcenizal in #93
- Add lodash dependency. Improve VuiTable row actions logic. by @cjcenizal in #95
- [Breaking] Change VuiOptionsList interface. Add VuiSearchSelect. by @cjcenizal in #96
- Add VuiInfoTable. by @cjcenizal in #97
- Incorporate improvements to InfoTable, OptionsList, SearchResult, and Summary. by @cjcenizal in #98
- Add VuiChat by @cjcenizal in #99
- Supports lists in VuiText by @cjcenizal in #102
- Add VuiCard. by @cjcenizal in #103
- Add VuiNotifications. by @cjcenizal in #106
- Add validation error props and state to FormGroup, TextInput, NumberInput, and Select. by @cjcenizal in #107
- Add language property to ChatTurn by @3eif in #108
- Add VuiAccordion. by @cjcenizal in #109
- Implement smarter scrolling behavior in VuiChat. by @cjcenizal in #112
- Add VuiList. by @cjcenizal in #116
- Add specificity to Chat elements by @3eif in #118
- Add new languages to chat component by @3eif in #119
- Comment out new languages by @3eif in #120
- Add VuiRadioButton. by @cjcenizal in #121
- Refine VuiNotifications animation by @cjcenizal in #123
- Add VuiSuperRadioGroup. by @cjcenizal in #125
- State that Vectara reserves all rights to this repository's contents. by @cjcenizal in #126
- Add markdown support to VuiSummary. by @cjcenizal in #127
- Add VuiGrid. by @cjcenizal in #129
- Refactor VuiCard props: children->header, footer->body. by @cjcenizal in #130
- Refresh design of search input and add l size to buttons. by @cjcenizal in #132
- Fix bug in which markdown was being inserted into summaries. by @cjcenizal in #134
- remove extra space after citations by @ofermend in #135
- Add isSubmit prop to buttons. by @cjcenizal in #136
- Fix getTrackingProps incompatibility with React's casing expectations. by @cjcenizal in #138
- Add isAnchor prop to VuiLink to uncouple from react-router. by @cjcenizal in #140
- Polish Menu styles and add noBorder and color props. by @cjcenizal in #142
- chore: Copy vectara-ui-source changes by @mrderyk in #143
- chore: add github workflows by @mrderyk in #149
- chore: set up NPM auto publish on new package version by @mrderyk in #150
- chore: migrate vui-source changes to c94b43e53b9941b5f537a5b6a5467a8d964c0a7e by @mrderyk in #159
- Fix wrong branch name in publish job by @mrderyk in #160
- chore: Add diff-search to check version job by @mrderyk in #164
- chore: migrate vui-source changes to 4f39773929030b4e54b4ac4a0c66153965c0c0bb by @mrderyk in #163
New Contributors
- @aamirbutt made their first contribution in #75
- @3eif made their first contribution in #108
- @ofermend made their first contribution in #135
- @mrderyk made their first contribution in #143
Full Changelog: v0.0.2...v0.0.3