Releases: datocms/vue-datocms
Releases · datocms/vue-datocms
v5.0.1
Drop Vue 2 support
Upgrade dependencies and start using Node 20 for local development
v4.0.6
Fix a Vue 2 compatibility issue
- Fix a StructuredText Vue 2 compatibility issue d8d56da
v4.0.4
- Fix rendering issue reported in issue datocms/structured-text#27 364d459
- docs: replace instance of 'react' in
useSiteSearchREADME f862ebc - Add a test case that includes a mailto link e82e584
v4.0.2
- 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.0
Changes to
component
You can now avoid requesting srcSet in the responsiveImage() GraphQL query, as if it's missing, the component will build it internally. This can reduce the overall GraphQL response significantly.
Basically, with v4 your responsiveImage queries can be reduced down to:
responsiveImage(imgixParams: { auto: format }) {
src width height alt base64
}
New props for Image component:
priority: When true, the image will be considered high priority. Lazy loading is automatically disabled, and fetchpriority="high" is added to the image. You should use thepriorityproperty on any image detected as the Largest Contentful Paint (LCP) element. It may be appropriate to have multiple priority images, as different images may be the LCP element for different viewport sizes. Should only be used when the image is visible above the fold.sizes: If you're using this prop, you can avoid requestingsizesin theresponsiveImage()query (it will reduce the overall GraphQL response size).src-set-candidates: If you're not requestingsrcSetin theresponsiveImage()GraphQL query,src-set-candidateswill be used to generate the differentsrcsetcandidate strings at various widths. Default candidates are:[0.25, 0.5, 0.75, 1, 1.5, 2, 3, 4].
Changelog
- Merge pull request #66 from datocms/dependabot/npm_and_yarn/examples/query-subscription/loader-utils-1.4.1 05da971
- Merge pull request #67 from datocms/dependabot/npm_and_yarn/examples/vue-cli-babel-javascript-vue2/loader-utils-1.4.1 2aa17b8
- Merge pull request #68 from datocms/feat/smaller-graphql-queries 64bea17
- Make Image component smarter 46b41b5
- Bump loader-utils in /examples/vue-cli-babel-javascript-vue2 6d84b7e
- Bump loader-utils from 1.4.0 to 1.4.1 in /examples/query-subscription 24e0742
v3.0.3
Full Changelog: v3.0.2...v3.0.3