Skip to content

Releases: FloEdelmann/embetty-vue

Version 2.0.1

13 May 20:24
Compare
Choose a tag to compare

META: Bump rollup from 1.32.1 to 2.47.0 (#157)

Version 2.0.0

13 May 19:43
Compare
Choose a tag to compare

BREAKING: Drop Babel transpiling, change build file names (#156)

- dist/embetty-vue.common.js
+ dist/embetty-vue.cjs

- dist/embetty-vue.esm.js
+ dist/embetty-vue.mjs

- dist/embetty-vue.js
+ dist/embetty-vue.browser.js

-  dist/embetty-vue.min.js
+ dist/embetty-vue.browser.min.js

CSS files are left unchanged.

Version 1.5.0

13 May 16:03
Compare
Choose a tag to compare

META: Fix auto-deploy (#155)

Version 1.4.0

13 May 15:50
Compare
Choose a tag to compare

META: Switch from uglify to terser for minified output (#154)
META: Many updated development dependencies

Version 1.3.2

26 Jul 11:57
Compare
Choose a tag to compare

FIXED: Fix twitterUrl pointing to a non-existent URL (#36) – thanks @luckyrumo!
META: Update development dependencies (#27, #28, #29, #30, #31, #32, #33, #34, #35)

Version 1.3.1

26 Jun 16:05
Compare
Choose a tag to compare

META: Add Dependabot configuration (#17, #26)
META: Update development dependencies (#18, #19, #20, #21, #22, #23, #24, #25)

Version 1.3.0

06 Jun 10:57
Compare
Choose a tag to compare

IMPROVED: Always load YouTube videos over HTTPS (#16)

Version 1.2.2

03 Apr 16:18
Compare
Choose a tag to compare

META: Update development dependencies (#15)

Version 1.2.1

29 Mar 10:59
Compare
Choose a tag to compare

META: Update development dependencies (#14)

Version 1.2.0

20 Jan 23:29
Compare
Choose a tag to compare

FIXED: Fix Facebook videos in SSR (#13)
META: Finish release automation with GitHub Actions (#13)