What's Changed
Major overhaul to the Docs site with new Typscript examples
- ✨ docs-site(ts): Migrate examples to TypeScript, add live transpilation to JavaScript + Copy code feature by @balajis-qb in #5865
- docs: add typescript examples by @SergeyKazarinov in #5605
- Fix loading indicator flicker when switching TypeScript/JavaScript tabs in docs-site by @balajis-qb in #5894
- (docs-site) 🐛 Fix the cursor position auto-reset while typing in progress by @balajis-qb in #5922
- 🐛 Configure esbuild-wasm initialize to use installed package version by @balajis-qb in #5893
Other changes
- fix: Center align day names in DatePicker for improved layout by @ilchenkoArtem in #5836
- ✨ Add
selectionMeta
param to the onChangeRaw event call - to give additional details about the selected date by @balajis-qb in #5858 - ✨ feat(datepicker): add full disabled state support across all picker modes by @balajis-qb in #5890
- chore: fix typos in test by @noritaka1166 in #5864
New Contributors
- @noritaka1166 made their first contribution in #5864
Full Changelog: v8.7.0...v8.8.0