Skip to content

Releases: cylynx/motif.gl

v0.1

03 Aug 11:26

Choose a tag to compare

Change Log

A long overdue update! Update dependencies and refactor code accordingly. Main changes:

  • Update React 16 to React 18
  • Update lerna and use npm workspace
    • Change minimum node.js version to >=16
  • Update from vite 2 to vite 4, along with plugins and config
  • Update base ui from v9 to v13 (mostly typing updates and updating kind=minimal to kind=tertiary)
  • Update redux-toolkit from v1.2 to v1.9
  • Update @antv/graphin.

Full Changelog: v0.0.18...v0.1

v0.0.18

03 Feb 07:17

Choose a tag to compare

Change Log

  • Fix filter panel within DataTable does not appears. #215
  • Prevent transform a non-string variable to lowercase #215

v0.0.17

22 Dec 05:46

Choose a tag to compare

Change Log

  1. Changing the nodes and edges colours with Colour Picker #208

v0.0.16

08 Dec 01:28

Choose a tag to compare

Change Log

  • Add source map into minified build for debugging traceability. #212

v0.0.15

10 Nov 02:43

Choose a tag to compare

Change Log

  • Introduce Graph Snapshot Hook that expose all the utilities to export graph data in various format. #211
  • Allow client to override the side panel header with their own components
    #211

Miscellaneous

  • Reduce bundle size from 36.4MB to 6.24MB.

v0.0.14

15 Oct 06:50

Choose a tag to compare

Change Log

  • Saving local file and export graph data should store the filter state. #209
  • Data importation should load the filter state from the save file. #209

v0.0.13

13 Oct 05:30

Choose a tag to compare

Change Log

  • Upgrade dependencies @cylynx/graphin to latest version. #207

v0.0.12

13 Oct 00:46

Choose a tag to compare

Change Log

  1. Display meaningful error message with guidance during file uploads, prevent user proceed to second step if the dataset is found defective. #206
  2. Standardise the error message display with consistent error handling code practices... error categories are classify according to features and purposes. #206

v0.0.11

01 Oct 04:48

Choose a tag to compare

Change Log

  1. Change node requirement of Motif to v14 or v16. #204

v0.0.10

24 Sep 06:36

Choose a tag to compare

Change Log

  1. Export ExplorerProps as it will be used by client's component to cast on their props. #202
  2. Export utilities that requires by client to perform data exportation. #202
  3. Increase node version requirement to use this package from 15.14 to 16.1. #202