Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamberk committed Oct 12, 2017
1 parent d828ad0 commit be98231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions misc/RELEASE_CHECKLIST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit be98231

Please sign in to comment.