Skip to content

Releases: datocms/vue-datocms

v8.0.0-0

18 Jul 05:19
Compare
Choose a tag to compare
v8.0.0-0 Pre-release
Pre-release
  • Generics-typed Structured Text component f8c5d15

v7.0.4...v8.0.0-0

v7.0.5

18 Jul 05:29
Compare
Choose a tag to compare
  • Temporary fix for StructuredText types 53991e2

v7.0.4...v7.0.5

v7.0.4

16 Jul 11:08
Compare
Choose a tag to compare
7.0.4

v7.0.2

16 Jul 08:53
Compare
Choose a tag to compare
  • Better typings 8f90559
  • Update README.md to clean up starter links fad5c17

v7.0.1...v7.0.2

v7.0.1

23 Jun 04:37
Compare
Choose a tag to compare
  • NakedImage class/style is now imgClass/imgStyle. Introduce pictureClass/pictureStyle 802bd85

v7.0.0...v7.0.1

v7.0.0

23 Jun 04:02
Compare
Choose a tag to compare
  • Old pictureClass/pictureStyle props now control the <picture> tag instead of the <img> tag. For the <img> tag, you can use the new props imgClass/imgStyle. eeb412e

v6.0.4...v7.0.0

v6.0.4

06 Jun 16:36
Compare
Choose a tag to compare
  • Fix types for structured text component 9078f52

v6.0.3...v6.0.4

v6.0.3

31 May 15:56
Compare
Choose a tag to compare

v6.0.2...v6.0.3

v6.0.2

27 May 14:08
Compare
Choose a tag to compare
  • Avoid complainings from Pagespeed

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