Skip to content

Releases: plaintool/TagEdit

v1.2

06 Dec 22:01

Choose a tag to compare

Changelog

v1.2 (2025-12-06)

Full Changelog

🚀 New Features

  • Add support for tag suggestions #17
  • Add AutoColorSaturation to provide a lighter color style for tags #10
  • Introduce a new method to obtain a TBitmap containing tags #8
  • Implement tag selection #3

✨ Enhancements

  • Property defining whether to display the checklist below the edit field or below the entire control #34
  • Correct rendering of tag labels #33
  • Extend hotkeys for tag selection #30
  • Add cancellation capability to the BeforeChange event #28
  • Enhance bulk tag editing #26
  • Add property that controls sorting of the suggested tags dropdown list #25
  • Add properties for adjusting the opening position of the dropdown checklist #21
  • Provide property for adjusting height #20
  • Add properties for configuring the tag suggestions button #19
  • Add function to retrieve current auto color #18
  • Implement the TCustomTagEdit class #16
  • Tag case does not affect auto coloring #15
  • Escape clears the tag input field #12
  • Add OnTagReorder event #11
  • Add the TextHint property #9
  • Use Backspace to edit the last tag and improve autocoloring #7
  • Correctly handle keyboard events, the OnChange event, and other new properties #6
  • Implement the DragIndicatorColor property #5

🐛 Fixed Bugs

  • Reset current HoverIndex when tag deletion is cancelled using the close button #32
  • Set QuoteChar property to #0 to avoid quotes when copying tags #31
  • Do not cancel selection on mouse release if it has not started #29
  • Improve editing and keyboard tag selection behavior #27
  • Remove auto adding of tags on focus loss, allowing the consuming application to implement this functionality #24
  • Remove erroneous popup window closures #23
  • Fix text display in the edit field during tag addition #22
  • Correct tag rendering inaccuracies #14
  • Handle reactions to border size #13
  • Out of bounds error in the tag component that causes selection to hang on Linux #4

* This Changelog was automatically generated by github_changelog_generator

v1.1

05 Nov 16:57

Choose a tag to compare

Implement overflow protection during hash calculation