@particles/bulk-editor
v3.1.0
Published
A template partial for showing bulk edit interactions
Downloads
59
Readme
Bulk Editor
Example
3.1.0
- Added
disableApplyButton
prop to control the disabling of the apply button from the client
3.0.4
- Removing disabled lock after one submit
3.0.3
- Adding messaging for missing
keyField
3.0.2
- Removing
height
style constraint from selection container
3.0.1
- Styling updates
3.0.0
- Breaking Using pseudolocalization for i18n handling
- Many more unit tests added
- Added preprod hook
2.0.2
- Default styling change
2.0.1
- Add unit tests, CSS module mocking, and code coverage reporting.
2.0.0
- Breaking Changed
items
prop todata
- Breaking Changed
itemFormatter
prop torenderItem
- Breaking Changed
onRemove
prop toonClear
- Breaking Removed
fieldsContainer
class - Breaking Added
i18n
prop in place ofcancelText
,emptyMessage
,submitText
, anditemsTitle
props - Made
container
class accessible to overrides
1.4.2
- Upgraded to React 16, changed from node-sass to postcss
1.4.0, 1.4.1
- Analytics added
1.3.4
- Fixing sandbox
- Webpack dev server upgrade
1.3.3
- Building in styles that should not be overridden
1.3.2
- IE 11 alignment fixes
1.3.1
- Style fixes
1.3.0
- Changed the way that itemFormatter works, now only needs the string interpolator portion, BulkEditor will style the items accordingly
1.2.0
- Added disabling the submit button after pressing it to prevent multiple submissions
1.1.0
- Added an empty state message
- Update button disabled if empty
1.0.3
- Moved the footer to be outside of the child area
1.0.2
- Updated all packages, no functional changes
1.0.1
- Updating package.json to Particles URL
1.0.0
- Initial commit