-
Notifications
You must be signed in to change notification settings - Fork 13
Merge v0.0.x into v0.1.x #230
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 v0.0.x into v0.1.x #230
Conversation
…tation feat: Added custom-query and custom-mutation for plugins
Bump version to 0.0.88
…t the possible ones
fix: Fix useLocaleMessage hook so it gets a similar locale to the one requested
…xed locales not being updated when english is desired locale
fix: Fix locales and mandatory arguments
…tion and adjust some ts-docs
…ced-layout ref: rename changeEnforcedLayout to setEnforcedLayout
ci: added samples validation in github CI
feat(ui-commands): ui-command to better manipulate generic content in sidekick area
fix(tests): Add static timeout for next slide to load in custom subscription hook
feat: add new PLUGINS_ONLY layout type
chore: Merge v0.0.92 tag into v0.0.x branch to sync package.json's version
…ync-0.0.x-0.1.x-080925-1 Conflicts: README.md package-lock.json package.json samples/sample-actions-bar-plugin/package-lock.json samples/sample-actions-bar-plugin/package.json samples/sample-audio-settings-dropdown-plugin/package-lock.json samples/sample-audio-settings-dropdown-plugin/package.json samples/sample-camera-settings-dropdown-plugin/package-lock.json samples/sample-camera-settings-dropdown-plugin/package.json samples/sample-custom-subscription-hook/package-lock.json samples/sample-custom-subscription-hook/package.json samples/sample-data-channel-plugin/package-lock.json samples/sample-data-channel-plugin/package.json samples/sample-dom-element-manipulation/package-lock.json samples/sample-dom-element-manipulation/package.json samples/sample-floating-window-plugin/package-lock.json samples/sample-floating-window-plugin/package.json samples/sample-generic-content-sidekick-plugin/package-lock.json samples/sample-generic-content-sidekick-plugin/package.json samples/sample-media-area-plugin/package-lock.json samples/sample-media-area-plugin/package.json samples/sample-nav-bar-plugin/package-lock.json samples/sample-nav-bar-plugin/package.json samples/sample-options-dropdown-plugin/package-lock.json samples/sample-options-dropdown-plugin/package.json samples/sample-presentation-dropdown-plugin/package-lock.json samples/sample-presentation-dropdown-plugin/package.json samples/sample-presentation-toolbar-plugin/package-lock.json samples/sample-presentation-toolbar-plugin/package.json samples/sample-screenshare-helper-plugin/package-lock.json samples/sample-screenshare-helper-plugin/package.json samples/sample-server-commands-plugin/package-lock.json samples/sample-server-commands-plugin/package.json samples/sample-ui-commands-plugin/package-lock.json samples/sample-ui-commands-plugin/package.json samples/sample-ui-events-plugin/package-lock.json samples/sample-ui-events-plugin/package.json samples/sample-use-meeting/package-lock.json samples/sample-use-meeting/package.json samples/sample-user-camera-dropdown-plugin/package-lock.json samples/sample-user-camera-dropdown-plugin/package.json samples/sample-user-camera-helper-plugin/package-lock.json samples/sample-user-camera-helper-plugin/package.json samples/sample-user-list-dropdown-plugin/package-lock.json samples/sample-user-list-dropdown-plugin/package.json samples/sample-user-list-item-additional-information-plugin/package-lock.json samples/sample-user-list-item-additional-information-plugin/package.json src/core/auxiliary/plugin-information/locale-messages/types.ts src/extensible-areas/media-area-item/component.ts src/ui-commands/index.ts src/ui-commands/types.ts
GuiLeme
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.
Please, also create a PR into the CORE of BBB (changing the version) so that we can see CI testing the samples that we currently support. Outside of that, it looks fine!
The BBB version 3.1 doesn't have the Action Button Dropdown anymore. It has been replaced by the Media Area.
Adds missing argument to media area separator in server commands sample.
GuiLeme
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.
LGTM!
What does this PR do?