Skip to content

Releases: vtexdocs/devportal

Release v0.8.1

09 May 13:03
Compare
Choose a tag to compare

0.8.1 (2022-05-09)

Refactoring

  • change landing page title (d220a0a)

Tests

  • add a test to simulate user navigation in an API reference page (07db875)

Release v0.8.0

06 May 14:48
Compare
Choose a tag to compare

0.8.0 (2022-05-06)

Features

  • search-page-filter: add the filter logic (f217f27)
  • search-page-filter: add the occurrence count feature (536484e)

Bug Fixes

  • search-section: fix the all-results filter (81ecd55)

Refactoring

  • search-resuls: move the mocked data to outside of component (cda163e)

Release v0.7.0

02 May 18:47
Compare
Choose a tag to compare

0.7.0 (2022-05-02)

Features

  • searchcontext: create the SearchContext (262bf3b)

Bug Fixes

  • search-components: update paths after rebase (7300bfc)

Refactoring

  • allresults section: code refactoring to make all-results section as SearchSection componen (e8c881c)
  • search-results: create the SearchResults component (5ead14b)
  • searchcontext: remove unnecessary function (b82b43e)
  • searchcontext: update the filter type in searchContext (658f2ba)

Chore

Release v0.6.0

02 May 18:28
Compare
Choose a tag to compare

0.6.0 (2022-05-02)

Features

  • markdown: add two markdown example files (f4d2e6f)
  • markdown: render example markdowns (03c7308)

Refactoring

  • api-reference: move OpenAPI specs to /docs/api-reference (5829e87)

Release v0.5.2

28 Apr 17:44
Compare
Choose a tag to compare

0.5.2 (2022-04-28)

Tests

  • add three tests to the landing page (5e5e9d1)

Refactoring

  • add a selector attribute in tested components (6e6baed)
  • set src/tests/cypress as test folder (3a79203)

Release v0.5.1

28 Apr 12:59
Compare
Choose a tag to compare

0.5.1 (2022-04-28)

Features

  • sidebar: add the sidebar props (6da63ff)

Bug Fixes

  • sidebar: fix key warning (9dae009)
  • sidebar: use the Link component from next (fe8d0ab)

Refactoring

  • create constants.ts and refact the typings (c06bb03)
  • documentation: refactoring the cards data structure and update the type (ff98bdf)
  • search: update the documentation/notes data and update the types (4cff017)
  • sidebar: create the SideBarIcon component and refactor the data structure (83bb99f)

Release v0.5.0

26 Apr 18:08
Compare
Choose a tag to compare

0.5.0 (2022-04-26)

Features

  • search-page: export icon data and call the searchsection component (bb18fda)
  • search-section: create the search-section component (449140b)
  • search-section: implement hover effect (881b857)
  • search-sections: create the search-sections component (0756d9c)

Bug Fixes

  • search-sections: make the all-results element clickable (3c4336a)
  • sidebar: fix items title type (a480b45)

Refactoring

  • types: split the DocTitle type and refact the search components types (5735dec)

Style

  • search-section: add the border-radius to this component on hover (13ed2c9)

Release v0.4.1

25 Apr 13:52
Compare
Choose a tag to compare

0.4.1 (2022-04-25)

Bug Fixes

  • footer: adds a box on footer component and fix responsiveness (a900854)
  • footer: adjust link padding (402304e)

Release v0.4.0

20 Apr 16:29
Compare
Choose a tag to compare

0.4.0 (2022-04-20)

Features

  • header: add custom scrollbar to dropdown menu (712ef8d)
  • header: add Docs dropdown menu (96eb711)
  • header: add interactivity to Docs button (939a1c3)
  • header: hide dropdown on route change (0f9afe2)
  • header: show dropdown menu on hover and fix its styles (5aa1830)

Bug Fixes

  • header: add pointer cursor to Docs button (e28964d)
  • header: fix dropdown menu card description text color on hover (143237a)
  • header: fix dropdown menu position on Safari (9faf99f)
  • header: fix scroll propagation from dropdown menu (5a253f9)
  • header: remove shadow from top of dropdown menu and fix hiding bug (33df8b8)
  • header: show dropdown menu scrollbar only on dropdown hover (39082ca)
  • header: show dropdown menu scrollbar only on hover (c2c68bb)

Refactoring

  • header: replace line with border (0f24929)

Release v0.3.1

18 Apr 17:40
Compare
Choose a tag to compare

0.3.1 (2022-04-18)

Bug Fixes

  • hamburger-menu: fix the portuguese name (cdbe7c2)
  • hamburguer-menu: change name component and file (246d612)
  • header: adds hamburguer menu to header (762da5a)
  • header: fix header responsiveness (1324f72)
  • header: remove right links and fix logo size (9eb4af0)