v3.5.0
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
π 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
whenEnter
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)