Skip to content

Releases: MetaCell/geppetto-meta

2.0.0

20 May 12:34
Compare
Choose a tag to compare
  • Fixing import state application, the mininimize helper model needs to be reset when the action is triggered
  • Updated latest changes from 1.2.8:
    -- Replace calculated value isVisible with explicit formula
    -- Remove deprecated layout manager api from example app
    -- Update examples to have proxy instances with visibility
    -- Update toRemove condition to strictly check for false
    -- Update layout manager example to replicate the visivility issue
    -- Apply eslint styling rules

1.2.8

05 Mar 13:28
2ff28c7
Compare
Choose a tag to compare

Replace calculated value isVisible with explicit formula
Remove deprecated layout manager api from example app
Update examples to have proxy instances with visibility
Update toRemove condition to strictly check for false
Update layout manager example to replicate the visivility issue
Apply eslint styling rules

1.2.7

05 Feb 13:25
a1f1e7f
Compare
Choose a tag to compare
  • Now Canvas object includes a renderingTheshold parameter (default = 500) which will compare to pre-computed instances total and rise an exception from the Mesh factory in case the condition is not fullfilled.
  • Also, now Canvas object won't render in case an exception is thrown, displaying the error message instead of a blank canvas.

1.2.4

27 Oct 14:26
44af125
Compare
Choose a tag to compare
  • A new example application (Layout Manager Playground) was added
  • Updated canvas onSelection to work with all buttons
  • Fixed ListView instantiation
  • Add example of custom icon for menu component

1.2.3

05 Sep 12:35
a349099
Compare
Choose a tag to compare
  • Fixed ListView initialization issue
  • Enhance Layout Playground
  • Fixed tabs default position
  • Fixed icons, minimize and maximize actions
  • Enable minimization on sample app
  • Restore layout feature
  • Issues when dragging tab related to inconsistent state

1.2.2

09 Aug 12:49
c168225
Compare
Choose a tag to compare
  • Added Griddle component and fixed some peer dependencies issues
  • Fixed bug to safetly get canvas element
  • Fixed issue on react import
  • Fixed ListViewer as it was not working before
  • Adds a new lean application that uses the layout manager (It sort of overlaps with the purposes react-redux example application but that one doesn't seem to be working properly and I needed to have a proper playground to understand and fix the problem)
  • Updates geppetto-ui flex layout styles to include the styles for the minimize button and adds "@fortawesome/fontawesome-free" as a peer dependency because the default minimize icon to use pointed to an icon from that package
  • Allows lookup for the border to use to minimize instead of forcing the bottom border.

1.2.1

09 Aug 12:36
f4b6518
Compare
Choose a tag to compare
  • Added Griddle component
  • Fixed bug to safetly get canvas element
  • Fixed issue on react import
  • Fixed ListViewer as it was not working before

2.0.0-rc0 (alpha) - style dependencies fix

30 Jun 20:30
c4057d1
Compare
Choose a tag to compare
  1. Removes uses of uncommon theme attributes
  2. Adds props to allow customization
  3. Adds toolbar customization options to connectivity component

1.2.0 Rotation, VR and dependencies improvements

21 Mar 13:57
b40447e
Compare
Choose a tag to compare
  • z-rotation fix: Force upate if Z axis rotation is applied
  • Big Image Viewer Example not working showcase
  • Updates VR Canvas to match with the latest changes on the MeshFactory component
  • Removes deprecated / inaccessible features from VR Canvas (Visual groups, geppetto mocked simulation, menu)
  • Removes unused variables from canvas engine
  • Extend the layout manager with custom icons, onRenderTab and onRenderTabSet api calls from flex layout
  • Moving dependencies to peer dependencies
  • Remove tight dependency on ThreeJS repo for draco loader
  • Host big image viewer example

1.1.0 Fixing react redux dependencies and some other enhacements to DicomView and widgets

16 Dec 18:02
2029402
Compare
Choose a tag to compare
  • React redux application doesn't start due to dev dependencies issues
  • Expose DicomViewer scenes
  • Refer to netpyne-ui issue 521: fixed maximisization of widgets