- Four new showcases
- New welcome page
- Neighbors function can now take string id as argument
- Chart and time bar no longer override specified CSS styles
- Glyphs have a default gray color (note this represents a breaking change in scenarios where you have icons or images in glyphs without a background color specified)
- More stories use the data panel now
- Path finding demo now shows times and distances
- Bugs fixed:
- Time bar selections weren't always consistent with state
- onChartChange now reports why:'auto' correctly
- Layout was not always happening in some circumstances
- Chart options for selection weren't unsettable
- Animation timing was wrong for multiple simultaneous transfers between combos
- Downloads
- ReGraph Version 0
0.10.0
0.9.0
- New example showing combos and time bar together
- Fix for bug where combos didn't rearrange when asked
- Change in behavior for selected nodes that have links into combos
- Chart options navigation example improved
- Many documentation improvements
- TypeScript breaking changes:
- Layout → LayoutOptions
- pingOptions → PingOptions
- imageOptions → ImageOptions
0.8.0
- Fix for filtering items in combos with more than one level
- Improved animations between combo states
- Various combo fixes for custom ids
- Labels have a maxLength property (this was mistakenly called 'truncate' in earlier versions)
- Many documentation fixes
0.7.2
- Fix for import via commonjs.
0.7.1
- Fix for 'double bounce' issue when animating some state transitions
- Fix for items becoming detached from combos in some circumstances
- Fix for combo shortest paths example
0.7.0
- Added TypeScript support
- Exposed underlying Leaflet object for map customization in Geo mode
- New Geo layering example
- Added 'ping' animations to nodes and links
- Export of Chart to PNG format
- The time bar allows three selection lines rather than just one
This release has one breaking change in the analysis namespace: shortestPath return values 'one' and 'onePath' now return an ordered array of ids along the path.
0.6.0
- Sequential layout added to layout examples
- Significantly improved memory management when showing/hiding the React components repeatedly
- Rendering performance is now 50% faster
- Lens layout is now better at handling mixtures of node sizes, as are combo arrangements
0.5.0
- Combo animation improvements - some transitions are now much smoother
- Added a data tab to stories so developers can see the data the story uses
- Time bar has a minimum height of 100px if height not specified
- Changed dependencies: webfontloader is now a full dependency of ReGraph
- Corrected license statement in package.json
- Fixed some combo issues