Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: dataiku/dss-visual-edit

v2.0.10

24 Sep 15:02
c8b93e5

Choose a tag to compare

What's Changed

  • Fix issue with label autocomplete when editing linked records.

More details in #20

Full Changelog: v2.0.9...v2.0.10

v2.0.9

12 Sep 10:26
244e8fe

Choose a tag to compare

When clicking on a non-empty cell, the options list now always includes the current value, plus other options

What's Changed

Dropdown / Linked Records: always include current cell value in list of options

The user story we address is as follows: before validating a value for a linked record, the user clicks on the cell to confirm the values of lookup columns, via the rich dropdown’s view of available options.

The change we implemented fixes the following issues: when there are many options, we would show the first 1,000 only, and the current value of the cell may not be in the list; since the user may not be looking to edit, they were likely to click out of the dropdown, in which case the cell would get emptied out.

Now, we are guaranteed to have the current value of the cell in the list of available options, and this automatically fixed the issue where the cell would get emptied out.

More details in #19

Fixes

Specify numpy<2.0.0 to resolve binary incompatibility

Full Changelog: v2.0.8...v2.0.9

v2.0.8

06 May 08:02
ed9dbe6

Choose a tag to compare

What's Changed

Added settings to the Visual Webapp:

  • Under Layout: Tickbox to show/hide header filters below each column name. By @fabienDaou in #14
  • Under Advanced: Tickbox to freeze edits. If set to true, the webapp will not allow any edits to be made. By @louisdorard in #15

Full Changelog: v2.0.7...v2.0.8

v2.0.7

16 Apr 08:40
e8c9127

Choose a tag to compare

What's Changed

Add support for "textarea" editable columns. by @fabienDaou in #12

This is ideal for editable columns whose values are longer bits of text. Benefits of "textarea":

  • Shows text with carriage returns intact (great for multiline text)
  • Adjusts the height of rows to fit cell contents when columns are resized
  • Allows entering of multiple lines of plain text (when the column is editable)

This new setting only applies to editable columns.

Full Changelog: v2.0.6...v2.0.7

v2.0.6

19 Mar 09:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5

13 Mar 11:20

Choose a tag to compare

What's Changed

Fixed Linked Records on FileSystem.

Full Changelog: v2.0.4...v2.0.5

v2.0.4

13 Jan 12:24

Choose a tag to compare

What's Changed

Use the same font in the webapp as in the rest of the Dataiku interface (by @fabienDaou in #9)

Full Changelog: v2.0.3...v2.0.4

v2.0.3

07 Oct 17:34
cf387d1

Choose a tag to compare

What's Changed

  • Bug fix: when using the data table's filter on numerical columns, 0 and empty values weren't filtered out (by @fabienDaou in #7)
  • Misc: pandas version is now 1.3 by default, to maximize compatibility with older versions of Dataiku. If you are updating the plugin and want to update your code environment, you will have to:
    • Go to the plugin administration page and disassociate the current code environment.
    • Go to the code environments administration page.
    • Delete the Visual Edit code environment, by default the name is plugin_visual-edit_managed.
    • Go to the plugin administration page and create a new code environment.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

07 Aug 13:21

Choose a tag to compare

Bug fix to be compatible with Dataiku 13.0.2.

v2.0.1

19 Jun 15:52
263ddac

Choose a tag to compare

The technical IDs of the plugin's components, including its recipes, were updated: they are now prefixed with the plugin ID ("visual-edit"). Please follow these steps on projects that were using v2.0.0 of the plugin:

  • Delete previous Replay Edits and Apply Edits recipes (this won't impact the _editlog, _edits and _edited dataset).
  • Restart the Visual Webapp(s); this will automatically recreate the recipes, using their new technical IDs.
  • If any scenario uses the "empty editlog" step, remove and recreate the step.