Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit d8860d7

Browse files
authored
Update README.md
1 parent 2713118 commit d8860d7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33

44
## Canvas version changes
5-
#### v3.0.4 Fixes a bug with production build and recognition of shape names by adding an abstract method in the base Shape class.
5+
#### v3.1.1 Audits the npm packages and upgrades the lodash version from 4.17.11 to 4.17.13
6+
7+
#### v3.1.0 Merges the pull request from https://github.com/webfactorymk/ng2-canvas-whiteboard/pull/55 to allow the component to be used in Angular 8 and 9 applications. Also fixes the imports for rxjs items from 'rxjs/index' to 'rxjs'
68

9+
#### v3.0.4 Fixes a bug with production build and recognition of shape names by adding an abstract method in the base Shape class.
710

811
#### v3.0.0 Removes the `rxjs-compat` library and adds `rxjs^6`. This means that older versions will not be supported if they upgrade to `ng2-canvas-whiteboard^3.0.0`.
912
#### *This version also changes the way of how this library is built and made ready for publish.*
@@ -470,4 +473,4 @@ If this is the case you may want to call a resize event for the window for the s
470473
window.dispatchEvent(new Event('resize'));
471474
}, 1);
472475
}
473-
```
476+
```

0 commit comments

Comments
 (0)