@particles/bulk-editor

A template partial for showing bulk edit interactions

Usage no npm install needed!

<script type="module">
  import particlesBulkEditor from 'https://cdn.skypack.dev/@particles/bulk-editor';
</script>

README

Bulk Editor

Example

bulk_edit

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 to data
  • Breaking Changed itemFormatter prop to renderItem
  • Breaking Changed onRemove prop to onClear
  • Breaking Removed fieldsContainer class
  • Breaking Added i18n prop in place of cancelText, emptyMessage, submitText, and itemsTitle 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