Releases: joaopaulovieira/clappr-context-menu-plugin
Releases · joaopaulovieira/clappr-context-menu-plugin
0.0.8
0.0.7
- Update dev dependencies
- Optimize ESM bundle
0.0.6
- Use
Jes
t instead ofKarmatic
for test stack; - Use
Rollup
instead ofWebpack
as bundler (bundle size reducing); - Use
@clappr/core
instead ofclappr
module;
0.0.5
- Use the
CORE_RESIZE
event to get the Player size instead of search on thedocument
- Use the plugin element reference to search for one element with the
querySelector
- Add more resilience into the
loop
feature - Deactivate pointer events at custom menu items without callbacks configured
- Configure
eslint
on the project - Configure
webpack-bundle-analyzer
on the project - Add test to the project (FINALLY 🙌 )
- Configure
Travis CI
on the project
0.0.4
- Support to define initial menu itens via option
menuItems
; - Fix typo on option
itens
;
0.0.3
- Support latest Clappr version (0.3.x);
- Minified and unminified dist files;
0.0.2
First release
- Copy URL;
- Copy URL with current time;
- Loop video;
- Expose Clappr version;
- Add extra options context menu via options;
- Customize context menu style via options;