v8.10.0
What's Changed
New Features
Fixes
- fix(types): cannot find module
types/Matchers
by @jerodfritz in #1964 - fix(types):
firstWeekContainsDate
to be only Monday or Thursday by @gpbl in #2004- Note: this prop now supports only the value
1
(Monday) and4
(Thursday) instead of values from0
to6
. This change may break your type-check.
- Note: this prop now supports only the value
Docs Udpates
- docs: remove anchor from the Readme image by @neicore in #1969
- docs: fix typo by @toby-brilliant in #1984
- docs: adjust example wording: "the today's date" by @toby-brilliant in #1987
- docs: matcher api reference page uses incorrect object syntax by @janaiscoding in #1978
- docs: update Contributing.md by @janaiscoding in #1979
New Contributors
- @jerodfritz made their first contribution in #1964
- @neicore made their first contribution in #1969
- @toby-brilliant made their first contribution in #1984
- @janaiscoding made their first contribution in #1978
Full Changelog: v8.9.1...v8.10.0