Releases: salesforce/design-system-react
Releases · salesforce/design-system-react
Updated Lookup, Dropdown, Picklist, Global Nav & Header, and Forms
Release 0.1.1
MAJOR CHANGES
- Add support for icons, headers, links, and dividers to Dropdown and Picklist menus
- Add support for custom content in Dropdown menus
- Update Lookup to the latest markup
- Update Picklist to the latest markup
OTHER
- Add name attributes to Checkbox and Input
- Add Button support to Global Navigation Bar
- Update the keyboard navigation logic used by menus
- Update profile icon used in the Global Header
v0.1.0
BREAKING CHANGES
- Rename ContextBar to GlobalNavigationBar
MAJOR CHANGES
- Add the Global Header component
- Add a Search component
- Updates BreadCrumb to the latest markup
- Updates PageHeader to the latest markup
OTHER
- Begin counting versions from 0.1.0
- Add buffered option to DataTable
Refactor Datepicker/Timepicker
- Remove
flippable
prop due to tether.js bug - add required & disabled props to both Timepicker and Datepicker
- use Popover component in Datepicker instead of Tooltip to have consistent behavior with other popover components
Update timepicker and datepicker
MAJOR CHANGES
flippable
is now a prop on Datepicker and Timepicker so users can decide if they want the popover to render above or below the trigger DOM element based on available space due to scroll position. It used to be true by default but now users will need to explicitly declare it.
OTHER
- Added hover styling to Datepicker and Timepicker to be more consistent with Menu-Picklist
Add InlineEdit and make Icons in Input accessible
MAJOR CHANGES
- Added new InlineEdit component
- Clickable Input icons now use Button
OTHER
- Remove unused Popover class on Picklist
- Additional code cleanup
New Spinner component and updates to ConextBar and DataTable
MAJOR CHANGES
Added new Spinner component
Updated the ContextBar component
Added a highlighting utility
Added a custom cell type to DataTable using the highlighter
OTHER
Remove isRequired for iconCategory in ButtonGroup
Additional bug fixes and code cleanup
v0.0.30
Release commit for 0.0.30-commonjs [ci skip]
New release process
MAJOR CHANGES
- New release process
SITE AND DOCS
- Moved site to external repo
New Components
New Components:
- SLDSBreadCrumb
- SLDSDataTable
- SLDSGrid
- SLDSPageHeader
Features:
- Lookup component no longer requires icons for menu items
DatePicker and TimePicker components React 0.14 upgrade
- DatePicker
- TimePicker
- React 0.14 compatibility
- simplify component API