Skip to content
Failed

Changes

Summary

  1. Add support for central line cutting and clipping. (commit: ad66b62) (details)
  2. Add two new dialog methods: hideCloseButton and hideTitlebar. (commit: eca62df) (details)
  3. Improve cutting with path and its shaders. (commit: 5a78025) (details)
  4. Increment version to 0.3.4alpha and resolve a vulnerability. (commit: ca9fde7) (details)
  5. Make codes for dialog to be more reuseable. (commit: 7d73632) (details)
  6. Fix a bug causing ScaffoldDialog to not function/display properly. (commit: 2ae1272) (details)
  7. Fix a bug causing the cutting plane on the scaffoldmaker from expanding (commit: e6d1536) (details)
  8. Add BaseModule to the export modules list. (commit: cd25f71) (details)
  9. Add a method in the ModuleManager allowing user to add customised module (commit: 8423063) (details)
  10. Fix a bug causing dialog cannot be closed if it is managed by maanger. (commit: 7496e06) (details)
  11. Updae zincjs dependency. (commit: cc0f385) (details)
  12. Increment version to 0.3.5alpha (commit: 62cdf91) (details)
  13. Now build with babel and increment version to 0.3.6aplha. (commit: f8c08b2) (details)
  14. Update to ZincJS0.29.10 which supports geoemtry cutting to be performed (commit: ef1e1ca) (details)
  15. Update jquery version. (commit: 1807e99) (details)
  16. Add a button at the bottom of the sidebar for users to give feedback, (commit: 80007bd) (details)
  17. Disable collision detection when setting the position of the dialog. (commit: ceeac3e) (details)
  18. Implement snackbar for displaying messages. (commit: f30d1d2) (details)
  19. Message function is now part of the basemodule. (commit: e7a4f6b) (details)
  20. Improve destroy calls on scaffold viewer and organs renderer. (commit: e733ca7) (details)
  21. Improve sidebar animation. (commit: 54e229c) (details)
  22. Add a profile chooser. (commit: 3dc3d11) (details)
  23. Tidy up. (commit: 97e56cf) (details)
  24. Fix a bug on OrgansViewer. (commit: 73aa8bd) (details)
  25. Set a default width of 12% for sidebar. (commit: 3a2ae2e) (details)
  26. Add an API for reading URL provided by the caller. (commit: 769091c) (details)
  27. Make tooltip non selectable. (commit: 0979174) (details)
  28. Add a new renderer module method - getIntersectedObject. This method can (commit: e38371d) (details)
  29. Change css class tooltip to mptooltip to avoid name clashes with other (commit: f51cdbb) (details)
  30. Add a new argument for loadViewURL method. (commit: 913f5ec) (details)
  31. Increment version to 0.3.7-aplha. (commit: 278c28b) (details)
  32. Remove modal panel as it is repalced by flatmaps. (commit: b6e1834) (details)
  33. Change sidebar style to absolute. (commit: 8c71697) (details)
  34. Fix some bugs that can only be found on IE11. (commit: 0ea062f) (details)
  35. Provide initial support for docked/containment dialog. (commit: df99536) (details)
  36. Add a grid view mode. (commit: 9a135a7) (details)
  37. Add a full screen dialog button on the titlebar. (commit: 7d10680) (details)
  38. rename Snackbar.css to snackbar.css. (commit: 404f2de) (details)
  39. Add support to some serialisations and deserialisations. (commit: 8ed08d3) (details)
  40. Fix a number of bugs. (commit: 91ce6ca) (details)
  41. Remove debug messages. (commit: 5bf5181) (details)
  42. Add support for auto resize. (commit: 199b008) (details)
  43. Increment version to 0.3.8alpha. (commit: e0882e9) (details)
  44. Make sure resize events are called when dialog's autoreize flag is on. (commit: 129886c) (details)
  45. Update package-lock.json (commit: 25950a2) (details)
  46. Fix bugs that causes highlight and selection to fail. (commit: a88b98b) (details)
  47. A littel workaround to get manager to work witout the need of meta file. (commit: 77a1de2) (details)
  48. Fix multiple sizing problems. (commit: f196435) (details)
  49. Update version to 0.3.10alpha. (commit: 618bae3) (details)
  50. Remove many of the default behaviour when an object is selected on the (commit: ed8ddb2) (details)
  51. Inrement to 0.3.11-alpha. (commit: a9954aa) (details)
  52. Improve gui styles. Improve tooltip. Improve FragmentParser. (commit: da9e310) (details)
  53. Remove unneeded package. (commit: 8c2649e) (details)
  54. Bugs fix. (commit: 03299ee) (details)
  55. Increment version to 0.3.12alpha. (commit: f066b8b) (details)
  56. Fix error and increment to 0.3.13alpha. (commit: cec017d) (details)
  57. Fix error and increment to 0.3.13alpha. (commit: c0b69f3) (details)
  58. Improve messages. (commit: ce441d7) (details)
  59. Change the style of the tooltip box. (commit: 809e447) (details)
  60. Hamburger button always visible rather the menu is on or off. (commit: 793945f) (details)
  61. Minor changes. (commit: 7d8bc06) (details)
  62. Udpate package.json. Increment version to 0.4.0. (commit: 9c7a351) (details)
  63. Minor changes and increment verison to 0.4.1. (commit: 0edc348) (details)
  64. Increment version to 0.4.2. (commit: 788e471) (details)
  65. Add missing file. (commit: d4fb280) (details)
  66. Remove node modules bundle for backend build. (commit: a312e9a) (details)
  67. Update README.md (commit: 601760e) (details)
Commit ad66b626e7b4f701339bd2d6f70ccba3793b646a by alan.wu
Add support for central line cutting and clipping.
(commit: ad66b62)
The file was removedsrc/shaders/cutHeart.vs
The file was addedsrc/shaders/uvCutting.fs
The file was removedsrc/shaders/cutHeart.fs
The file was modifiedsrc/utilities/csg.js (diff)
The file was modifiedsrc/modules/ScaffoldViewer.js (diff)
The file was addedsrc/shaders/uvCutting.vs
Commit eca62df8754e6b8dbd25475f24c3eebddca21c17 by alan.wu
Add two new dialog methods: hideCloseButton and hideTitlebar.
(commit: eca62df)
The file was modifiedsrc/ui/BaseDialog.js (diff)
Commit 5a78025f5835e3548fab0babfbe67e45189afbea by alan.wu
Improve cutting with path and its shaders.
(commit: 5a78025)
The file was modifiedsrc/utilities/csg.js (diff)
The file was modifiedsrc/modules/ScaffoldViewer.js (diff)
The file was modifiedsrc/shaders/uvCutting.fs (diff)
Commit ca9fde730a78629bc66abdc3b91168a3a5270249 by alan.wu
Increment version to 0.3.4alpha and resolve a vulnerability.
(commit: ca9fde7)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit 7d736324671b566af592cc1a1ebebfa41637cecc by alan.wu
Make codes for dialog to be more reuseable.
(commit: 7d73632)
The file was modifiedsrc/ui/BodyViewerDialog.js (diff)
The file was modifiedsrc/ui/ModelViewerDialog.js (diff)
The file was modifiedsrc/ui/OrgansViewerDialog.js (diff)
The file was modifiedsrc/ui/BaseDialog.js (diff)
The file was modifiedsrc/ui/ScaffoldDialog.js (diff)
Commit 2ae1272a5064347af1e58102c4a6e9caad637670 by alan.wu
Fix a bug causing ScaffoldDialog to not function/display properly.
(commit: 2ae1272)
The file was modifiedsrc/ui/ScaffoldDialog.js (diff)
Commit e6d153615c059a174c2bad64e205cec7533639fd by alan.wu
Fix a bug causing the cutting plane on the scaffoldmaker from expanding
beyond unreasonable size.
(commit: e6d1536)
The file was modifiedsrc/utilities/csg.js (diff)
Commit cd25f71c86de59a1b8cde5a4533b5de95b329e81 by alan.wu
Add BaseModule to the export modules list.
(commit: cd25f71)
The file was modifiedsrc/index.js (diff)
Commit 8423063b318dd35fcc28f4b16aabcc93d73a444a by alan.wu
Add a method in the ModuleManager allowing user to add customised module
and dialog to a selectable list of modules/dialogs on the manager
sidebar.
(commit: 8423063)
The file was modifiedsrc/ui/ManagerSidebar.js (diff)
The file was modifiedsrc/ui/BaseDialog.js (diff)
The file was modifiedsrc/utilities/manager.js (diff)
Commit 7496e068d348a3ce0aff2e82508e5608699af706 by alan.wu
Fix a bug causing dialog cannot be closed if it is managed by maanger.
(commit: 7496e06)
The file was modifiedsrc/utilities/manager.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
Commit 62cdf91501b59dc66c3e176747a734b9ff073003 by alan.wu
Increment version to 0.3.5alpha
(commit: 62cdf91)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
Commit f8c08b2ed50a34a78f2e2479c7dd02be84a28a73 by alan.wu
Now build with babel and increment version to 0.3.6aplha.
(commit: f8c08b2)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/cell_panel.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedwebpack.config.js (diff)
Commit ef1e1ca15e7dfb230d4023d127c2f9a9f1754174 by alan.wu
Update to ZincJS0.29.10 which supports geoemtry cutting to be performed
on a worker.
(commit: ef1e1ca)
The file was modifiedsrc/utilities/csg.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit 80007bd3bb27ba1b92b94a0af049f3ae6c726227 by alan.wu
Add a button at the bottom of the sidebar for users to give feedback,
(commit: 80007bd)
The file was modifiedsrc/snippets/managerSidebar.html (diff)
The file was modifiedsrc/styles/sidebar.css (diff)
The file was modifiedsrc/ui/ManagerSidebar.js (diff)
Commit ceeac3ef6fc4eb8890bea846819a2c8bad035a39 by alan.wu
Disable collision detection when setting the position of the dialog.
(commit: ceeac3e)
The file was modifiedsrc/ui/BaseDialog.js (diff)
Commit f30d1d2a054c7d920b46639d32c7c4264a8b8675 by alan.wu
Implement snackbar for displaying messages.
(commit: f30d1d2)
The file was modifiedsrc/ui/BaseDialog.js (diff)
The file was modifiedsrc/modules/ScaffoldViewer.js (diff)
The file was modifiedsrc/ui/ScaffoldDialog.js (diff)
The file was addedsrc/ui/Snackbar.js
The file was modifiedsrc/ui/BodyViewerDialog.js (diff)
The file was addedsrc/styles/Snackbar.css
The file was modifiedsrc/utilities/csg.js (diff)
The file was modifiedsrc/modules/bodyRenderer.js (diff)
Commit e7a4f6b8ad18e2bb215bad593736826f5a63a095 by alan.wu
Message function is now part of the basemodule.
(commit: e7a4f6b)
The file was modifiedsrc/ui/OrgansViewerDialog.js (diff)
The file was modifiedsrc/modules/bodyRenderer.js (diff)
The file was modifiedsrc/ui/BodyViewerDialog.js (diff)
The file was modifiedsrc/ui/ScaffoldDialog.js (diff)
The file was modifiedsrc/utilities/csg.js (diff)
The file was modifiedsrc/modules/ScaffoldViewer.js (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
The file was modifiedsrc/modules/BaseModule.js (diff)
Commit e733ca7fedd332c797f2b02e232c4ff5d25b7dba by alan.wu
Improve destroy calls on scaffold viewer and organs renderer.
(commit: e733ca7)
The file was modifiedsrc/modules/organsRenderer.js (diff)
The file was modifiedsrc/utilities/csg.js (diff)
The file was modifiedsrc/modules/ScaffoldViewer.js (diff)
The file was modifiedsrc/ui/ManagerSidebar.js (diff)
The file was modifiedsrc/snippets/managerSidebar.html (diff)
The file was modifiedsrc/styles/sidebar.css (diff)
The file was modifiedsrc/styles/sidebar.css (diff)
The file was modifiedsrc/ui/ManagerSidebar.js (diff)
The file was modifiedsrc/snippets/managerSidebar.html (diff)
The file was modifiedsrc/modules/ScaffoldViewer.js (diff)
The file was modifiedsrc/ui/OrgansViewerDialog.js (diff)
The file was removedsrc/snippets/main.html
The file was modifiedsrc/modules/bodyRenderer.js (diff)
The file was modifiedsrc/index.js (diff)
The file was modifiedsrc/snippets/managerSidebar.html (diff)
The file was modifiedsrc/styles/my_styles.css (diff)
The file was modifiedsrc/ui/ManagerSidebar.js (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
The file was modifiedsrc/modules/RendererModule.js (diff)
Commit 3a2ae2e1f520376de84f6feb7e823cfba69f9726 by alan.wu
Set a default width of 12% for sidebar.
(commit: 3a2ae2e)
The file was modifiedsrc/styles/sidebar.css (diff)
Commit 769091c3541f2daecfb0067eaecad94e334aa5b5 by alan.wu
Add an API for reading URL provided by the caller.
(commit: 769091c)
The file was modifiedsrc/modules/RendererModule.js (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
Commit 097917477d344c9bf8aa4c230f57cd8bd6d5d16e by alan.wu
Make tooltip non selectable.
(commit: 0979174)
The file was modifiedsrc/styles/tooltip.css (diff)
Commit e38371d36d21c8dd682773c4bbb6577cb91c204a by alan.wu
Add a new renderer module method - getIntersectedObject. This method can
be used for picking the closest object or the closest glyph object with
name.
(commit: e38371d)
The file was modifiedsrc/modules/RendererModule.js (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
Commit f51cdbb0d19774f64a8d4cb7e234e61e277dd607 by alan.wu
Change css class tooltip to mptooltip to avoid name clashes with other
css stylesheets
(commit: f51cdbb)
The file was modifiedsrc/styles/tooltip.css (diff)
The file was modifiedsrc/ui/tooltip.js (diff)
Commit 913f5ec28d1e20f238de622e3ff994c7940d4477 by alan.wu
Add a new argument for loadViewURL method.
(commit: 913f5ec)
The file was modifiedsrc/modules/organsRenderer.js (diff)
Commit 278c28bdfc52a3c27e52634057de1861ac3dfb4c by alan.wu
Increment version to 0.3.7-aplha.
(commit: 278c28b)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit b6e18343a467d482916fd9ddc4957c3edc49c53d by alan.wu
Remove modal panel as it is repalced by flatmaps.
(commit: b6e1834)
The file was modifiedsrc/utilities/manager.js (diff)
The file was modifiedsrc/ui/BaseDialog.js (diff)
Commit 8c71697430816bba027f87a66e22bcb1cd2f8f6b by alan.wu
Change sidebar style to absolute.
(commit: 8c71697)
The file was modifiedsrc/styles/sidebar.css (diff)
Commit 0ea062f7cf3f4e7df7cf4e2fe2bc00dcea1b082e by alan.wu
Fix some bugs that can only be found on IE11.
(commit: 0ea062f)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/modules/bodyRenderer.js (diff)
The file was modifiedsrc/index.js (diff)
Commit df9953697fe57184205b6d076d69addb2fc20acb by alan.wu
Provide initial support for docked/containment dialog.
(commit: df99536)
The file was modifiedsrc/ui/ScaffoldDialog.js (diff)
The file was modifiedsrc/ui/ManagerSidebar.js (diff)
The file was modifiedsrc/ui/OrgansViewerDialog.js (diff)
The file was modifiedsrc/ui/BaseDialog.js (diff)
The file was modifiedsrc/ui/BodyViewerDialog.js (diff)
The file was modifiedsrc/utilities/manager.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was addedsrc/ui/gridView.js
The file was addedsrc/snippets/gridView.html
The file was modifiedsrc/ui/BaseDialog.js (diff)
The file was modifiedsrc/utilities/manager.js (diff)
The file was addedsrc/styles/gridView.css
Commit 7d10680769d5b3763aeb580ee3c835d06337152b by alan.wu
Add a full screen dialog button on the titlebar.
(commit: 7d10680)
The file was modifiedsrc/ui/BaseDialog.js (diff)
The file was addedsrc/styles/dialog.css
Commit 404f2de2e4c9ee65e41c423704086059a353c3e2 by alan.wu
rename Snackbar.css to snackbar.css.
(commit: 404f2de)
The file was addedsrc/styles/snackbar.css
The file was modifiedsrc/ui/Snackbar.js (diff)
The file was removedsrc/styles/Snackbar.css
Commit 8ed08d37af647f423bb72e2e9e2d1b80d0caaf8a by alan.wu
Add support to some serialisations and deserialisations.
(commit: 8ed08d3)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
The file was modifiedsrc/styles/snackbar.css (diff)
The file was modifiedsrc/ui/BaseDialog.js (diff)
The file was modifiedsrc/modules/BaseModule.js (diff)
The file was modifiedsrc/utilities/managerItem.js (diff)
The file was modifiedsrc/utilities/manager.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/ui/gridView.js (diff)
The file was addedsrc/utilities/fragmentParser.js
The file was modifiedsrc/index.js (diff)
The file was modifiedsrc/ui/ManagerSidebar.js (diff)
The file was modifiedsrc/ui/ManagerSidebar.js (diff)
The file was modifiedsrc/utilities/manager.js (diff)
The file was modifiedsrc/ui/BaseDialog.js (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
Commit 199b008462d0a7b9301668182da96e9db42a6455 by alan.wu
Add support for auto resize.
(commit: 199b008)
The file was modifiedsrc/ui/gridView.js (diff)
The file was modifiedsrc/utilities/manager.js (diff)
The file was modifiedsrc/ui/BaseDialog.js (diff)
The file was modifiedsrc/ui/BodyViewerDialog.js (diff)
The file was modifiedsrc/ui/OrgansViewerDialog.js (diff)
The file was modifiedsrc/ui/ScaffoldDialog.js (diff)
The file was modifiedsrc/utilities/managerItem.js (diff)
Commit e0882e94a8078479430e2ba5c294f37228a4f99b by alan.wu
 Increment version to 0.3.8alpha.
(commit: e0882e9)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
Commit 129886c82825d1d411d2e770b606326f5c00bb06 by alan.wu
Make sure resize events are called when dialog's autoreize flag is on.
(commit: 129886c)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/ui/BaseDialog.js (diff)
The file was modifiedpackage-lock.json (diff)
Commit a88b98b1ecfc025130d58d2a73768ce12f844039 by alan.wu
Fix bugs that causes highlight and selection to fail.
(commit: a88b98b)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
The file was modifiedsrc/utilities/graphicsHighlight.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/modules/RendererModule.js (diff)
Commit 77a1de2c090325f114a8f6ac825643723cdb8e7d by alan.wu
A littel workaround to get manager to work witout the need of meta file.
(commit: 77a1de2)
The file was modifiedsrc/utilities/manager.js (diff)
The file was modifiedsrc/modelsLoader.js (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
The file was modifiedsrc/ui/gridView.js (diff)
Commit f196435d7e1a768c5a011fd0d008bb4f2fbe9777 by alan.wu
Fix multiple sizing problems.
(commit: f196435)
The file was modifiedsrc/styles/my_styles.css (diff)
The file was modifiedsrc/snippets/organsViewer.html (diff)
The file was removedsrc/styles/bootstrap.min.css
The file was modifiedsrc/ui/OrgansViewerDialog.js (diff)
The file was modifiedsrc/styles/sidebar.css (diff)
The file was modifiedsrc/styles/dialog.css (diff)
The file was modifiedsrc/index.js (diff)
The file was modifiedsrc/snippets/managerSidebar.html (diff)
The file was modifiedsrc/styles/w3.css (diff)
The file was addedsrc/styles/bootstrap_row_col.css
Commit 618bae335c271db552fcd2e2f26ba12abb493970 by alan.wu
Update version to 0.3.10alpha.
(commit: 618bae3)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
Commit ed8ddb2d3aa157d857278958753c20ff28803975 by alan.wu
Remove many of the default behaviour when an object is selected on the
organs viewer.
(commit: ed8ddb2)
The file was modifiedsrc/modules/RendererModule.js (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
The file was modifiedsrc/utilities/manager.js (diff)
The file was modifiedpackage.json (diff)
Commit da9e3101d9d908b207436b932ecf779357c01675 by alan.wu
Improve gui styles. Improve tooltip. Improve FragmentParser.
(commit: da9e310)
The file was modifiedsrc/styles/tooltip.css (diff)
The file was modifiedsrc/utilities/managerItem.js (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/utilities/fragmentParser.js (diff)
The file was modifiedsrc/styles/dat-gui-swec.css (diff)
The file was modifiedsrc/styles/dialog.css (diff)
The file was modifiedsrc/utilities/manager.js (diff)
The file was modifiedsrc/modules/BaseModule.js (diff)
The file was addedsrc/styles/images/hamburger.png
The file was modifiedsrc/modules/organsRenderer.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/utilities/fragmentParser.js (diff)
The file was modifiedsrc/ui/OrgansViewerDialog.js (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
Commit f066b8bfce560bbc2c9638a42ef9a074ff405f13 by alan.wu
Increment version to 0.3.12alpha.
(commit: f066b8b)
The file was modifiedpackage.json (diff)
Commit cec017d7e4c2ecde4552a82ddfb17adfc5b2b326 by alan.wu
Fix error and increment to 0.3.13alpha.
(commit: cec017d)
The file was modifiedpackage.json (diff)
Commit c0b69f316d0782e31afd2d3f2f324b17b7c154eb by alan.wu
Fix error and increment to 0.3.13alpha.
(commit: c0b69f3)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/utilities/annotation.js (diff)
The file was modifiedsrc/ui/OrgansViewerDialog.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
The file was modifiedsrc/modules/RendererModule.js (diff)
The file was modifiedsrc/modules/BaseModule.js (diff)
The file was modifiedpackage-lock.json (diff)
Commit 809e44728c52c33ef33379187b9ffd93a177e06d by alan.wu
Change the style of the tooltip box.
(commit: 809e447)
The file was modifiedsrc/styles/tooltip.css (diff)
Commit 793945f1716b0c8be06183e9021cd1c077ac25af by alan.wu
Hamburger button always visible rather the menu is on or off.
(commit: 793945f)
The file was modifiedsrc/styles/dat-gui-swec.css (diff)
The file was modifiedsrc/styles/dat-gui-swec.css (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
Commit 9c7a35157e0bf845416f8770ec4e7ccb613208d6 by alan.wu
Udpate package.json. Increment version to 0.4.0.
(commit: 9c7a351)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
Commit 0edc348dccc15acb2cc543087f261ae135d1eea0 by alan.wu
Minor changes and increment verison to 0.4.1.
(commit: 0edc348)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/modules/organsRenderer.js (diff)
Commit 788e4710bf1d492a25a53912824043347a7f3dec by alan.wu
Increment version to 0.4.2.
(commit: 788e471)
The file was modifiedpackage.json (diff)
The file was addedsrc/styles/images/SelectArrow.png
Commit a312e9adb5252c594f81b3bb752a8faa32ff56fc by alan.wu
Remove node modules bundle for backend build.
(commit: a312e9a)
The file was addedwebpack.backend.js
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was addedwebpack.frontend.js
The file was removedwebpack.config.js
The file was modifiedREADME.md (diff)