Skip to content

Releases: datocms/vue-datocms

v6.0.0

03 Apr 07:22
Compare
Choose a tag to compare

Introducing <datocms-naked-image />

Now that both loading=lazy and aspect-ratio are broadly supported (> 93% of browsers) we can avoid complex JS to achieve lazy-loaded images with placeholders!

<datocms-naked-image /> generates minimum JS footprint, outputs a single <picture /> element and implements lazy-loading using the native loading="lazy" attribute. The placeholder is set as the background to the image itself.

Major changes to existing <datocms-image>:

  • removed lazy-load: lazy loading is automatically disabled for images using priority
  • removed root-style: you can simply use style to style the root element
  • removed explicit-width
  • added load event
  • added rootRef and imageRef as public properties

Other

All the examples have been consolidated into a single SPA React application to ensure a straightforward maintenance process.

https://vue-datocms-example-datocms.vercel.app

v5.1.2...v6.0.0

v5.1.2

08 Mar 14:40
Compare
Choose a tag to compare
  • Merge pull request #101 from datocms/fix/mux-player-as-optional-dep 96aed90

v5.1.0...v5.1.2

v5.1.0

29 Feb 10:58
Compare
Choose a tag to compare

<VideoPlayer > just landed.

  • Merge pull request #98 from datocms/feat/c3-create-video-player 5e238bb
  • Default to preload metadata 66e33f9
  • Add composable and docs 4aab06a

v5.0.1...v5.1.0

v5.0.1

20 Feb 16:29
Compare
Choose a tag to compare

v5.0.0...v5.0.1

Drop Vue 2 support

12 Jan 10:50
Compare
Choose a tag to compare

This release updates dependencies and drops support for Vue 2.

Compatibility with Vue 2 will be maintained on version 4.*

  • Prepare package.json for release f2847eb
  • Merge pull request #94 from datocms/chore/drop-vue-2-support bf5902d
  • Update READMEs f9a4d85
  • Drop support to Vue 2 91c3f40

v4.0.7...v5.0.0

Upgrade dependencies and start using Node 20 for local development

20 Dec 16:08
Compare
Choose a tag to compare

v4.0.6

18 Jul 16:28
Compare
Choose a tag to compare
  • Add support for basic link meta on Vue 2 5de3a7f
  • Update README 107b3d4

v4.0.5...v4.0.6

Fix a Vue 2 compatibility issue

11 Apr 13:51
Compare
Choose a tag to compare
  • Fix a StructuredText Vue 2 compatibility issue d8d56da

v4.0.4...v4.0.5

v4.0.4

30 Mar 14:42
Compare
Choose a tag to compare

v4.0.3...v4.0.4

v4.0.2

17 Jan 16:40
Compare
Choose a tag to compare
  • Update lock file bd1be44
  • Target EcmaScript 6, for a wider compatibility range 6e47362
  • Properly limit Vue versions 7d42332
  • Explicitly recommend to install Vue before installing vue-datocms 169760d
  • Make Typescript happy b9db196
  • Improve the search widget example 96f9132
  • Refine the option type and explain why 452c50d

v4.0.1...v4.0.2