-
Notifications
You must be signed in to change notification settings - Fork 46
Version bump chat-js and chat-react-ui-kits #2907
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
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
AndyTWF
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we update some of the wording of the examples to specifically mention kit, e.g.
Use the Chat UI Chat Window component
to
Use the Chat UI Kit Chat Window component
src/data/examples/index.ts
Outdated
| visibleFiles: ['src/script.ts', 'App.tsx', 'index.tsx'], | ||
| metaTitle: `Build a chat app with Ably’s Chat UI App Component`, | ||
| metaDescription: `Quickly add chat functionality to your React app with Ably’s Chat UI App Component. Build realtime chat interfaces with minimal setup and maximum reliability.`, | ||
| metaTitle: `Build a chat app with Ably’s Chat UI kit's App Component`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| metaTitle: `Build a chat app with Ably’s Chat UI kit's App Component`, | |
| metaTitle: `Build a chat app with Ably’s Chat UI Kit's App Component`, |
(ditto others)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/data/languages/languageData.ts
Outdated
| chat: { | ||
| javascript: '0.14', | ||
| javascript: '0.15', | ||
| react: '0.14', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
React needs bumping too as version tied to JS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a441a91 to
ddc10db
Compare
ddc10db to
8538776
Compare
8538776 to
6147fb3
Compare
6147fb3 to
caa9197
Compare
caa9197 to
a307c61
Compare
…nd chat-react-ui-kit version bumps
a307c61 to
4364a7e
Compare
Description
Version bumped chat-js to 0.15.0 and chat-react-ui-kit to 0.1.3 and fixed examples.
Checklist