Skip to content
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

Full stack/react experimental components #1701

Merged

Conversation

vanbasten17
Copy link
Contributor

Depends on: #1700

Description

  • Adding experimental folder with necessary changes in botonic components for correct functioning with the new parser in @botonic/core (Full stack/feature-branch-botonic1.0 #1700) and avoid breaking current @botonic/react package. Every component used in botonic 1.0 project, will be imported from @botonic/react/src/experimental.

Some things have been fixed or simplified in this process:

  • Simpler msgToBotonic function (no more weird accesses to data attributes, e.g.: now text of a Text component comes under the text property, not under text.text or text.data)
  • Now Location component receives delay and typing props as expected. lat and long are also recovered from localStorage now (was not working).
  • Now Audio, Image, Document, Video allow buttons within the same component.
  • New WebchatDev component with Botonic Playground.
  • Markdown now works properly with \ for double lines

Copy link
Contributor

@ericmarcos ericmarcos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀🚀🚀

@vanbasten17 vanbasten17 force-pushed the full-stack/react-experimental-components branch from a3e008d to b58cbf2 Compare July 9, 2021 13:09
@vanbasten17 vanbasten17 force-pushed the full-stack/react-experimental-components branch from f7e8bb7 to 2d0434e Compare July 9, 2021 13:11
@vanbasten17 vanbasten17 merged commit f7706e8 into full-stack/output-parser Jul 9, 2021
@vanbasten17 vanbasten17 deleted the full-stack/react-experimental-components branch July 9, 2021 14:46
ericmarcos pushed a commit that referenced this pull request Jul 15, 2021
* chore(react): add experimental components directory with necessary changes

* chore(react): bump to alpha 1.0.0-alpha.0

* fix(react): allow carousel elements without buttons

* chore(react): bump react to v1.0.0-alpha.1
vanbasten17 added a commit that referenced this pull request Jul 28, 2021
* chore(react): add experimental components directory with necessary changes

* chore(react): bump to alpha 1.0.0-alpha.0

* fix(react): allow carousel elements without buttons

* chore(react): bump react to v1.0.0-alpha.1
vanbasten17 added a commit that referenced this pull request Jul 28, 2021
* chore(react): add experimental components directory with necessary changes

* chore(react): bump to alpha 1.0.0-alpha.0

* fix(react): allow carousel elements without buttons

* chore(react): bump react to v1.0.0-alpha.1
vanbasten17 added a commit that referenced this pull request Jul 28, 2021
* chore(core): add minor improvements to models

* feat(core): add botonic output parser with tests and project config for hybrid project

* chore(core): bump to alpha 1.0.0-alpha.0

* fix(core): add support for postback inputs

* chore(core): bump core to v1.0.0-alpha.1

* Full stack/react experimental components (#1701)

* chore(react): add experimental components directory with necessary changes

* chore(react): bump to alpha 1.0.0-alpha.0

* fix(react): allow carousel elements without buttons

* chore(react): bump react to v1.0.0-alpha.1

* chore(ner/intent): support for botonic full-stack (#1644)

* chore(ner/intent): support for botonic full-stack

* refactor(plugin-ner, plugin-ic): baseUrl typed

Co-authored-by: Eric Lozano <ericlozano98@gmail.com>

* refactor(react): update whatsapp playground number and small lint errors

* chore(core): wrap non bwd compatible functionality with try/catch and make distributed package to point to lib

* Full stack: Add providerId in User interface (#1732)

* style(core): add providerId attribute in User interface

* test(core): refactor conditional expect

* chore(core/react): bump to 0.19.0-beta.0 (#1739)

Co-authored-by: Eric Lozano <ericlozano98@gmail.com>
Co-authored-by: Eric Marcos <ericmarcos.p@gmail.com>
Co-authored-by: Adrià Sastre <adria.sastre@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants