Skip to content

Releases: uptick/react-object-table

0.7.1

17 Aug 02:29
Compare
Choose a tag to compare

Changelog

  • fix: added event.stopPropagation() to handleSubmit to stop buggy submits within proxied react-object-table instances.

0.7.0

11 Jun 01:22
0ec2be1
Compare
Choose a tag to compare

Changelog

Features

  • Introduced new bundling method using esbuild. - #36
  • esm support. - #36

Fixes

  • Updated eslint rules.

Chores

  • Updated Dependencies.
  • Removed Webpack.
  • Removed Babel.

0.6.0

15 Oct 08:32
Compare
Choose a tag to compare

Updated accessing underlying components wrapped by React DnD, to use the v8 ref structure

Included PRs:
#28

0.5.2

07 Jan 05:15
Compare
Choose a tag to compare

Remove font overrides

Included PRs:
#24
#19

0.5.1

11 Dec 02:34
e4ab93c
Compare
Choose a tag to compare

Update shouldComponentUpdate methods

0.5.0

11 Jul 03:41
Compare
Choose a tag to compare

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

08 Jun 01:21
Compare
Choose a tag to compare

Breaking Changes:

  • readOnly function now gets called with entire object, instead of just the id (See #14)

0.3.3

23 Jan 12:16
Compare
Choose a tag to compare
  • Bump jQuery (known vulnerabilities with older versions)

0.3.2

19 Jan 08:22
Compare
Choose a tag to compare
  • Just more branding stuff. This is still the same ROT you know and love.

0.2.9

15 Jan 10:31
Compare
Choose a tag to compare
  • Rebranded to new organisation name.