Releases: hbmartin/react-mentions-ts
Releases · hbmartin/react-mentions-ts
6.0.0
What's Changed
- See below notes
New Contributors
- @SijmenHuizenga made their first contribution in #112
Full Changelog: 5.4.7...6.0.0
6.0.0-next.2
What's Changed
- More responsive and reliable mentions input by @hbmartin in #211
- Split MentionChildConfig from prepared query config in src/types.ts (… by @hbmartin in #212
- tsdown.config.ts: enables minify: true and disables source maps. by @hbmartin in #214
- Refactor duplicate logic and expand perf tooling by @hbmartin in #215
- Scroll handling refactor by @hbmartin in #217
- Wrap suggestion layout map callback and tighten overlay perf assertions by @hbmartin in #219
- Duplicate Traversal And Hot-Path Cleanup by @hbmartin in #220
- updateSuggestionsPosition now skips the expensive calculator until ca… by @hbmartin in #221
Full Changelog: 6.0.0-next.1...6.0.0-next.2
6.0.0-next.1
What's Changed
- Add insertText(text: string) method on the MentionsInput class - closes #132 by @hbmartin in #193
- Implemented cursor-based async pagination - closes #79 by @hbmartin in #197
- Pagination and mouseover key nav fixes by @hbmartin in #198
- MentionsInput is now a forwardRef shell in src/MentionsInput.tsx, wit… by @hbmartin in #203
- Implemented the sideEffects tree-shake report. by @hbmartin in #207
- Implemented the bundle-size budget CI. by @hbmartin in #208
- Added codemods/react-mentions-to-react-mentions-ts.cjs (line 242) s… by @hbmartin in #209
Full Changelog: 6.0.0-next.0...6.0.0-next.1
6.0.0-next.0
What's Changed
- Significant upgrades to underlying build infrastructure and dependencies
- Significant improvements for rendering performance (modernized React best practices)
- Fixes for Async suggestion loading and query cleanup
- Document MentionsInputClassNames by @SijmenHuizenga in #112
- Fixes Linux IME issue via dead-key/IME fix by @hbmartin in #184
- ParenAwareSerializer.tsx demos MentionSerializer object by @hbmartin in #187
New Contributors
- @SijmenHuizenga made their first contribution in #112
Full Changelog: 5.4.7...6.0.0-next.0
5.4.7 - Remove ZWS from caret marker
Full Changelog: 5.4.6...5.4.7
5.4.6 - highlighter positioning in edge cases
Full Changelog: 5.4.5...5.4.6
5.4.5 - performance improvements
Full Changelog: 5.4.4...5.4.5
5.4.4 - anchorMode prop
Full Changelog: 5.4.3...5.4.4
5.4.3 - Add idValue in callbacks
Full Changelog: 5.4.2...5.4.3
5.4.2 - autoResize prop
Full Changelog: 5.4.1...5.4.2