Skip to content

Releases: uptick/react-object-table

0.7.1

Choose a tag to compare

@dreadera dreadera released this 17 Aug 02:29

Changelog

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

0.7.0

Choose a tag to compare

@dreadera dreadera released this 11 Jun 01:22
0ec2be1

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

Choose a tag to compare

@mwfister mwfister released this 15 Oct 08:32

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

Included PRs:
#28

0.5.2

Choose a tag to compare

@jlo-1 jlo-1 released this 07 Jan 05:15

Remove font overrides

Included PRs:
#24
#19

0.5.1

Choose a tag to compare

@cat-bro cat-bro released this 11 Dec 02:34
e4ab93c

Update shouldComponentUpdate methods

0.5.0

Choose a tag to compare

@tabby-or-not tabby-or-not released this 11 Jul 03:41

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

Choose a tag to compare

@tabby-or-not tabby-or-not released this 08 Jun 01:21

Breaking Changes:

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

0.3.3

Choose a tag to compare

@jarekwg jarekwg released this 23 Jan 12:16
  • Bump jQuery (known vulnerabilities with older versions)

0.3.2

Choose a tag to compare

@jarekwg jarekwg released this 19 Jan 08:22
  • Just more branding stuff. This is still the same ROT you know and love.

0.2.9

Choose a tag to compare

@jarekwg jarekwg released this 15 Jan 10:31
  • Rebranded to new organisation name.