Skip to content

v3.5.0

Compare
Choose a tag to compare
@sabertazimi sabertazimi released this 12 May 13:59
· 440 commits to main since this release

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

πŸŽ‰ 3.5.0 (2022-05-12)

✨ Features

⚑ Performance

  • mdx: optimize mdx related components render performance (#827) (4854f81), closes #826

πŸ› Bug Fixes

  • components-Button: rectify dark mode styles for Button (#821) (a69e678)
  • components-Icons: change icons label to lower case (#853) (b7761e4)
  • components-LandingNav: add navigation Enter keydown handler (#838) (6e94c3a)
  • components-PostsSearchBar: rectify a11y error (#812) (c766041)
  • components-Toggle: only invoke onToggle when Enter key down (#830) (9d9f0ce)
  • components-TypingTitle: change role for typing title (#845) (8534399)
  • cypress-commands: add testing-library style query commands (#846) (d9edb46)
  • jest-next.js: rectify broken jest moduleNameMapper configuration (#816) (ff832f3), closes #814 #815
  • mdx-styles: keep sandpack dark font color style (#829) (9f6b348)
  • ts-types: add type guards to any type (#819) (66acbaa)

πŸ”§ Testing

  • async: await asynchrounous waitFor expecttions (#835) (173045c)
  • components-Editor: add Editor structure testing (#834) (f14b657)
  • e2e-commands: add options to custom traversal commands (#851) (d6b9c8a)
  • e2e: add e2e testing for landing home page (#840) (290dda9)
  • e2e: add testing for Header menu items (#852) (3fe248f), closes #849
  • e2e: add testing for routes title (#850) (1d3682c), closes #849
  • e2e: reduce custom command log (#847) (f521616)