-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.0 #172
Merged
Merged
v3.0 #172
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
- Add TypeScript - Update React, Babel, Webpack versions to latest
- Start migrating components to TS
TypeScript Redux migration
- fix type issues in the redux store - bumped redux adn react-redux versions to latest
- change connect react-redux hoc for hooks - fix some store types issues
- change refs to use useRef hook - fix quick buttons feature, reducer and component - fix indentation issues - add timestamp to messages, now they will display underneath the message
- change the use on launcher of conditional classes - change state type in create reducer
TypeScript migration
- Add onTextInputChange new prop - Fix addLinkSnippet typing issue
- mark messages as read/unread - change badge component to handle automatically new messages received - change prod configuration to export only the widget - bump version to mark the 3.0 beta
- change date-fns import path - add dependency to useffect in Messages component - change messages reducer to ternary in delete messages handle
- add new functions to the main export - remove badge prop
- update README with new props and dispatcher functions - update year on LICENSE
- add align start to timestamp in response messages - fix production build to not add the devtools
[New-feature] Messages deletion - Read/Unread
Co-Authored-By: Pablo Ferro <[email protected]>
Co-Authored-By: Pablo Ferro <[email protected]>
Co-Authored-By: Pablo Ferro <[email protected]>
Update docs
mcallegari10
requested review from
damfinkel and
pabloferro
and removed request for
pabloferro
April 17, 2020 21:44
FrankIglesias
approved these changes
Apr 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Change log
New features
badge
propid
to messagesSupport and dependencies
Fixes