Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 573 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 573 Bytes

CHANGELOG

[Extensions] Add Marquee Selection Extension.

Thanks ubicleDowns/webgl-code-samples sorce code

  viewer.loadExtension('Viewing.Extension.MarqueeSelect')

press ctrl + alt key to activate marquee selection.

[Containers] Add i18n support with lib react-int && intl

[BaseComponet] The BaseComponent inherits formatMessage method provied by react-intl.

[Base] Share store in project by moving store into single file.