Skip to content

Releases: supabase-community/vue-supabase

v2.3.0

03 May 16:05
85629c3
Compare
Choose a tag to compare

What's Changed

  • Update dependencies and clean up the repository by @sduduzog in #28

Full Changelog: v2.2.4...v2.3.0

v2.2.4

18 Feb 19:47
7f30d1f
Compare
Choose a tag to compare

What's Changed

  • Enable Nuxt Bridge integration and add composables by @Strift in #17

New Contributors

Full Changelog: v2.2.3...v2.2.4

v2.2.3

03 Nov 16:18
a07424e
Compare
Choose a tag to compare

What's Changed

  • Pin vue-demi and vue-composition-api dependencies to last working version by @sduduzog in #16

Full Changelog: v2.2.2...v2.2.3

2.2.2

01 Nov 12:17
5cf42e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

2.2.1

04 Oct 21:56
85b131f
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v2.2.1

2.2.0

04 Oct 21:51
d499655
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

2.1.0

23 Aug 17:38
e553776
Compare
Choose a tag to compare

What's Changed

  • Adding release-drafter to automatically build release notes from PR's by @scottrobertson in #7
  • Adding version resolver to release-drafter to auto create incremental versions by @scottrobertson in #8
  • Using the resolved version in the release name/tag by @scottrobertson in #9
  • Fix typescript definitions for Vite by @sduduzog in #6
  • Update README.md by @o8e in #11

New Contributors

  • @o8e made their first contribution in #11

Full Changelog: v2.0.0...v2.1.0

2.0.0 - Vue3 support

25 Jul 15:08
b875aa3
Compare
Choose a tag to compare

This release includes a breaking change. Vue2 apps now require @vue/composition-api

Adding support for Vue3, while keeping backwards compatibility for Vue2. For those vue2 apps, you will need to use @vue/composition-api. - Thanks @sduduzog

1.0.6

19 Jul 14:02
6a15079
Compare
Choose a tag to compare

Switch to using commonjs - #4 - Thanks @sduduzog

1.0.4

07 Mar 21:45
84c4bff
Compare
Choose a tag to compare
v1.0.4

Adding $supabase to the vue interface