Skip to content

Releases: FloEdelmann/embetty-vue

Version 1.1.1

20 Jan 23:23
39afe8c
Compare
Choose a tag to compare

META: Upgrade dependencies (#11)
META: Automate releases with GitHub Actions (#10, #12, still a bit WIP)

Version 1.1.0

09 Oct 19:13
5cbd4a3
Compare
Choose a tag to compare

IMPROVED: Register components in PascalCase, so they can be used with both PascalCase and kebab-case.

Version 1.0.1

18 Jul 19:14
Compare
Choose a tag to compare

FIXED: Fix dependency vulnerabilities in package-lock.json

Version 1.0.0

18 Jul 19:08
Compare
Choose a tag to compare

NEW: Add support for browser native videos

FIXED: Specify embetty SVG logo dimensions
IMPROVED: Update video styles
IMPROVED: Update YouTube iframe options

META: Switch from webpack to rollup
META: Remove tests
META: Add package-lock.json

BREAKING: The UMD build was removed and replaced with a browser build that doesn't need require manual calling of the install function.

Version 0.5.0

09 Aug 20:34
Compare
Choose a tag to compare

Also allow numbers as strings, e.g. "62" = 62 = "1m2s".

Version 0.4.0

09 Aug 20:12
Compare
Choose a tag to compare

Allow human readable syntax in start-at property: Both strings like 1h25m49s, 49m31s or 52s and the number of seconds as JavaScript number type are now possible.

Version 0.3.0

08 Aug 22:17
Compare
Choose a tag to compare
  • Extract CSS into a separate dist file
  • Allow YouTube videos to go fullscreen
  • Don't use Babel any more (internally) to transpile the code, instead write it without ES2015 syntax in the first place. This results in a much smaller bundle size.

Version 0.2.0

07 Aug 14:57
Compare
Choose a tag to compare

dist folder was added to git and npm, so installing from another repository actually works.

Version 0.1.0

02 Aug 13:11
Compare
Choose a tag to compare

Initial release on npm as embetty-vue.

Everything from the original implementation is ported over, except the IntersectionObserver to lazy-load data and the tests.