- Add a
setup
property for initial player setup.
- Bind
language
property to theivy-videojs
component. See #10.
- Upgrade ember-qunit to fix test failures on beta.
- Add webm sources to tests.
- Update README.
- Add a simplified
ivy-videojs
which wrapsivy-videojs-player
. - Trim off yet more fat from the component.
- Rewrite the component to remove two-way bindings.
- Add CHANGELOG.
- Upgrade to video.js 5.0.0.
- Upgrade to ember-cli 1.13.8.
- Move TechFaker out of the addon's namespace.
- Merge pull request #6 from pavloo/lock-videojs-version
- lock videojs version in bower.json and in blueprint
- Upgrade ember-qunit to 0.4.0 to fix test failures.
- Remove deprecated Ember.EnumerableUtils usage.
- Upgrade to ember-cli 0.2.7.
- Add a 250ms fudge factor to currentTime tests.
- Clarify the status of Flash in the README.
- Fix an issue with autoresize setting properties after destruction.
- Add a note to the README about Flash not working.
- Import the Flash player SWF into /assets.
- Upgrade to ember-cli 0.2.6.
- Bump videojs dependency to 5.0.0-29.
- Parameterize the test suite by player technology.
- Don't listen for
loadedmetadata
orplay
in timeupdate tests. - Simplify some of the runloop-related code.
- Force the tech to load in tests.
- Silence content-security-policy warnings about inline styles.
- Rename unit test to integration.
- Upgrade to ember-cli 0.2.5.
- Add a fake video.js tech so tests will run under PhantomJS.
- Use unminified video.js builds in development mode.
- Set up event listeners synchronously (outside of a runloop).
- Revert "Basic standalone builds. Not automated at the moment."
- Basic standalone builds. Not automated at the moment.
- Make sure autoresize tests wait until
afterRender
. - Wrap
_didInitPlayer
in a runloop. - Remove "if (property in this)" check. See #3.
- Bump videojs to 5.0.0-21.
- Switch to integration component tests. Change "ready" to an action.
- Use re-export syntax in app files.
- Fix failing autoresize test.
- Upgrade to ember-cli 0.2.4.
- Set player dimensions directly rather than through properties.
- Alphabetize methods.
- Add
autoresize
feature, making videos responsive. - Silence Content-Security-Policy warnings in dummy app.
- Cut down on the number of notification emails from Travis.
- Constrain video.js version to ~5.0.0-11.
- Merge pull request #2 from inDream/master
- Keep "muted" property in sync with player's "muted" property.
- Update video.js to 5.0.0
- Merge pull request #1 from inDream/master
- Fix README.md
- Upgrade to ember-cli 0.2.3.
- Rewrite
ivy-videojs
to ease binding properties & events. - Use notifyPropertyChange instead of calling the observer directly.
- No code changes, this version was only released to cause npmjs.com to pick up changes.
- Initial release.