Releases: appsocially/vue-upil
Releases · appsocially/vue-upil
Fix missing VSheet import in time-input
2.3.5 Merge branch 'master' of https://github.com/appsocially/vue-upil
Fix for i18n text fallback
2.3.4 Merge pull request #12 from appsocially/dependabot/npm_and_yarn/node-…
Add time-input widget
Merge pull request #11 from appsocially/feat/time-input Feat/time input
Minor dynamic list style updates
2.3.2 Improve minor dynamic list visual issues
Add dynamic list widget
Merge pull request #10 from appsocially/feat/dynamic-list-builder Feat/dynamic list builder
Localized transform variable functions
2.3.0 Merge pull request #9 from appsocially/feat/localized-variable-transf…
Minor i18n syntax update
2.2.0 Slight i18n metadata syntax update to prevent variable name collisions
i18n Release
Add internationalization support:
- Add translations into scripts
- Easily switch languages on the fly
2.0 release
- Upgrade to storybook 6.0
- Refactor chatmode to allow easier portability of form-mode widgets
- Add new
transformTextVariables
andtransformReplyVariables
hooks to reduce burden of adding widgets with custom data types. With new hooks, oftentimes adding custom reply-nodes is no longer necessary. And using data in-line in script is also possible. - Introduce date, date-time, range widgets to chatmode
- Improve organization of stories and add controls to allow more interaction.
- Add theming story examples
0.2.0: Merge pull request #6 from appsocially/feat/explicit-imports
Feat/explicit imports