What's Changed
New Features 🎉
- feat(nav): improve dropdown menu interaction by @chenjiahan in #1910
Performance 🚀
- perf(search): add index async to avoid blocking the main thread by @chenjiahan in #1892
- perf(search): remove group calculation by @chenjiahan in #1893
- perf: use
matchPath
rather thanmatchRoutes
, remove unused group.title by @SoonIter in #1895 - perf(search): improve initialization and prefetching logic by @chenjiahan in #1899
Bug Fixes 🐞
- fix(search): should use
index.searchAsync
by @chenjiahan in #1898
Full Changelog: v1.42.1...v1.43.0