Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 19:36
· 9 commits to main since this release
281b4b0

1.0.0 (2023-07-26)

Bug Fixes

  • adjust error handling for auth elements for v2 api (TDX-3212) (#117) (a5e439e)
  • appreg: add optional chaining to product.name (#135) (e409f82)
  • auth: ensure redirect handler is registered when receiving 401 (#153) (5b0a374)
  • auth: set the base url on axios client for requests that use raw paths (#149) (c453a83)
  • ci: commitlint checks should ignore dependabot (#78) (cd8b8c6)
  • dcr: truncate show creds (#94) (641b72c)
  • kauth baseUrl handling (#89) (b03e741)
  • LD: use featureset for ld (#116) (7dd2d72)
  • lefthook is evil (443322e)
  • lint actions (#56) (21733a8)
  • prevent no .env (#110) (2cd7b85)
  • products-list: fix structure for table header (#144) (9e87947)
  • remove error message in app form when resubmitting (#162) (d56df88)
  • remove legacy endpoints (#55) (bc06690)
  • remove yarn build & lefthook commit-msg (2f883db)
  • tests: mock LaunchDarkly requests during tests (#160) (575bdf0)
  • trigger on push to main (9ea94ae)
  • update i18n strings for breadcrumbs (#80) (345c215)

Features

  • .editorconfig integration (#104) (abb984e)
  • documents: accept vendored content type (#115) (5d5edda)
  • i18n: catalan, german, spanish, french locales (#152) (f4c612a)
  • refactor auth elements to use v2 endpoints (#95) (06aca00)
  • rename "service" to "product" across konnect portal [TDX-3134] (#58) (6fe3725)

Performance Improvements

  • vite: reduce bundle size via lazy-loaded routes (#146) (180f046)

Reverts