Skip to content

Commit 1ea75c7

Browse files
authored
Merge pull request bluehalo#52 from Asymmetrik/develop
v4 - d3 v5 and several fixes/updates
2 parents 90179f6 + 822df12 commit 1ea75c7

22 files changed

+1071
-1023
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2007-2017 Asymmetrik Ltd, a Maryland Corporation
3+
Copyright (c) 2007-2018 Asymmetrik Ltd, a Maryland Corporation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,18 @@ Getter for the actual fps (based on the actual time between the last two animati
520520

521521
## Changelog
522522

523+
### Version 4.x
524+
525+
#### D3 v5
526+
We now support D3 v5. Only minor changes were required.
527+
528+
#### Fix for Leaflet > 1.2 Mixins Deprecation Warning
529+
Updated the events include reference to remove the warning about using L.Mixins.Events
530+
531+
#### Migrated to npm run based build
532+
Not really an external facing thing, but matters if you're trying to build the library.
533+
534+
523535
### Version 3.x
524536

525537
#### Dropping Support for Leaflet 0.7.x

0 commit comments

Comments
 (0)