Skip to content

Releases: hbmartin/react-mentions-ts

6.0.0

26 Apr 16:55
e784ac8

Choose a tag to compare

What's Changed

  • See below notes

New Contributors

Full Changelog: 5.4.7...6.0.0

6.0.0-next.2

21 Apr 21:38
138399c

Choose a tag to compare

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

20 Apr 19:33
555dba8

Choose a tag to compare

6.0.0-next.1 Pre-release
Pre-release

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

19 Apr 14:11
3b56f29

Choose a tag to compare

6.0.0-next.0 Pre-release
Pre-release

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

Full Changelog: 5.4.7...6.0.0-next.0

5.4.7 - Remove ZWS from caret marker

13 Nov 15:35
bdccabc

Choose a tag to compare

5.4.6 - highlighter positioning in edge cases

10 Nov 23:05
4192a79

Choose a tag to compare

5.4.5 - performance improvements

08 Nov 17:57
dd11bbe

Choose a tag to compare

5.4.4 - anchorMode prop

06 Nov 18:22
38012cd

Choose a tag to compare

5.4.3 - Add idValue in callbacks

30 Oct 14:29
ae3bb93

Choose a tag to compare

5.4.2 - autoResize prop

29 Oct 14:11
e36a290

Choose a tag to compare