motif.gl

Open source, no-code, network visualization tool for graph analysis and investigation

MIT License

Downloads
730
Stars
123
Committers
7
motif.gl - v0.1 Latest Release

Published by timlrx about 1 year ago

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: https://github.com/cylynx/motif.gl/compare/v0.0.18...v0.1

motif.gl - v0.0.18

Published by CodesAreHonest over 2 years ago

Change Log

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

Published by CodesAreHonest almost 3 years ago

Change Log

  1. Changing the nodes and edges colours with Colour Picker #208
motif.gl - v0.0.16

Published by CodesAreHonest almost 3 years ago

Change Log

  • Add source map into minified build for debugging traceability. #212
motif.gl - v0.0.15

Published by CodesAreHonest almost 3 years ago

Change Log

Miscellaneous

  • Reduce bundle size from 36.4MB to 6.24MB.
motif.gl - v0.0.14

Published by CodesAreHonest about 3 years ago

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
motif.gl - v0.0.13

Published by CodesAreHonest about 3 years ago

Change Log

motif.gl - v0.0.12

Published by CodesAreHonest about 3 years ago

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
motif.gl - v0.0.11

Published by CodesAreHonest about 3 years ago

Change Log

  1. Change node requirement of Motif to v14 or v16. #204
motif.gl - v0.0.10

Published by CodesAreHonest about 3 years ago

Change Log

  1. Export ExplorerProps as it will be used by client's component to cast on their props. https://github.com/cylynx/motif.gl/pull/202
  2. Export utilities that requires by client to perform data exportation. https://github.com/cylynx/motif.gl/pull/202
  3. Increase node version requirement to use this package from 15.14 to 16.1. https://github.com/cylynx/motif.gl/pull/202
motif.gl - v0.0.9

Published by CodesAreHonest about 3 years ago

Change Log

  • Export graph utilities for client to perform positioning on element in the graph. #200
motif.gl - v0.0.8

Published by CodesAreHonest about 3 years ago

Change Log

  • Fix export node position does not works with wrong way of memoization. #199
  • Fix canvas height and width scale differently in differently browser. #199
motif.gl - v0.0.7

Published by CodesAreHonest about 3 years ago

Change Log

  • Fix export graph position not working, causing import graph unable to load previous graph's node location. #198
motif.gl - v0.0.6

Published by CodesAreHonest about 3 years ago

Change Log

  • Upgrade immer to >=9.0.6 to resolve potential prototype pollution. #197
  • Resolve syntax error in FormSelectWithTooltip.tsx #197
motif.gl - v0.0.5

Published by timlrx about 3 years ago

Change Log

  • fix: prevent modal overlap by statistics
  • fix: perform full screen based on graphRef dom element
  • feat: expose api to export to external
  • docs: remove redundant info
motif.gl - v0.0.4

Published by timlrx over 3 years ago

Change Log

  • perf: toggle visibility
  • perf: delete graph list
  • perf: graph list
  • chore: update graphin to 2.1.0 and vite to 2.4.3
  • fix: graph statistic position when opening / closing side panel
motif.gl - v0.0.3

Published by timlrx over 3 years ago

Change Log

  • feat: export graph positions
motif.gl - v0.0.2

Published by timlrx over 3 years ago

Change Log

  • fix: fail to import when accessors are numeric
  • fix: remove double quotes header
  • fix: error display on toast
  • fix: prevent layout change on node/edge options
  • fix: zero value properties should be styled
  • fix: omit object and array from tooltip
  • fix: refactor slice to improve performance
  • fix: prevent graph recenter and remove error on Graphin re-render
  • fix: inconsistent on register node after layout change
  • fix: prevent highlight on all panels
  • feat: change force-directed algorithm
  • feat: more granular histogram steps
  • feat: update node position with data remains
  • perf: prevent state change on every layout change
  • perf: remove unnecessary re-render in GraphLayer
  • docs: update intro notebook with embedded widget
  • test: enhance test coverage and update comments
  • test: added test for pymotif
motif.gl - 0.0.1

Published by timlrx over 3 years ago

Official release of @cylynx/motif!

Change Log

  • fix: update types error in ConfigureField
  • fix: typo in variable name
  • fix: data preview moved to other columns
  • fix: multi dropdown not displaying selector value
  • feat: multiple node and edge label
  • feat: edge colors
  • feat: add node/edge legend display to options panel
  • feat: change toolbar legend to static display
  • chore: remove settings from toolbar
  • docs: update readme
  • docs: add neo4j jupyter notebook example
motif.gl - v0.0.1-beta.6

Published by CodesAreHonest over 3 years ago

Description