Skip to content

Latest commit

 

History

History
168 lines (105 loc) · 3.9 KB

CHANGELOG.md

File metadata and controls

168 lines (105 loc) · 3.9 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2023-05-07)

  • Update peer dependency to Angular >= 12 to support Angular 16

2.0.1 (2023-04-09)

  • Update peer dependency to Angular 12 - 15
  • Attempts to reset default styling to before v2. The viewer is quite difficult to style - especially when multiple viewers are on the screen. The integration app shows some ways to resize the viewer using positioning and vw/vh sizes

2.0.0 (2023-04-09)

  • Upgraded to Angular 14
  • Migrate from Travis to GitHub Actions for CI pipeline

1.6.1 (2022-11-08)

  • Fix issue with Travis CI build
  • PR #67 Make viewer component fit parent dimensions (with thanks to wladiarce)

1.6.0 (2022-04-10)

  • Bump packages to address security vulnerabilities
  • PR #44 Provide Script Service in root (with thanks to Damian Harasymczuk)

1.5.0 (2021-08-25)

1.4.0 (2021-04-20)

1.3.0 (2021-04-04)

  • Updated package dependencies
  • Added activate and deactivate methods to BasicExtension

1.2.6 (2021-02-07)

  • Updated package dependencies

1.2.5 (2020-05-23)

  • Updated package dependencies

1.2.4 (2020-03-14)

  • Updated package dependencies

1.2.3 (2019-12-09)

  • Updated package dependencies

1.2.1 (2019-11-07)

  • Assign random id to viewer div

1.2.0 (2019-09-20)

  • Forge Viewer typings are not included with the component as a dependency

1.1.2 (2019-08-11)

  • Update to latest viewer typings

1.1.1 (2019-07-12)

  • Updated README.md and added CHANGELOG.md and LICENSE

1.1.0 (2019-07-09)

  • Updated library to support Viewer version 7

1.0.1 (2019-07-09)

  • Updated library to Angular-cli/ng-packagr
  • Upgraded to Angular 8 and RxJS 6

0.2.2 (2019-05-11)

  • Update to latest forge viewer typings

0.2.1 (2019-02-22)

  • Fix build issue

0.2.0 (2019-02-22)

  • Switched to official Autodesk forge-viewer typings

0.1.7 (2019-01-08)

  • Added missing typings to support DockingPanel

0.1.6 (2018-12-21)

  • Correct return type of some typings (could lead to error TS7010 re. lacking a return type)

0.1.5 (2018-12-21)

  • Correct typings for toolbar UI

0.1.4 (2018-12-15)

  • Added typings and examples to show how to add toolbar buttons

0.1.3 (2018-09-15)

  • Upgrade to Viewer version 6.0

0.1.2 (2018-08-09)

  • Added a callback when sciprt have been loaded - so that extnesions can be registered before the viewer app is initialised
  • Added a test extension to exercise loading additional extensions

0.1.1 (2018-06-30)

Events to indicate the viewer is loaded and ready to use have been refactored in to one call back that indicates the viewer is ready. The callback is delcared on the ViewOptions passed in to the viewer component. See README.md for more info.

0.1.0 (2018-06-28)

Upgrade to Forge Viewer v5

0.0.25 (2018-05-20)

Minor documentation changes

0.0.24 (2018-05-07)

The first release of the package with full integration tests