Releases: salesforce/design-system-react
Releases · salesforce/design-system-react
v0.10.22
Release 0.10.22
Minor Features
Tab
: Add error icon support
Bugfixes
Combobox
: Clear selection when closing popoverCombobox
: Fix keyboard navigation when used as a controlled component- Update
Combobox
andPopover
markup
Maintenance
- Use
lint-staged
to run linters on commit - Update project to use Node 12
v0.10.21
v0.10.20
Release 0.10.20
Minor Features
Popover
: Adddisabled
prop toEditDialog
Spinner
: AddisInline
andhasContainer
propsStatefulButton
: Ability to pass in customaria-*
attributes
Bugfixes
DatePicker
: Correctly determine first day of week whenisIsoWeekday
is true
Maintenance
- Bump
@babel/node
from 7.2.2 to 7.10.4 - Bump
@babel/plugin-proposal-export-default-from
from 7.2.0 to 7.10.4 - Bump
@babel/plugin-transform-modules-commonjs
from 7.5.0 to 7.10.4 - Bump
@babel/preset-react
from 7.0.0 to 7.10.4 - Bump
concurrently
from 4.1.0 to 5.2.0 - Bump
cross-env
from 5.2.1 to 7.0.2 - Bump
lint-staged
from 8.2.0 to 10.2.11 - Bump
object.entries
from 1.1.0 to 1.1.2 - Bump
prop-types
from 15.6.0 to 15.7.2 - Bump
react-contenteditable
from 3.3.2 to 3.3.5 - Bump
regenerator-runtime
from 0.13.3 to 0.13.5 - Bump
websocket-extensions
from 0.1.3 to 0.1.4 (security) - Change
npm start
to run processes in foreground
v0.10.19
v0.10.18
Release 0.10.18
Bugfixes
Combobox
: Fix issue with subheaders sorting incorrectlyIcon
: Fix issue with icons sometimes disappearing due to<use xlink:href>
v0.10.17
Release 0.10.17
Bugfixes
DataTableCell
: Prevent boolean PropTypes forchildren
propTooltip
: Fix issue withhasAnchoredNubbin
appearing at inappropriate times on hover
Maintenance
- Remove
componentWillReceiveProps
fromColorPicker
,Combobox
,DatePicker
,Lookup
,MenuDropdown
,MenuPicklist
,Notification
,TimePicker
, andTree
v0.10.16
Release 0.10.16
Minor Features
Datepicker
: Default behavior updated to allow manual inputTooltip
: AddonRequestTargetElement
callbackTooltip
: AddhasAnchoredNubbin
prop
Bugfixes
Colorpicker
: Add support for named colors in default validator
v0.10.15
Release 0.10.15
Bugfixes
- Fix accessibility issues in
ProgressBar
,ProgressRing
, andToast
Map
: RenameMap
toLocationMap
. Map was not a part of the default export.
Maintainance
- Make console error / warning fail tests in CI
Documentation
- Add example headings to site
- Add accessibility statement to readme
v0.10.14
Release 0.10.14
Bugfixes
- Remove console warnings in
DataTable
andCombobox
v0.10.13
Release 0.10.13
Minor Features
Maps
: Make controlled componentCheckbox
: Add grouped checkboxes withindeterminate
state working example that matches ARIA spec.Combobox
: Support menu item scrolling in all variants- Move all prototype components to production status
Bugfixes
Accordion
: Prevent grabbing focus on every renderAccordion
: Hotfix to work with oneAccordionPanel
childToast
: Focus on dialog container on render instead of close buttonPopover
: Passaria-haspopup
to triggering componentCombobox
: Makedialog
variant work. Update menu down icon style.Combobox
,DataTable
,Expression
,Map
, andDropdown
: Accessibility audit fixes. See #2359RadioGroup
,Slider
,SplitView
,Spinner
,Toast
: Accessibility audit fixes. See #2337ProgressBar
: Make read "{value}%" instead of just "{value}" for screenreadersProgressIndicator
: Read "Disabled" for disabled stepsButtonGroup
: Checkbox should read "this field is required"
Maintainance
- Deprecate and EOL Illustration component
ProgressRing
: AddassistiveText
to icons in examplesTextArea
: Making textarea error & required examples match their SLDS counterpartsButton
: Add margin between buttons in examples