Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lariciamota committed Jan 9, 2024
1 parent 344c0fc commit d786384
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.17.0] - 2024-01-09

## [0.16.3] - 2023-06-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "store-drawer",
"vendor": "vtex",
"version": "0.16.3",
"version": "0.17.0",
"title": "Store Drawer",
"description": "The VTEX Drawer",
"builders": {
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"vtex.responsive-values": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/_types/react",
"vtex.store-icons": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.store-icons"
},
"version": "0.16.3"
"version": "0.17.0"
}

1 comment on commit d786384

@SeoDevLiveseo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Olá @lariciamota, aparentemente com esta ultima atualização o componente drawer perdeu a configuração do "eager" localizada na documentação da vtex, esta estratégia de renderização é importante para o SEO por conta da renderização dos links permitindo que o crawler entenda, já da forma que está o carregamento dos links dependem da interação do usuário.

Documentação do drawe onde possui a estratégia de renderização do eager:
https://developers.vtex.com/docs/apps/vtex.store-drawer

Please sign in to comment.