Proceed with caution
⚠️ Investigating an issue with PageActionProps
PrimaryAction type causing issues with certain configurations.
Minor Changes
-
#5946
3a5be82cb
Thanks @rmleg! - Added support for setting aReactNode
on thePageActions
primaryAction
prop -
#5712
290b41c61
Thanks @aveline! - Updated checkbox and radio button styling- Increased spacing between
ChoiceList
items on small screens only
- Increased spacing between
-
#5931
87b489073
Thanks @laurkim! - Fixed input focus loss in TextField on vertical content change -
#5785
56b8ca790
Thanks @mrcthms! - Upstream changes from polaris-next IndexTable- Added a className prop to a IndexTable.Cell
- Added a customClickHandler prop to a IndexTable.Row
- Added a paginatedSelectAllActionText to the IndexTable
- Exported a clearSelection method from the use-index-resource-state hook
- Updated the styling of the ScrollBarContainer
- Updated styling for TableCell to fix unpadded cell bug.
- Added a 20px width to the TableHeading-first to fix the width of the checkbox column
-
#5945
54d15c3c1
Thanks @aaronccasanova! - Added experimentalGrid
component
Patch Changes
-
#5933
9c1a868cb
Thanks @tal87! - Added support for onPointerDown event handler on the button component -
#5876
eb25cdaf4
Thanks @aveline! - UpdatedTextField
docs with examples ofinputMode
virtual keyboards -
#5960
837094ac6
Thanks @alex-page! - Removed jestAdjustmentsPlugin as we havejest.config.js
. Moved scripts to scripts/build.js. -
#5889
fe8987948
Thanks @zaquille-oneil! - Fixed clear button covering placeholder text inTextField
on small screens