Skip to content

Releases: vtexdocs/devportal

Release v0.29.1

06 Oct 17:06
Compare
Choose a tag to compare

0.29.1 (2022-10-06)

Bug Fixes

  • remove console.log from code (b9568ad)

Build

  • rapidoc: update rapidoc version (332fcb9)
  • rapidoc: update to v1.0.10-vtex (85ecf98)

Release v0.29.0

01 Oct 00:57
Compare
Choose a tag to compare

0.29.0 (2022-10-01)

⚠ BREAKING CHANGES

  • project: Project now needs .env.local file with github app parameters

Features

Bug Fixes

  • api-guides: removes json library from highlight.js (710b668)
  • debug (17ce301)
  • debug (f1507de)
  • octokit: checks if netlify and unescapes env variable (7a4f7cd)
  • octokit: uses replace instead of unescape (17b594f)
  • replace env variables if needed (45445bf)
  • still debugging (0f8e038)
  • still debugging (6ac9ed8)
  • still debugging (9d75c0a)
  • use base64 for privatekey in netlify (ae35a61)
  • use split/join instead of replace (f440e59)
  • workflows: set env (1b3e139)
  • yarn.lock: easy rebase (26fa0b8)

Build

  • next.config: increase staticstaticPageGenerationTimeout to 3600 so we can wait for github (9f89163)

Refactoring

  • debug netlify env variables (e92a216)
  • navigation: remove try catch (8dc3333)
  • navigation: removes top level async (0668486)
  • octokit: trow error for missing env variables (586ab9d)

Tests

Chore

  • package: add dependencies: highlight.js, highlightjs-curl, next-plugin-preval, octokit (dedd884)
  • refactor config (2279958)

Release v0.28.0

14 Sep 14:22
Compare
Choose a tag to compare

0.28.0 (2022-09-14)

Features

  • api-reference: add new open api examples and pass the Medium font to the rapidoc component (66ee73e)

Chore

  • docs: add new open api examples (0c49bdc)

Build

Release v0.27.2

06 Sep 14:23
Compare
Choose a tag to compare

0.27.2 (2022-09-06)

Build

  • rapidoc: update version (03393f2)
  • rapidoc: update version to 1.0.8-vtex (5b4c17e)

Release v0.27.1

29 Aug 20:50
Compare
Choose a tag to compare

0.27.1 (2022-08-29)

Features

  • _app.tsx: custom app uses shared Layout component (c92f643)
  • layout.tsx: adds Layout file (045764a)
  • layout: layout includes theme provider (6601d95)

Chore

  • header: update mutationObserver to detect body style changes (0e4b8a1)

Build

  • rapidoc: update version (17c534e)

Refactoring

  • pages: use shared Layout component for every page (a7f8bbe)

Release v0.27.0

27 Aug 03:19
Compare
Choose a tag to compare

0.27.0 (2022-08-27)

Features

  • navigation api (2839630)
  • next.config.js: navigation s3 store url in config (fbc6b62)
  • package.json: add swr (1eeb1bf)
  • pages: pages use sidebarfallback feature (f893f14)
  • sidebar: navigation data from api (8d929f0)
  • sidebar: sidebar context uses swr config (a09e972)

Refactoring

Release v0.26.1

15 Aug 21:30
Compare
Choose a tag to compare

0.26.1 (2022-08-15)

Bug Fixes

Refactoring

  • markdown-renderer: use next-mdx-remote to render mdx (1130536)

Chore

  • github actions: updated github actions to use node 14.x (8e36eaa)
  • next.config.js: add valid image sources (661e575)
  • package.json: add next-mdx-remote to dependencies (5c9d9cc)

Release v0.26.0

11 Aug 14:08
Compare
Choose a tag to compare

0.26.0 (2022-08-11)

Bug Fixes

  • add a match-path compatible with the checkout API page (b5f99cd)
  • update api-reference page with sidebarContextProvider (ec6fd4b)

Refactoring

  • switch from Rapidoc to Rapidoc-mini (be9d142)

Tests

  • update rapidoc test to suit rapidoc-mini's characteristics (35d5c30)

Release v0.25.1

10 Aug 22:44
Compare
Choose a tag to compare

0.25.1 (2022-08-10)

Build

  • rapidoc: update rapidoc version to v1.0.7-vtex (ce10f91)
  • rapidoc: update version (14ac20e)

Release v0.25.0

10 Aug 01:29
Compare
Choose a tag to compare

0.25.0 (2022-08-10)

Features

  • method-category: create the MethodCategory component (c4b7241)
  • sidebar-section: add the method filter behavior (3518899)

Bug Fixes

  • api-reference: put the sidebar on this page (b7238c8)
  • sidebar-section: change the filter section to appear only in the API Reference section (f0b9a83)
  • sidebar-section: sidebar width to auto adjust (0a5196e)
  • sidebar: put the right cleanup function to the sidebar timer (6ccc4d0)
  • sidebar: sidebar-items style and update sidebar mock to testing (95ea33e)

Refactoring

  • sidebar-section: componentize the filter (75fae03)
  • sidebar: fix typo in sidebar data prop (f2058b0)
  • sidebar: update the sidebar structure with the new json master (1f94305)