Browse Source

Fix review comments

master
Yotam Berkowitz 6 years ago
parent
commit
be98231e3d
2 changed files with 4 additions and 2 deletions
  1. +2
    -2
      HISTORY.md
  2. +2
    -0
      misc/RELEASE_CHECKLIST_TEMPLATE.md

+ 2
- 2
HISTORY.md View File

@ -8,6 +8,7 @@ http://visjs.org
- Added #3394: Adds unit tests for add, setOptions and on/off DataSet
- FIX #3406: Eliminate possibility of 'window is undefined' during travis test
- Added #3402: added @macleodbroad-wf to the support team
- REFA #3442: Strapping down of Extend-routines in util.js
- FIX #3392: Addresses TODOs in Queue unit test by adding unit tests for setOptions and destroy
- Added #3354: Adds missing jsdoc and adds lint rule require-jsdoc to build process
- Added #3331 - Enable linting for Travis
@ -31,8 +32,7 @@ http://visjs.org
- FIX #3356 and #3297: IE11 svg image fixes
- FIX #3474: Make negative scaleFactor reverse middle arrow correctly
- FIX #3464: Fix handling of space before huge word in label text
- FIX #3467: Adjust for-in loops so they can deal with added properties in Array and Object prototypes
- REFA #3442: Strapping down of Extend-routines in util.js
- FIX #3467: Adjust for-in loops so they can deal with added properties in Array and Object prototype
- FEAT #3412: Add endpoint 'bar' to Network
- FIX #3403: Fixes sorting on Layout, refactoring
- FIX #3421: Added default sizes for nodes without labels

+ 2
- 0
misc/RELEASE_CHECKLIST_TEMPLATE.md View File

@ -29,6 +29,8 @@
- Bug-Fixes start with `FIX #issue:`
- New Features start with `FEAT #issue:`
- Refactors start with `REFA #PR:`
- Additional work start with `Added #PR:`
## Commit
- [ ] Commit the new version: `git commit -am "Release vX.Y.Z"`

Loading…
Cancel
Save