Skip to content

Releases: webfactorymk/ng2-canvas-whiteboard

Merges PR to add variables for fillColorPickerText and strokeColorPickerText

23 Sep 10:24
Compare
Choose a tag to compare

Add 2 new variables for controling the color picker button texts #68

Export all shapes so they can be unregistered, add 2 separate inputs for showing each colorPicker

09 Sep 10:26
Compare
Choose a tag to compare

Exports all existing canvas shapes, so that they can be easily unregistered from the canvas. (see README for unregistering the shapes).

Also, this version introduces two new Inputs, strokeColorPickerEnabled: boolean and fillColorPickerEnabled: boolean, also deprecates the colorPickerEnabled Input.

For the sake of reverse-compat, the colorPickerEnabled input is still there and it will be used in combination with the two new variables. (ex: colorPickerEnabled || fillColorPickerEnabled).

Export all shapes so they can be unregistered, add 2 separate inputs for showing each colorPicker

09 Sep 10:27
Compare
Choose a tag to compare

Exports all existing canvas shapes, so that they can be easily unregistered from the canvas. (see README for unregistering the shapes).

Also, this version introduces two new Inputs, strokeColorPickerEnabled: boolean and fillColorPickerEnabled: boolean, also deprecates the colorPickerEnabled Input.

For the sake of reverse-compat, the colorPickerEnabled input is still there and it will be used in combination with the two new variables. (ex: colorPickerEnabled || fillColorPickerEnabled).

Upgrade to Angular 10. Use ng-packagr as build tool, switch to angular-workspace

26 Aug 16:16
Compare
Choose a tag to compare

This version upgrades the library to have a peerDependency of angular 10. It also switches to an angular-workspace project for better maintainability and uses ng-packagr to build the library.

There is also one more package which serves as an example project which everyone can check out.

Even though no functionality should break, this is marked as a major version since there are changes in how the library is built.

Bump lodash from 4.17.11 to 4.17.13

11 Mar 17:03
Compare
Choose a tag to compare

Fixes to rxjs imports, @ViewChild static: true to canvases to support Angular8/9

11 Mar 16:56
Compare
Choose a tag to compare

Fix bug with production build minifying name of constructor for shape names

21 Nov 13:13
Compare
Choose a tag to compare

Add a method for exposing a copy of the update history

23 Sep 01:27
Compare
Choose a tag to compare

Angular v. < 6 - Add a method for exposing a copy of the update history

23 Sep 01:28
Compare
Choose a tag to compare

Remove karma test packages from package.json

19 Sep 13:19
Compare
Choose a tag to compare

These packages were removed because of a potential high risk security vulnerability in a package called parsejson.