Skip to content

Releases: danestves/lite-embed

v1.0.4

19 May 20:49
8f5a1cf
Compare
Choose a tag to compare

Bug Fixes 🐛

  • fix: upload all files from dist folder

Full Changelog: v1.0.3...v1.0.4

v1.0.2

09 May 20:49
f326859
Compare
Choose a tag to compare

What's Changed

Other Changes 🤷‍♂️

  • chore(bump): update dependencies

Full Changelog: v1.0.1...v1.0.2

v1.0.1

30 Apr 01:55
64d1310
Compare
Choose a tag to compare

What's Changed

Documentation Changes 📃

Bug Fixes 🐛

Other Changes 🤷‍♂️

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.1-canary.0

28 Apr 06:48
820e6b8
Compare
Choose a tag to compare
v1.0.1-canary.0 Pre-release
Pre-release

What's Changed

Documentation Changes 📃

Bug Fixes 🐛

Other Changes 🤷‍♂️

New Contributors

Full Changelog: v1.0.0...v1.0.1-canary.0

v1.0.0

25 Apr 21:41
b413ad0
Compare
Choose a tag to compare

Welcome to the first release of lite-embed 🎉

In this release, we add support for React and Vue to embed YouTube and Vimeo videos on a website without hustle, let me show you some examples 👇 :

React

import { Vimeo, YoutubeLite } from '@lite-embed/react';

export default function App() {
  return (
    <>
      <VimeoLite urlOrId="https://vimeo.com/476064230" />

      <YoutubeLite urlOrId="https://www.youtube.com/watch?v=dQw4w9WgXcQ" />
    </>
  );
}

Vue

<script setup lang="ts">
import { VimeoLite, YoutubeLite } from '@lite-embed/vue';
</script>

<template>
  <div>
    <vimeo-lite url-or-id="https://vimeo.com/476064230"></vimeo-lite>

    <youtube-lite
      url-or-id="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
    ></youtube-lite>
  </div>
</template>

Please visit https://lite-embed.vercel.app/docs to view the full documentation

Full Changelog: v1.0.0-canary.7...v1.0.0

v1.0.0-canary.7

05 Apr 02:20
e367066
Compare
Choose a tag to compare
v1.0.0-canary.7 Pre-release
Pre-release

What's Changed

Features 🎉

Full Changelog: v1.0.0-canary.6...v1.0.0-canary.7

v1.0.0-canary.6

04 Apr 02:21
13d3f03
Compare
Choose a tag to compare
v1.0.0-canary.6 Pre-release
Pre-release

What's Changed

Features 🎉

Full Changelog: v1.0.0-canary.5...v1.0.0-canary.6

v1.0.0-canary.5

04 Apr 00:16
f272e90
Compare
Choose a tag to compare
v1.0.0-canary.5 Pre-release
Pre-release

What's Changed

Bug Fixes 🐛

Full Changelog: v1.0.0-canary.4...v1.0.0-canary.5

v1.0.0-canary.4

03 Apr 18:27
7b66173
Compare
Choose a tag to compare
v1.0.0-canary.4 Pre-release
Pre-release

What's Changed

Bug Fixes 🐛

Full Changelog: v1.0.0-canary.3...v1.0.0-canary.4

v1.0.0-canary.3

03 Apr 01:44
ec46a99
Compare
Choose a tag to compare
v1.0.0-canary.3 Pre-release
Pre-release

What's Changed

Documentation Changes 📃

Features 🎉

Other Changes 🤷‍♂️

New Contributors

Full Changelog: v1.0.0-canary.2...v1.0.0-canary.3