This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 230
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* updated/improved german translations * Update de.json
* emoji feature added - added emoji-mart module - added emoji-Picker in Chat's route * emoji feature update - added functionality to show/hide emoji picker * emoji feature - making the picker responsive * emoji feature update - repositioned Picker Component to make it more responsive when multiple lines of text input are present - linked emoji Picker with text input field(Composer) * emoji feature update - add support for rendering emoji to existing Message Component of Livechat - code refactor * emoji feature update - auto hide picker, auto add space after emoji short name * emoji feature update - auto focus Input Area on emoji select and position cursor at end * emoji feature update - Auto hide the emoji-picker when user clicks outside of picker - increase emoji size when only emojis are present in text * Fix different shortname issue between emoji-mart and emojione - add new package emoji-toolkit which is used to render emojis on Messages - Fix tslint errors * emoji feature update - allow emojis to be entered anywhere in composer - show larger emojis when only emojis are present * removed emoji-toolkit dependency and render unicode emojis * removed unnecessary comments * reformat emojis json data and a minor bug fix * Codebase improvements. * fix emoji font-size issue * Fix emoji sizes. * Add onChange event when the user selects an emoji from the Emoji Picker. Co-authored-by: Renato Becker <renato.augusto.becker@gmail.com>
[REFACTOR] Prepare for Preact X - First steps
* [NEW] Setting a character limit * adding new component ReminderCharacters on Footer * update function shouldComponentUpdate in Composer * adding config.settings.limitTextLength in screenProps * [FIX] Null limitTextLength validation * added limitTextLength validation if null * [FEAT] Adding write lock * Removing visual effects when exceeding message limit * Adding write block when passing the character limit value * [FEAT] Highlighting character counter * Creating class footer__remainder-alert * Changing to class footer__remainder-alert when textLength is equal character limit * [FIX] CharCounter * Changing component name to CharCounter * Changing alert to hilight * [FEAT] Storybook CharCounter * Remove number 1 * Create storybook in stories
* Translate to spanish * Translate (insert_your_field_here)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.7.0 - 2020-08-21
[NEW] UiKit support (#474)
[CHORE] Loki visual tests (#459)
[IMPROVE] Translate to spanish (#413)
[NEW] Message character limit feature (#443)
[IMPROVE] Preact X (#457)
[NEW] Add Emoji rendering support (#412)