-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge all of v2 branch to main #43
Merged
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
* Added text and attachment types to chat * Added image type to chat * Added checks for type and link fields in all types * Added message type information to readme * Fixed styling for download button * Updated build files * Bumped up version to 2.0.1
added border for image
Updated version and performed build
fix/24080: removed fixed width and height of image-container
Merge changes in main into v2
…normal, export icon change
Feat/24108 integration high charts
Fix issue with file download not working in iframe
Updated tarka chat version
* Added support for file selection and thumbnail * Added thumbnail preview in messages * Updated dev example
Feat/#2413
Bump for 24313
* Made tables min-width to 100% * Moved all the create nodes code to utils * Extracted all the highcharts related code to highcharts.js * Fixed README typo to have `table_data` which is expected by the code * Moved prechat related code to prechat.js * Added prettier with default formatting * And finally, made highcharts optional
#feat: Made highcharts optional + refactoring
Given github has separate release section. We don't need to maintaing this in readme
The README missed explaining the newly added flag enableUpload details. Added that for the benefit of new users
#doc : Add missing documentation for enableUpload flag
Remove release md
Added marked library to render text as markdown
#feat Enable markdown
This reverts commit 2bc2409.
chore: Update the markdown example for clarity
bug: Update the node version to 18 as needed by marked module
shamilsdq
approved these changes
Apr 5, 2024
shivamarora1
approved these changes
Apr 5, 2024
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.
Bring
main
branch upto speed with all the changes made so far in v2 branch