LogoLogo
  • Docs
  • Connector Configuration
  • Knowledge Base
  • Changelog
  • Changelog
  • Version 6
    • 6
      • 6.0
        • 6.0.13
        • 6.0.12
        • 6.0.11
        • 6.0.10
        • 6.0.9
        • 6.0.8
        • 6.0.6
        • 6.0.4
      • 6.1
        • 6.1.3
        • 6.1.4
  • Version 5
    • 5
      • 5.2
        • 5.2.12
        • 5.2.11
        • 5.2.10
        • 5.2.9
        • 5.2.6
        • 5.2.5
        • 5.2.4
        • 5.2.3
        • 5.2.2
        • 5.2.1
      • 5.1
        • 5.1.3
        • 5.1.2
        • 5.1.1
      • 5.0
        • 5.0.2
        • 5.0.1
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Version 6
  2. 6
  3. 6.0

6.0.12

What's new

  • Publishing an Integration update no longer replaces the Webhook (or a FormTrigger, or any other component with a URL in the Inspector) URL in the Integration Template with the URL from the Integration Draft flow.

  • Added support to change the limit (page size) in the appmixer.ui.Integrations widget.

const integrations = appmixer.ui.Integrations({ el: '#widget' });

integrations.state('query', {
    ...integrations.state('query'),
    limit: 3,
});

Previous6.0.13Next6.0.11

Last updated 3 months ago

Was this helpful?