Releases: MetaCell/geppetto-meta
Releases · MetaCell/geppetto-meta
2.0.0
- 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
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
- 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
- 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
- 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
- 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
- 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
- Removes uses of uncommon theme attributes
- Adds props to allow customization
- Adds toolbar customization options to connectivity component
1.2.0 Rotation, VR and dependencies improvements
- 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
- React redux application doesn't start due to dev dependencies issues
- Expose DicomViewer scenes
- Refer to netpyne-ui issue 521: fixed maximisization of widgets