mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 14:53:09 +08:00
update CHANGELOG with new version
This commit is contained in:
parent
8b2f847850
commit
2ee1827564
@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Not released][Not released]
|
||||
|
||||
## [1.7.2][2017-10-11]
|
||||
|
||||
### Fixed
|
||||
- Fixed `Konva.document is undefined`
|
||||
|
||||
## [1.7.1][2017-10-11]
|
||||
|
||||
### Changed
|
||||
|
@ -245,15 +245,15 @@
|
||||
glob.Konva = Konva;
|
||||
Konva.global = glob;
|
||||
|
||||
Konva.document = document;
|
||||
Konva.window = window;
|
||||
|
||||
if (typeof exports === 'object') {
|
||||
module.exports = Konva;
|
||||
return;
|
||||
} else if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module.
|
||||
define(function() {
|
||||
return Konva;
|
||||
});
|
||||
}
|
||||
Konva.document = document;
|
||||
Konva.window = window;
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user