Skip to content

Latest commit

 

History

History
109 lines (85 loc) · 7.27 KB

CHANGELOG.md

File metadata and controls

109 lines (85 loc) · 7.27 KB

Change Log

v0.5.0 (2016/08/25 09:27 +00:00)

  • #150 Add Peaks.destroy method (@jdelStrother)

v0.4.9 (2016/08/24 15:38 +00:00)

  • #151 Report XHR errors (@jdelStrother)
  • #152 Revert 45411a42bd1f814210dff2a75e386cab8fbb452c to use npm version of waveform-data (@oncletom)

v0.4.8 (2016/08/18 22:23 +00:00)

  • #9705993 Fixed bug in defaultInMarker() which caused the wrong colour to be used for left-hand segment markers (@chrisn)
  • #7fe4b18, #a26e9ed Renamed keyboard events (@chrisn)
  • #a37a4f2 Updated to EventEmitter v1.0.x (@chrisn)
  • #41632f5 Updated to Konva v1.0.x (@chrisn)
  • #99f2769 Fixed adding points from Peaks.init() (@chrisn)
  • #144 Use Konva.FastLayer for drawing waveforms (@jdelStrother)
  • #143 Improve addSegment() method signature (@jdelStrother)
  • #142 Serve media from Karma during tests (@jdelStrother)
  • #141 Add/remove points and segments by ID (@jdelStrother)
  • #140 Expose browserified version as package.json@main property (@oncletom)
  • #139 Fixed keyboard right-shift bug (@chrisn)
  • Numerous other refactorings (@chrisn)

v0.4.6 (2015/09/29 10:57 +00:00)

  • #127 Bugfix: Don't add waveform layer to the overview stage twice and ensure the UI layer is on top (@johvet)
  • #125 Node 0.12 and iojs compability (@oncletom)
  • #120 Explicit segment draw on drag resize (@oncletom)
  • #121 Make more colors configurable (@ziggythehamster)

v0.4.5 (2015/07/02 10:45 +00:00)

  • #123 Allow alternate zoom adapters, add a static (non-animated) zoom adapter, add more safety checks (@johvet, @ziggythehamster)

v0.4.4 (2015/06/30 06:55 +00:00)

  • #122 Fix typo, seeking instead of seaking (@johvet)
  • #113 Make the axis label and gridline colors configurable (@ziggythehamster)
  • #111 Initial error logging function for async errors. (@oncletom)
  • #108 fix for bug #105 (@un-chein-andalou)

0.4.3 (2014/10/15 12:34 +00:00)

  • #101 deamdify and browserify back to optionalDependencies. (@oncletom)

0.4.1 (2014/10/09 19:12 +00:00)

  • #86 Fix Kinetic bower path in README. (@oncletom)

0.4.0 (2014/09/24 12:15 +00:00)

  • #72 Upgrade to Kinetic 5.10 (@oncletom)
  • #84 Switch from SauceLabs to BrowserStack (@oncletom)
  • #81 beforeEach -> before, afterEach -> after (@oncletom)
  • #78 peaks.points.removeAll() method (@oncletom)

0.3.2 (2014/09/10 09:51 +00:00)

  • #79 EventEmitter2 prototype workaround. (@oncletom)
  • #75 Travis + IE9 tests to work again (@oncletom)

0.3.1 (2014/09/08 11:05 +00:00)

  • #74 0.3 Build System Fix (@oncletom)

0.3.0 (2014/08/21 13:19 +00:00)

  • #71 eventEmitter -> eventemitter2 (@oncletom)

0.3.0-beta.5 (2014/07/10 17:28 +00:00)

  • #62 Added waveformZoomReady event (after segments and points initialized) (@chainlink)

0.3.0-beta.3 (2014/07/10 16:14 +00:00)

  • #66 Simplified build system. (@oncletom)
  • #63 Fixed Bug when using grunt build for vanilla JS (Kinetic Not Found). (@chainlink)
  • #52 Custom Height for each container (@bbcrd)

0.3.0-beta.2 (2014/06/28 16:31 +00:00)

  • #51 Delete segments (@bbcrd)

0.3.0-beta.1 (2014/06/27 19:26 +00:00)

  • #50 Peaks build system. (@oncletom)

0.2.1 (2014/03/24 17:47 +00:00)

  • #43 Fixing SYNTAX_ERR: DOM Exception 12 in Safari (@oncletom)
  • #28 Segment improvement (@oncletom)

0.2.0 (2014/03/13 17:58 +00:00)

  • #36 Ability to work with a video element as well (@oncletom)
  • #39 Fixing the FAILED Peaks.segments "before each" hook breaking CI (@oncletom)
  • #38 Removing the requirejs builder (@oncletom)
  • #37 Emitting a segments.ready event. (@oncletom)
  • #35 Simplifying the AMD tree (@oncletom)
  • #32 Resize event is assigned to window and not the Peaks instance (@oncletom)
  • #33 Enforcing strict mode (@oncletom)

0.0.6 (2014/02/19 22:31 +00:00)

  • #30 Clicking in the zoomview should just change the playhead position (@oncletom)

0.0.5 (2014/02/17 19:26 +00:00)

  • #25 Dragging zoomview bug (low priority) (@oncletom)
  • #24 Out of Range bug (@oncletom)

0.0.4 (2014/02/06 18:09 +00:00)

  • #22 Seeking not working (@oncletom)

0.0.3 (2014/01/30 16:56 +00:00)

  • #17 [READY] Moving the playhead in views should update the audio element currentTime (@oncletom)
  • #16 IE9: Unable to get value of the property 'createSegment': object is null or undefined (@oncletom)
  • #3 [WIP] Adding TravisCI + Saucelabs (@oncletom)
  • #13 Migrating to Mocha+Chai for tests (@oncletom)

0.0.2 (2014/01/28 16:07 +00:00)

  • #12 element.currentTime side-effect (@oncletom)
  • #5 [READY] Segments performance boost (@oncletom)

0.0.1 (2013/12/14 09:42 +00:00)

  • #1 bower install failing for me (@oncletom)