Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Latest commit

 

History

History
198 lines (87 loc) · 6.52 KB

CHANGELOG.md

File metadata and controls

198 lines (87 loc) · 6.52 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.4 (2016-05-31)

2.2.3 (2016-02-22)

Bug Fixes

  • TCMention: emit editableInput event in selectMentionCallback (6bf2172), closes #6

2.2.2 (2016-02-17)

Bug Fixes

  • TCMention: use this.base.unsubscribe (db9044c)

2.2.1 (2016-02-17)

Bug Fixes

  • TCMention: should unsubscribe callbacks when destroy (0d911c1)

2.2.0 (2016-01-25)

2.1.1 (2015-11-25)

Bug Fixes

  • TCMention: detects if is left arrow key (fbf4b16), closes #5
  • TCMention: select the text only when element is first time created (59b54be)

2.1.0 (2015-11-24)

Features

  • TCMention: add extra className map for trigger (0b6a64e)
  • TCMention: move caret to after this.activeMentionAt when hidePanel() (0b3d8e1)
  • TCMention: rename options for setting className (40d2822)
  • TCMention: use activeTriggerClassNameMap to mark mention at tag (4c6503d)

BREAKING CHANGES

  • TCMention: use extraPanelClassName and extraActivePanelClassName instead.

Before & After:

extraClassName -> extraPanelClassName
extraActiveClassName -> extraActivePanelClassName

2.0.0 (2015-11-13)

Features

  • TCMention: rewrite mention detection using different algorithm (58d6666)

BREAKING CHANGES

  • TCMention: detect the "word" based on current caret position

    The intention is to make its behaviour much closer to Facebook/Medium. Also rename the option of autoHideOnBlurDelay to hideOnBlurDelay.

    Before:

    The user type in @ or # to trigger mention panel immediately. If you already type one and navigate it back to the position using your arrow keys on keyboard, the mention panel won't show up this time.

    After:

    The user has to type in @ or # with one more word to trigger mention panel. Navigating back to the word will show up the mention panel.

1.4.1 (2015-11-11)

Bug Fixes

  • TCMention: add autoHideOnBlurDelay to options (2227777), closes #3

1.4.0 (2015-11-11)

Bug Fixes

  • TCMention: should include pageXOffset for left as well (7f24f3e)

Features

  • TCMention: panel position to be the end of activeMentionAt element (cb7768a)

1.3.0 (2015-11-03)

Bug Fixes

  • TCMention: hide mention panel on editableBlur (65f007b), closes #2

1.2.2 (2015-10-23)

Bug Fixes

  • TCMention: check if event.shiftKey is active for @ and # (5207462), closes #1

1.2.1 (2015-10-16)

Features

  • TCMention: add extraActiveClassName to options (8815c5d)
  • mention-panel.min.css: add overflow property as well (286a281)

1.2.0 (2015-10-16)

Features

  • TCMention: add destroyPanelContent for clean up (bee5dd7)

1.1.1 (2015-10-16)

Bug Fixes

  • TCMention: BACKSPACE should call renderPanelContent as well (07e8b03)

1.1.0 (2015-10-16)

Features

  • TCMention: add extraClassName to options (0ca57c7)

1.0.0 (2015-10-14)

Features

  • src: add TCMention as es6 module (d1191be)