Skip to content

Releases: vtexdocs/devportal

Release v0.2.1

12 Apr 19:14
Compare
Choose a tag to compare

0.2.1 (2022-04-12)

Docs

  • readme: add a project summary (features, patterns...) and contribution guide (01307bc)
  • readme: define a file naming convention (43f922d)
  • readme: fix 'concepts and features' section topics spacing (4dbb378)
  • readme: fix typo and release labels table column (9a207f4)
  • readme: fix typos (547161a)
  • readme: refactor some sections to make them more practical (5a3a9aa)
  • readme: update 'code linting and format' section (38f3851)
  • readme: update directory tree to remove 'public/' from 'src/' (7fb2fad)

Release v0.2.0

11 Apr 22:37
Compare
Choose a tag to compare

0.2.0 (2022-04-11)

Features

  • icons: add the sidebar toggle icon (5662f0b)
  • sidebar: add sidebar component (cab8fbc)
  • sidebar: add sidebar to api-guides page (1bea6a6)
  • sidebar: add the initial structure of sidebar section and add the help icon (1f63110)
  • sidebar: add the section divider (6034326)
  • sidebar: add the sidebar elements component (034100b)
  • sidebar: add the sidebar toggle animation (6fbd14b)
  • sidebar: create a context to manipulate sidebar logic (fa38b07)

Bug Fixes

  • sidebar: add element hover and toggle subitem list on click in parent (d6e96f8)
  • sidebar: fix element pointer on hover (4d4f65d)
  • sidebar: fix sidebar element hover (2d4d449)
  • sidebar: fix the screen adjust when sidebar is closed (6c117b5)

Refactoring

  • sidebar: change variable names and add union type (cbf45ac)
  • sidebar: remove unecessary code and adjust sidebar elements structure (1d799aa)

Release v0.1.5

07 Apr 20:50
Compare
Choose a tag to compare

0.1.5 (2022-04-07)

Features

  • landing-page: add responsivity for tablet screens (b6290ad)
  • landing-page: add responsivity for the fourth breakpoint (ed45c55)
  • landing-page: add responsivity for the third breakpoint (12e2818)
  • landing-page: add responsivity to large screens (94f006e)
  • landing-page: add the landing page version for mobile screens (7c29f9f)

Bug Fixes

  • landing-page: fix card icons in safari browser (c5a02f9)
  • landing-page: fix last updates card width (c18b9b4)
  • landing-page: fix newsletter border and last updates card structure (1af7b1f)
  • landing-page: responsive style adjustments (fa89513)

Release v0.1.4

06 Apr 18:41
Compare
Choose a tag to compare

0.1.4 (2022-04-06)

CI

  • lighthouse: fix lighthouse mobile and adds desktop (d380e46)

Release v0.1.3

05 Apr 18:23
Compare
Choose a tag to compare

0.1.3 (2022-04-05)

Features

  • src/pages/index.tsx: add page title (579a648)

Chore

Release v0.1.2

05 Apr 11:30
Compare
Choose a tag to compare

0.1.2 (2022-04-05)

Features

  • api-reference: add default rendering of Catalog and Checkout APIs (2d6264b)

Release v0.1.1

04 Apr 18:02
Compare
Choose a tag to compare

0.1.1 (2022-04-04)

Bug Fixes

  • change kebab-case props to camelCase format in icons (95c4d22)
  • documentation cards and education section styles (a3c8265)
  • education cards: education cards style (b74c01b)
  • education-section names (a1be16a)
  • header height name (dc1b4da)
  • header optimization and fix righlinks structure (b6d6aa0)
  • header responsive structure (51b0257)
  • icon-related warnings (f9d42e7)
  • landing-page optimization (60291e7)
  • last-update key conflict and put header and footer to root (1e95167)
  • last-updates-card: add missing shadow effect to Last Updates section cards (3c214dd)
  • lastupdatescard: fix Last Updates section cards layout (e0bc062)
  • new structure of subcomponents in education-section (808ef3d)
  • open external links in another tab (f51c9c1)

Performance

  • add sharp package for image optimization (3d46d11)

Chore

  • rebase landing-page (ca29ee2)
  • remove sharp dependency (0ad0e99)
  • versioning: add commit-msg hook to Husky for running Commitlint (4d0e777)
  • versioning: add Commitizen + script to help writing commits (cf21fbb)
  • versioning: add Commitlint to lint commit messages (e83f32e)
  • versioning: add Standard Version and release script (fdacbfe)
  • versioning: update changelog.md sections names (9dee46a)

Style

  • icons: move icons to components directory and solve lint issues (f284162)

Refactoring

  • change newsletter style name (e474591)
  • public: move public to root directory (0293093)
  • update name of module.css file (808691c)

CI

  • versioning: add Release-Version GitHub workflow (790a99a)
  • versioning: add Verify-PR-Labels GitHub workflow (bc6eea2)