A template partial for showing list based presentations
npm install @particles/list-partialA template partial for showing list presentations.
##### 3.0.5
- Spinner dependency update
##### 3.0.4
- Fixed repaint issues caused by overly aggressive unique key
##### 3.0.3
- Adding unique key for row mapping
##### 3.0.2
- Re-added loadedRow class
##### 3.0.1
- Minor padding and color changes to be compliant with UX mocks
##### 2.0.2
- Removes flex: 1 from styles to be compliant with IE
##### 2.0.1
- Small changes to the sandbox to match overall usage/layout of the most common placements for a list partial
row prop to populate different rows of the layout. An array of arrays of components.loadedArea prop similar to row, but denotes components that are waiting for async data to display. E.g.: Bulk actions/paginator/table components. These are also an array of arrays of components.xyzComponent props to place them in the layout##### 1.5.1
- Add unit tests, CSS module mocking, and code coverage reporting.
##### 1.5.0
- Add in a controls slot on the right side of the filter bar
##### 1.4.7
- Rebuilt for publishing (bug in last publish)
##### 1.4.6
- Style updates (padding, borders)
##### 1.4.5
- Updating packages, splitting out from shared config
##### 1.4.4
- If no controlComponent/search/filter is passed, the layout still looks normal rather than using whitespace to fill the void
##### 1.4.3
- Updating package.json to Particles URL
##### 1.4.2
- Changed styling to generic colors
##### 1.4.1
- Removed the star selector from the layout
##### 1.4.0
- Added an extra slot on the left side of the controls area, added in bulk editor to layout
##### 1.3.15
- Removing reset.scss
##### 1.3.14
- IE11 flex wrapping fix
- Removed export component slot
##### 1.3.9 - 1.3.13
- Adding Lerna publishing management
- Splitting out dev dependencies
##### 1.3.8
- Stylesheet composition
##### 1.3.7
- Removing isEmpty flag
##### 1.3.6
- Linting
##### 1.3.5
- Minor Webpack fix
##### 1.3.4
- Implementing Webpack 2.2.1
##### 1.3.3
- Bundle size optimized
##### 1.3.2
- Licensing update
##### 1.3.1
- Improved prop type validation
##### 1.3.0
- Updated header component logic
##### 1.2.0
- Added notifications
##### 1.1.0
- Added export component