Releases: uptick/react-object-table
Releases · uptick/react-object-table
0.7.1
Changelog
- fix: added
event.stopPropagation()
to handleSubmit
to stop buggy submits within proxied react-object-table
instances.
0.7.0
Changelog
Features
- Introduced new bundling method using esbuild. - #36
esm
support. - #36
Fixes
Chores
- Updated Dependencies.
- Removed
Webpack
.
- Removed
Babel
.
0.6.0
Updated accessing underlying components wrapped by React DnD, to use the v8 ref structure
Included PRs:
#28
0.5.2
Remove font overrides
Included PRs:
#24
#19
0.5.1
Update shouldComponentUpdate methods
0.5.0
Actions can be enabled/disabled for specific rows
Allows actions' enabled
property to be passed as:
- boolean
- array in format [boolean, string]
- function returning the above types
Functions will be called with the row in question. Boolean is used to enable/disable actions. The string in [boolean, string] is an informational tooltip to be displayed when a user hovers over the disabled action. See #9 for more info.
0.4.0
Breaking Changes:
- readOnly function now gets called with entire object, instead of just the id (See #14)
0.3.3
- Bump jQuery (known vulnerabilities with older versions)
0.3.2
- Just more branding stuff. This is still the same ROT you know and love.
0.2.9
- Rebranded to new organisation name.