UNPKG

react-wavesurfer

Version:

React component wrapper for wavesurfer.js

216 lines (192 loc) 26.2 kB
## Change Log ### upcoming (2016/08/21 14:46 +00:00) - [4514c64](https://github.com/mspae/react-wavesurfer/commit/4514c64a586637534928f733a638da6d3d2f0814) updated CHANGELOG.md for 0.7.1 (@mspae) ### v0.7.1 (2016/08/21 14:45 +00:00) - [d900ba4](https://github.com/mspae/react-wavesurfer/commit/d900ba4baed83b45eba648d64da831d1ca8fb73e) formatting (@mspae) - [0d870a8](https://github.com/mspae/react-wavesurfer/commit/0d870a88a1e5b7471fcd582665da336f708ada2d) wavesurfer.js is a peerDependency (@mspae) - [ba4edd4](https://github.com/mspae/react-wavesurfer/commit/ba4edd40da2efc072c414030155031689d188e29) formatting (@mspae) - [be5360b](https://github.com/mspae/react-wavesurfer/commit/be5360b0e327f849dda239fd198c4399db484360) bumped version to 0.7.1 (@mspae) - [1bf6077](https://github.com/mspae/react-wavesurfer/commit/1bf6077c5b483b8d5d3f505a1deed9e99b3a72f4) wavesurfer.js is a devDependency (@mspae) - [b073f0b](https://github.com/mspae/react-wavesurfer/commit/b073f0b833d2414a46619ddd8b480578be147ce9) prop type for children allows several child components (@mspae) - [c9e07f1](https://github.com/mspae/react-wavesurfer/commit/c9e07f163387857b8fe694ad4cb59f6543d119c9) updated CHANGELOG.md and README.md (@mspae) - [53b9a36](https://github.com/mspae/react-wavesurfer/commit/53b9a367ae31e3f785505353c6fecbd4fa2f8740) updated CHANGELOG.md for v0.7.0 (@mspae) ### v0.7.0 (2016/08/17 18:14 +00:00) - [777b836](https://github.com/mspae/react-wavesurfer/commit/777b83661e3f093c76d24261a7a79175fbfa3092) bumped version to 0.7.0 (@mspae) - [a5063ba](https://github.com/mspae/react-wavesurfer/commit/a5063ba1abdc23e7f0cb55618c2c80491518e832) added minimap build target to config (@mspae) - [2a45537](https://github.com/mspae/react-wavesurfer/commit/2a45537f170dcdc9ae55bad45ea4808d2db19809) added minimap plugin component (@mspae) - [a64e7ee](https://github.com/mspae/react-wavesurfer/commit/a64e7eed810803682d5ed8a0a00910fe9587bc30) removed unused reference to onReady callback in timeline example (@mspae) - [b700117](https://github.com/mspae/react-wavesurfer/commit/b700117e9ed20a4cb5d28375248472aad8e84cd2) updated CHANGELOG.md for 0.6.0 (@mspae) ### v0.6.0 (2016/08/16 13:33 +00:00) - [a14459d](https://github.com/mspae/react-wavesurfer/commit/a14459d5f09e0c694f752898762a26139a3fbd7e) bumped version to 0.6.0 (@mspae) - [0b39ad9](https://github.com/mspae/react-wavesurfer/commit/0b39ad97587814ba3848f9dabdcf9ddb43217b92) changed github username in CHANGELOG.md (@mspae) - [78d7269](https://github.com/mspae/react-wavesurfer/commit/78d72696b43fd51c6de1de0cff68cdea823c0ea7) expose wavesurfer.js to global in main build (@mspae) - [ca9b8ae](https://github.com/mspae/react-wavesurfer/commit/ca9b8aef9e63147756daea3abc7f12afc7ad85ef) exposed WaveSurfer to window object to attach plugins to it (@mspae) - [aaca4a6](https://github.com/mspae/react-wavesurfer/commit/aaca4a625117c43815ddf50ec93f432ab68d66b7) renamed webpack.config.js to more descriptive dev.config.js (@mspae) - [8a83e28](https://github.com/mspae/react-wavesurfer/commit/8a83e2811aa48212c78be0478ae5460585ba619e) updated changelog (@mspae) ### v0.5.2 (2016/06/12 12:18 +00:00) - [c5cdd22](https://github.com/mspae/react-wavesurfer/commit/c5cdd22931619c5565329905d5436ccf409b3915) 0.5.2 (@mspae) - [2b01d1a](https://github.com/mspae/react-wavesurfer/commit/2b01d1ab319e575603d572cc4154d9ba218114a5) updated README (@mspae) - [0eeba95](https://github.com/mspae/react-wavesurfer/commit/0eeba95cd5c876d650dd14c9bdee9298de775b09) corrected comment (@mspae) - [29ea327](https://github.com/mspae/react-wavesurfer/commit/29ea327478bb972762f248debf1cea20bc95e9ca) added more comments (@mspae) - [2145a6d](https://github.com/mspae/react-wavesurfer/commit/2145a6df8908f0ebdf56216485e649a7ea8f4960) add check for updated mediaElt prop (@mspae) - [740c165](https://github.com/mspae/react-wavesurfer/commit/740c165205fa6d8f7436fed550cf3bb71f6da067) updated mediaElt example (@mspae) - [29b0719](https://github.com/mspae/react-wavesurfer/commit/29b07192720861309cbe2ea8456481c22ee4be90) refactored mediaElt loading into _loadMediaElt, added support for html element (@mspae) - [325233e](https://github.com/mspae/react-wavesurfer/commit/325233ee3dcc62225950b7eeb7565c0314165261) update prop type validation to allow an html element for mediaElt (@mspae) - [d91a6d8](https://github.com/mspae/react-wavesurfer/commit/d91a6d8afcfafe1b096daf15c9ba83b3c486e0bf) removed obsolete _isPlaying flag (@mspae) - [2f91847](https://github.com/mspae/react-wavesurfer/commit/2f9184762f1edd1914e118a672d7e18af2e568ef) added changelog and changelog gen script (@mspae) ### v0.5.1 (2016/06/10 17:40 +00:00) - [bd899cd](https://github.com/mspae/react-wavesurfer/commit/bd899cdb69150c46ea8f6b178f258f947af1f2d6) bumped version (@mspae) - [dc176a2](https://github.com/mspae/react-wavesurfer/commit/dc176a27bbdfa17c31c3e926c505d5a1812108c6) removed unnecessary default props (@mspae) - [c4c9419](https://github.com/mspae/react-wavesurfer/commit/c4c9419f19a2df2571fca4806fe8960444cff707) update mediaElement example with new mediaElt prop name (@mspae) - [3b07924](https://github.com/mspae/react-wavesurfer/commit/3b0792413f7729fe2a231e5542cbd8295fa2830e) updating peaks works for audioFile and mediaElt audio source (@mspae) - [811b968](https://github.com/mspae/react-wavesurfer/commit/811b96863a97be968e8c362376ee829b85dba349) if using mediaElt, set the backend to MediaElement (@mspae) - [096a3b2](https://github.com/mspae/react-wavesurfer/commit/096a3b22c1581a4bb2dbcafaf78bb0b85eee8619) updated propname mediaEltId to mediaElt to make it more generic (@mspae) - [dadac1b](https://github.com/mspae/react-wavesurfer/commit/dadac1bba9c5ac2dc3b1cd6d2b627cc3fef31d46) updated wavesurfer dependency (@mspae) - [8cec2b1](https://github.com/mspae/react-wavesurfer/commit/8cec2b1e1bedeafcddbced4569751c207dcf0f5d) media element example (@mspae) - [6e007a9](https://github.com/mspae/react-wavesurfer/commit/6e007a990f47335c71d5bd5d92d3a8d2b9cb6d7e) added peaks example (@mspae) ### v0.5.0 (2016/06/09 20:29 +00:00) - [5a7c66a](https://github.com/mspae/react-wavesurfer/commit/5a7c66abf0a810ae1acc6ba94749ae78ea884edf) updated documentation (@mspae) - [ddfab71](https://github.com/mspae/react-wavesurfer/commit/ddfab71fab57a40c21746a70a0a44ddb9f95a954) bumped version (@mspae) - [b4aa696](https://github.com/mspae/react-wavesurfer/commit/b4aa696db5ad3590cb289a8723e471083aafd956) added shouldComponentUpdate (@mspae) - [5d90b48](https://github.com/mspae/react-wavesurfer/commit/5d90b4836af754333628bcb816839dffdb2607b7) updated comments (@mspae) - [64d8b3a](https://github.com/mspae/react-wavesurfer/commit/64d8b3a353e45d8d5c2e64f42de42a9cf40c4b1b) Added initial check for the mediaEltId (@mspae) - [#18](https://github.com/mspae/react-wavesurfer/pull/18) Merge pull request #18 from timbofield/master (@timbofield) - [0ed252c](https://github.com/mspae/react-wavesurfer/commit/0ed252cbd6731a88c5e24b8faa872cb380b89e11) Merge branch 'master' into HEAD (@tim-field) - [3f9b56c](https://github.com/mspae/react-wavesurfer/commit/3f9b56c27bca7f0b23819f1eb3e1636f3812f39a) fix typo (@tim-field) - [#17](https://github.com/mspae/react-wavesurfer/pull/17) Merge pull request #17 from therewasaguy/loadMediaElt (@therewasaguy) - [a55a98b](https://github.com/mspae/react-wavesurfer/commit/a55a98b3dbe344efb31fbcde735c6fdc41aaf6f6) add prop validation (@tim-field) - [58a881c](https://github.com/mspae/react-wavesurfer/commit/58a881c235269352d41d98c277e73a0481ea80c8) Enable peaks property (@tim-field) - [8f98cc2](https://github.com/mspae/react-wavesurfer/commit/8f98cc2f09156ba2ae32244d5516c4ab25d9422d) remove logging (@therewasaguy) - [fac3667](https://github.com/mspae/react-wavesurfer/commit/fac3667a8afbde6072dd5f1a72b1d26e92ef7ad9) load existing media element with precomputed peaks (@therewasaguy) - [4622a72](https://github.com/mspae/react-wavesurfer/commit/4622a72c4d1f13de0d382de5bfa6cce2c9c1bc5e) update load type checker and wavesurfer version to allow loadMediaElt (@therewasaguy) - [#15](https://github.com/mspae/react-wavesurfer/pull/15) Merge pull request #15 from alfonsodev/regions-events-fix (@alfonsodev) - [11faa37](https://github.com/mspae/react-wavesurfer/commit/11faa37b05fc8fb6e252dbf286ee184310ae7376) removing trailing spaces that were stopping events to be hooked (@alfonsodev) ### v0.4.4 (2016/04/20 09:40 +00:00) - [8e748ce](https://github.com/mspae/react-wavesurfer/commit/8e748ce82ce3c072cc516672eed75aa1bdc2315a) bumped version (@mspae) - [066d97c](https://github.com/mspae/react-wavesurfer/commit/066d97c4fb810b6e7badbbd313aca28a5a9daced) removed duplicate entry from npmignore (@mspae) ### v0.4.3 (2016/04/20 09:38 +00:00) - [cdabd55](https://github.com/mspae/react-wavesurfer/commit/cdabd55ed9d3153c4934e7b925271b456ea6813a) bumped version and fixed formatting (@mspae) - [b6a5c96](https://github.com/mspae/react-wavesurfer/commit/b6a5c9613842407f769abd56118aaa34726d2057) Merge branch 'ffxsam-init-call-fix' (@mspae) - [d4db46c](https://github.com/mspae/react-wavesurfer/commit/d4db46c0271052fc3c0768cc73389e25d520ab45) fixed merge conflicts (@mspae) ### v0.4.2 (2016/04/19 20:21 +00:00) - [aa32b15](https://github.com/mspae/react-wavesurfer/commit/aa32b1528f7769626bece8666695055b0d6b07a9) bumped version (@mspae) - [9c0d94c](https://github.com/mspae/react-wavesurfer/commit/9c0d94c74e03d92b99099f6d743b1082fd260a97) only update regions if the wavesurfer instance was ready before, see #11 (@mspae) - [30a27d1](https://github.com/mspae/react-wavesurfer/commit/30a27d1f2d19f1cf2206ad3c4ffa60102e9c51c5) added build directory to .gitignore, see #13 (@mspae) - [62c3850](https://github.com/mspae/react-wavesurfer/commit/62c38509a0aa472332924928e7e280be1b0003cd) Fixed a bad method call (init should've been _init) (@ffxsam) ### v0.4.1 (2016/03/29 22:33 +00:00) - [98150ae](https://github.com/mspae/react-wavesurfer/commit/98150aeea7a0877cec64cd0a0aad94a891dd44f1) bumped version (@mspae) - [0b97301](https://github.com/mspae/react-wavesurfer/commit/0b97301473531494d20f296f7750e6034026df08) updated linting task (@mspae) - [320c407](https://github.com/mspae/react-wavesurfer/commit/320c407766973f1cf6c21320eca4be785b4f3dde) added timeline to Readme, added development docs, other minor corrections (@mspae) - [48b535d](https://github.com/mspae/react-wavesurfer/commit/48b535d1ccd659a6d7ed8e0051b2c2dcc50dd3e7) updated build (@mspae) - [82b05bd](https://github.com/mspae/react-wavesurfer/commit/82b05bddfabec9e832d22d139bb9136e8e270f63) refactoring of regions plugins, fixed wrong object iteration (@mspae) - [d146f65](https://github.com/mspae/react-wavesurfer/commit/d146f659e686918f5447c1100123766872b99322) fixed wrong prop type checks (@mspae) - [fe54bcb](https://github.com/mspae/react-wavesurfer/commit/fe54bcbae4faf0dd166221bebf909d1d959ee0be) plugin child components don't receive props of parents directly (@mspae) - [3f840da](https://github.com/mspae/react-wavesurfer/commit/3f840daf2cc4948ac1103da41cff06c9169bf474) wavesurfer prop is optional in checks so no errors are thrown when the element is cloned to add props (@mspae) - [dfa0f04](https://github.com/mspae/react-wavesurfer/commit/dfa0f04649f73b81009527583e7afa0ae105616b) better timeline option example (@mspae) ### v0.4.0 (2016/03/28 14:41 +00:00) - [f2ac417](https://github.com/mspae/react-wavesurfer/commit/f2ac417ac7f1cf64b070ffcb34f78e1dc2ed460c) Bumped version number (@mspae) - [f405387](https://github.com/mspae/react-wavesurfer/commit/f405387eac29b251ce9b64a943d54d8ecc07e3fe) Updated build (@mspae) - [52f1309](https://github.com/mspae/react-wavesurfer/commit/52f1309b0e9ab4fbd663946dd54d11d809d903c5) Updated Readme with cool badges (@mspae) - [e31f4f9](https://github.com/mspae/react-wavesurfer/commit/e31f4f96b82aa6c3e6d75c11604b5dcf47b14778) code checking with eslint & jscs (@mspae) - [153bdb6](https://github.com/mspae/react-wavesurfer/commit/153bdb60174f0b00b7185e8f8e155a08501fed3c) removed obsolete vendor files (@mspae) - [8bb6cc0](https://github.com/mspae/react-wavesurfer/commit/8bb6cc065ae18abaeb312f2592ba5e616b870213) base component children prop merge hierarchy (@mspae) - [12a96fe](https://github.com/mspae/react-wavesurfer/commit/12a96fed3958f2710c743ec64f7f9c1ce6aa52cf) Updated .npmignore (@mspae) - [60ead5b](https://github.com/mspae/react-wavesurfer/commit/60ead5bc3be917461b2ddff3c239d384bafb7592) added new eslint/jscs config (@mspae) - [d273ed5](https://github.com/mspae/react-wavesurfer/commit/d273ed556035256f4b6169190ab2bb19ac8dd7e7) Updated Readme (@mspae) - [a5ca5a5](https://github.com/mspae/react-wavesurfer/commit/a5ca5a530051b9f72e47ffe8106396ef3ad3a1fa) Updated build (@mspae) - [d464fbe](https://github.com/mspae/react-wavesurfer/commit/d464fbe0a82d7d44614c3bdb4cc976ebaac0f246) Updated regions example (@mspae) - [117c506](https://github.com/mspae/react-wavesurfer/commit/117c506732b16e906490a04ae93f539094c57b89) cooler simple example (@mspae) - [1efd94c](https://github.com/mspae/react-wavesurfer/commit/1efd94c0430f1e77bd64336ca2330acd107f4120) Regions are updated via props (@mspae) - [196efcf](https://github.com/mspae/react-wavesurfer/commit/196efcf1a225eded3dacd79061425d2bfc98f801) wavesurfer.js is now a dependency and not a dev-dependency (@mspae) - [d1319de](https://github.com/mspae/react-wavesurfer/commit/d1319de18500f4e961b41c2c9fe1c4c4ffe2cbf3) deep-assign instead of object-assign (@mspae) - [27fbd84](https://github.com/mspae/react-wavesurfer/commit/27fbd845dd6f2d3e2bc000be9c7c51760bc899d9) updated eslint config (@mspae) - [a2b8b94](https://github.com/mspae/react-wavesurfer/commit/a2b8b943cdab7fb9aff465ca54e2857e496a8904) Removing obsolete debugging console log statement (@mspae) - [dd8db69](https://github.com/mspae/react-wavesurfer/commit/dd8db69ec8a79c24f1fa3013eb36b9bc5584b0be) wavesurfer.js is now an external dependency of the component and any plugin components (@mspae) - [1764a29](https://github.com/mspae/react-wavesurfer/commit/1764a2913eba96dfb69ba0a61618c383d91ad6a4) updated builds (@mspae) - [dd9d6d3](https://github.com/mspae/react-wavesurfer/commit/dd9d6d315cc048600eeb7d1d4f0f0cba9a2d3b25) trying out builds (@mspae) - [82fd33b](https://github.com/mspae/react-wavesurfer/commit/82fd33b08b180c3cef2356fdb515bf11acf9ba75) New build (@mspae) - [c622acf](https://github.com/mspae/react-wavesurfer/commit/c622acf780f4300008fa2504d362fedc01163bc9) Added timeline plugin and example (@mspae) - [e7ee383](https://github.com/mspae/react-wavesurfer/commit/e7ee383b404d64fc6f097189e5ab54a3606a9dc0) Updated build process: plugins now don't bundle wavesurfer.js, only the wavesurfer plugin code, the root component does bundle wavesurfer.js. (@mspae) - [11ee017](https://github.com/mspae/react-wavesurfer/commit/11ee017ca676a98a0903fcbedb4d2765af204a12) refactored example code into seperate files (@mspae) - [6669126](https://github.com/mspae/react-wavesurfer/commit/6669126d872ad3521cffa0ea0638355cc893bbb8) layout using bootstrap (@mspae) - [e8f1070](https://github.com/mspae/react-wavesurfer/commit/e8f1070c439da32e8823aad2fafbb170f13e19c4) added bootstrap html markup (@mspae) - [a1c104b](https://github.com/mspae/react-wavesurfer/commit/a1c104bc3c2326e3af6f2e891ef020a02a990eae) Added call to zoom example component (@mspae) - [a8a8dc5](https://github.com/mspae/react-wavesurfer/commit/a8a8dc52b0fe0ec7ce35e08e83b81c1a8cb4e288) removed old handleReady function from example (@mspae) - [6797815](https://github.com/mspae/react-wavesurfer/commit/67978154c109f80adb4f3aa8724eab67f1b35070) added zoom prop (@mspae) - [2f7d099](https://github.com/mspae/react-wavesurfer/commit/2f7d09963bc0ef21675f520c2c03ae0b3de480e1) added bootstrap to index html and remove old styles (@mspae) - [42c1d01](https://github.com/mspae/react-wavesurfer/commit/42c1d01dd1dd1d9a54655e7ddb055e5db4ea494c) added zoom example (@mspae) - [bf48424](https://github.com/mspae/react-wavesurfer/commit/bf48424606f8a0e977fc288441b81f38b52dff3a) added no Errors plugin to webpack dev config (@mspae) - [1d604c7](https://github.com/mspae/react-wavesurfer/commit/1d604c7a270f9fe767f219387bb47b23966c8a9c) Merge branch 'regions-plugin' (@mspae) - [5a9f91b](https://github.com/mspae/react-wavesurfer/commit/5a9f91bc05a82325421ab76124a3f0e9b78f9733) Better regions click example (@mspae) - [15598c7](https://github.com/mspae/react-wavesurfer/commit/15598c7e9ec375e1243357f5d43f7e992328ffd5) added region events, updated hookUpEvents function with support for hyphens in event names (@mspae) - [e60951e](https://github.com/mspae/react-wavesurfer/commit/e60951e45276bee5e301095defa0f77fe80a78b6) Rename dist directory to lib, more efficient minification config by using assign to extend the default dist.config.js (@mspae) - [4157b08](https://github.com/mspae/react-wavesurfer/commit/4157b08cd94661b084f1c056bb647fa82162ee14) working wavesurfer webpack alias with path joined location (@mspae) - [3f8c7ff](https://github.com/mspae/react-wavesurfer/commit/3f8c7ffae9e6338b3b31a888ce7cfb4310b8274c) Removed obsolete react-wavesurfer entry point in development webpack config (@mspae) - [b2211ef](https://github.com/mspae/react-wavesurfer/commit/b2211ef02beb857803bf87fb230660df81527377) Updated examples with regions example (@mspae) - [3eee67e](https://github.com/mspae/react-wavesurfer/commit/3eee67e365228112c7346b848b9bc584f8640b58) react-wavesurfer root script renders child components and passes them the wavesurfer instance along with the props (@mspae) - [ee0fef6](https://github.com/mspae/react-wavesurfer/commit/ee0fef610acba660e81731e7523dbc42b82ee30b) added plugin source file, updated webpack dist config (@mspae) - [9c32e02](https://github.com/mspae/react-wavesurfer/commit/9c32e0204c502bece5eceda91c95810d71e67139) Merge branch 'volume-prop' (@mspae) - [a306acd](https://github.com/mspae/react-wavesurfer/commit/a306acd4efa3634e1e68bf6caa5a91337c2b89a2) class → className (@mspae) ### v0.3.0 (2016/03/20 16:55 +00:00) - [90420ea](https://github.com/mspae/react-wavesurfer/commit/90420eac19efcc437ef7ef34c85ac62509abe193) bumped version (@mspae) - [05334a9](https://github.com/mspae/react-wavesurfer/commit/05334a96b819ced349db751c9d54b93efada23ae) updated example with volume options, updated README.md to document new prop (@mspae) - [83d09a6](https://github.com/mspae/react-wavesurfer/commit/83d09a61e6d18c56755e2b8a7f0efc500594fd00) removed dev console log statement (@mspae) - [7ac1808](https://github.com/mspae/react-wavesurfer/commit/7ac180872ec5f6578ff9767b83d68dde8a596893) added volume prop and volume prop example (@mspae) - [4c5d535](https://github.com/mspae/react-wavesurfer/commit/4c5d5355aafc4935b2edbc858d7d370e7cf7ccfe) fixes #8 (@mspae) - [ea671b8](https://github.com/mspae/react-wavesurfer/commit/ea671b888e84e08cd85bb1f7944a5647df70ec79) Added playing status on example page (@mspae) - [2a8f04b](https://github.com/mspae/react-wavesurfer/commit/2a8f04b3f5edebbe9164b8ebde20ed974b2030ca) removed old commented code for plugins (@mspae) - [1bb7397](https://github.com/mspae/react-wavesurfer/commit/1bb73978f2bbed87363376f72a6185811a1470df) updated example with pos number input and initial loading pos (@mspae) - [81c39d6](https://github.com/mspae/react-wavesurfer/commit/81c39d6b1c00ffe8800da3a1f785957b781b802e) added pos input element to example (@mspae) - [12dfe92](https://github.com/mspae/react-wavesurfer/commit/12dfe9253862b42e5a63acffface789980733baf) Removed obsolete dependencies (@mspae) - [aaf42cd](https://github.com/mspae/react-wavesurfer/commit/aaf42cde0cf4419fdb32fc2351b36de5f445e7cf) Removed obsolete lodash dependency and changed from merge to object-assign (@mspae) - [ee48eb8](https://github.com/mspae/react-wavesurfer/commit/ee48eb8a4051a7b15aa811eb0ce8058c6a85d744) Removed commented regions code (@mspae) - [29d2934](https://github.com/mspae/react-wavesurfer/commit/29d2934238efbd43226781225d6ec344491904ab) Updated to new wavesurfer.js version (@mspae) - [9470c0e](https://github.com/mspae/react-wavesurfer/commit/9470c0ed06fb6d5b67740d8ee50b7e6e1857e5a7) Updated build system to use npm scripts object instead of dedicated server.js file, dev server is now provided via http://localhost:8080/webpack-dev-server/ (@mspae) ### v0.2.4 (2016/02/26 15:23 +00:00) - [6a5d50a](https://github.com/mspae/react-wavesurfer/commit/6a5d50abab9d72f03b3498224df8a6f65179d804) bumped version (@mspae) - [#5](https://github.com/mspae/react-wavesurfer/pull/5) Merge pull request #5 from omerts/master (@omerts) - [a928786](https://github.com/mspae/react-wavesurfer/commit/a9287861058a380b2135eb0b4b9e07bb63b746b4) Fix issue (@omerts) - [#3](https://github.com/mspae/react-wavesurfer/pull/3) Merge pull request #3 from omerts/patch-1 (@omerts) - [2ccc9fe](https://github.com/mspae/react-wavesurfer/commit/2ccc9fe0822c913b73a3d4f5b533d6581cd12d87) Fixed pos prop (@omerts) - [#2](https://github.com/mspae/react-wavesurfer/pull/2) Merge pull request #2 from austinpray/patch-1 (@austinpray) - [8b29474](https://github.com/mspae/react-wavesurfer/commit/8b2947456476276e86063227229ed53fda09289c) fix props in readme (@austinpray) ### v0.2.3 (2016/01/19 17:54 +00:00) - [e2a999f](https://github.com/mspae/react-wavesurfer/commit/e2a999fe66a8c3ef914f9000f44186f707383f55) passing the position to a callback works now thanks to the newly added onPosChange which merges audioprocess and seek events into one (to fix audioprocess not being fired on seek), documentation and example have been updated accordingly (@mspae) ### v0.2.2 (2016/01/15 16:31 +00:00) - [f31ab47](https://github.com/mspae/react-wavesurfer/commit/f31ab472feb370e7c97c7b762f2e5e26d1c5c6b7) bumped version (@mspae) - [d76b3f7](https://github.com/mspae/react-wavesurfer/commit/d76b3f735c557b2d91fb7b38828747f1731d6753) fixed callback props not getting the originalArgs of the wavesurfer event (@mspae) ### v0.2.1 (2016/01/15 14:52 +00:00) - [804c77e](https://github.com/mspae/react-wavesurfer/commit/804c77eb54ed49afae2e41347d6653934cbb9c8e) removed regions code for now, using defaultProps directly from Wavesurfer (@mspae) ### v0.2.0 (2016/01/15 14:36 +00:00) - [3c3a1bc](https://github.com/mspae/react-wavesurfer/commit/3c3a1bc0df9c95db48b45b12326e4e643d5ffe6a) rollback plugin importing to have a working base functionality for publishing, update docs (@mspae) - [8538fd4](https://github.com/mspae/react-wavesurfer/commit/8538fd4337a4f08933e60f09d614a4246e3d97b3) put regions functionality in different bundle (@mspae) - [4828cc9](https://github.com/mspae/react-wavesurfer/commit/4828cc95b54fd259f086c4f364d867c446024eb8) better regions example (@mspae) - [11dbc58](https://github.com/mspae/react-wavesurfer/commit/11dbc58d220bbab383af45a1748eec7c36b69ec4) better examples and added region support (@mspae) - [afab027](https://github.com/mspae/react-wavesurfer/commit/afab027932a7c4cebad713eda815fbf86f0880a1) bundling of timeline plugin for support of common js (@mspae) - [36550e7](https://github.com/mspae/react-wavesurfer/commit/36550e7633dc85037e40b275f2d24685f2a0119c) better docs, better examples, added timeline plugin (@mspae) - [08d0f6f](https://github.com/mspae/react-wavesurfer/commit/08d0f6fd84337c472d1cd8d67efb4293203a8d3d) fixed example not working because of old dir string, included wavesurfer.js commonjs file instead of building our own (@mspae) ### v0.1.5 (2016/01/09 16:38 +00:00) - [1819f06](https://github.com/mspae/react-wavesurfer/commit/1819f062031afb10e2952010c09044db6e1034a8) updated readme (@mspae) - [983a00b](https://github.com/mspae/react-wavesurfer/commit/983a00b86a7d1beba57b262acf7a9323030c6531) renamed dev to example dir (@mspae) ### v0.1.4 (2016/01/02 16:43 +00:00) - [9652eb2](https://github.com/mspae/react-wavesurfer/commit/9652eb262ed7bcfba19fd00eadca26db08e4b328) removed debugging console.log statements, bumped version number (@mspae) ### v0.1.3 (2015/12/31 18:42 +00:00) - [6e52c4d](https://github.com/mspae/react-wavesurfer/commit/6e52c4d67d5af160f8abf280916b2f04a15c5286) fallback using wavesurfer bundle (@mspae) ### v0.1.2 (2015/12/30 21:54 +00:00) - [802995a](https://github.com/mspae/react-wavesurfer/commit/802995a27095c4c4ffdc18a7fade2c1898ab641c) bumped version (@mspae) - [f46a016](https://github.com/mspae/react-wavesurfer/commit/f46a01690af98c82a47698104aed3987769534ff) added bugs and repo property to package.json (@mspae) - [9774045](https://github.com/mspae/react-wavesurfer/commit/9774045ffd3af7cc09b621a3a23bdc1f9886e81c) added bugs and repo property to package.json (@mspae) ### v0.1.1 (2015/12/29 20:39 +00:00) - [a04c3c1](https://github.com/mspae/react-wavesurfer/commit/a04c3c131a8785c23a56a0b984a60cb26b660797) bumper version (@mspae) - [18a235e](https://github.com/mspae/react-wavesurfer/commit/18a235e413069472c29607ddb6c89c2bd63df7b3) put dev js wrappers in their own folder (@mspae) - [ad878f2](https://github.com/mspae/react-wavesurfer/commit/ad878f208556a5b4c7a5a489a2ceca308e425862) fixed wrong main file (@mspae) - [1a2990b](https://github.com/mspae/react-wavesurfer/commit/1a2990b1bcd80c3b0abc2fa11bb8fcad2256d7a5) fixed wrong main file (@mspae) - [0e8de8a](https://github.com/mspae/react-wavesurfer/commit/0e8de8ae1642f8b8b5895a4f04d159e7089e6912) added Readme with status (@mspae) ### v0.1.0 (2015/12/29 20:07 +00:00) - [39256e0](https://github.com/mspae/react-wavesurfer/commit/39256e047245a8f7e284ca5b19332c0565f5638c) added author email (@mspae) - [c81ff34](https://github.com/mspae/react-wavesurfer/commit/c81ff34103dfd9251dc361eb3642bfb685737139) wrapper component for dev (@mspae) - [38c1706](https://github.com/mspae/react-wavesurfer/commit/38c17066bad54970b9b5a300d18f66c2d5dae26e) tests working basically (@mspae) - [e4c78fe](https://github.com/mspae/react-wavesurfer/commit/e4c78fe0e4f9b2ec6c1b739ebe2c7c548c6f7459) moved to babel 6.0.0, jest doesnt want to work :/ (@mspae) - [660d30d](https://github.com/mspae/react-wavesurfer/commit/660d30d37945c997f90d689d55c66ffef43f98da) pos prop (@mspae) - [7d061bb](https://github.com/mspae/react-wavesurfer/commit/7d061bb14ca9999c151a372a68f463accfe5261c) added demo.wav, loading audio files works basically (@mspae) - [3b9ca11](https://github.com/mspae/react-wavesurfer/commit/3b9ca11a1f5e847ac46662d08ef4b75064d53db6) initial commit (@mspae)