* 'master' of github.com:spotify/backstage:
Rename Scaffolder -> Create (#712)
Set the initial Storybook theme to light (#711)
It's InputError then
Even denser errors
Better errors
Show stack in dev
[backend] use common error types
Update Discord link in design docs, fix#672 (#710)
[inventory] move out inventory instantiation + renaming
Table component with filter and search (#600)
[Storybook] Improve Status stories (#699)
Fix blinking animation bug for Status Running component (#706)
packages/cli: add lib ES2019 to common tsconfig
* Initial table component with storybook example
* Moved dependencies to package/core
* Removed dependency to @backstage/core from base package.json
* Clean up some examples and remove type from columns, replacing with property align instead
* Removed more unused stuff and added toggle for filter input
* Fixed some lint issues
* Added example with material-table
* Convert column array passed into MaterialTable Backstage component into MT column array. Allow multiple values in one cell
* Removed subheader from MT
* Nicer double value cell
* Added custom sorting to example
* Cleaned up stories a bit
* Setting field instead of customSort
* Improve styling. Still needs better theme integration
* Using more colors from theme
* Fixed typing issue
* Removed react-table implementation and cleaned up material-table implementation
* Fixed some type issues
* Fixed lint issues