Skip to content

Releases: BuilderIO/builder

@builder.io/[email protected]

10 Feb 17:25
b85f0a4
Compare
Choose a tag to compare

Major Changes

  • 5ed08fc: - BREAKING CHANGE 🧨 : updated subscribeToEditor arguments: - arguments are now passed as a named argument object - apiKey is now a required field

Example:

  • from:
    subscribeToEditor('page', () => { ... }, options: {trustedHosts:['...']})
  • to:
    subscribeToEditor({
        apiKey: '...',
        model: '...',
        trustedHosts: ['...'],
        callback: () => { ... }
    })
  • 10a5754: BREAKING CHANGE 🧨: model and content are now required props for <Content>.

@builder.io/[email protected]

10 Feb 17:25
b85f0a4
Compare
Choose a tag to compare

Major Changes

  • 5ed08fc: - BREAKING CHANGE 🧨 : updated subscribeToEditor arguments: - arguments are now passed as a named argument object - apiKey is now a required field

Example:

  • from:
    subscribeToEditor('page', () => { ... }, options: {trustedHosts:['...']})
  • to:
    subscribeToEditor({
        apiKey: '...',
        model: '...',
        trustedHosts: ['...'],
        callback: () => { ... }
    })
  • 10a5754: BREAKING CHANGE 🧨: model and content are now required props for <Content>.

@builder.io/[email protected]

10 Feb 17:25
b85f0a4
Compare
Choose a tag to compare

Major Changes

  • 5ed08fc: - BREAKING CHANGE 🧨 : updated subscribeToEditor arguments: - arguments are now passed as a named argument object - apiKey is now a required field

Example:

  • from:
    subscribeToEditor('page', () => { ... }, options: {trustedHosts:['...']})
  • to:
    subscribeToEditor({
        apiKey: '...',
        model: '...',
        trustedHosts: ['...'],
        callback: () => { ... }
    })
  • 10a5754: BREAKING CHANGE 🧨: model and content are now required props for <Content>.

@builder.io/[email protected]

10 Feb 17:25
b85f0a4
Compare
Choose a tag to compare

Major Changes

  • 5ed08fc: - BREAKING CHANGE 🧨 : updated subscribeToEditor arguments: - arguments are now passed as a named argument object - apiKey is now a required field

Example:

  • from:
    subscribeToEditor('page', () => { ... }, options: {trustedHosts:['...']})
  • to:
    subscribeToEditor({
        apiKey: '...',
        model: '...',
        trustedHosts: ['...'],
        callback: () => { ... }
    })
  • 10a5754: BREAKING CHANGE 🧨: model and content are now required props for <Content>.

@builder.io/[email protected]

10 Feb 17:25
b85f0a4
Compare
Choose a tag to compare

Minor Changes

  • 5ed08fc: - BREAKING CHANGE 🧨 : updated subscribeToEditor arguments: - arguments are now passed as a named argument object - apiKey is now a required field

Example:

  • from:
    subscribeToEditor('page', () => { ... }, options: {trustedHosts:['...']})
  • to:
    subscribeToEditor({
        apiKey: '...',
        model: '...',
        trustedHosts: ['...'],
        callback: () => { ... }
    })
  • 10a5754: BREAKING CHANGE 🧨: model and content are now required props for <Content>.

@builder.io/[email protected]

10 Feb 17:25
b85f0a4
Compare
Choose a tag to compare

Major Changes

  • 5ed08fc: - BREAKING CHANGE 🧨 : updated subscribeToEditor arguments: - arguments are now passed as a named argument object - apiKey is now a required field

Example:

  • from:
    subscribeToEditor('page', () => { ... }, options: {trustedHosts:['...']})
  • to:
    subscribeToEditor({
        apiKey: '...',
        model: '...',
        trustedHosts: ['...'],
        callback: () => { ... }
    })
  • 10a5754: BREAKING CHANGE 🧨: model and content are now required props for <Content>.

@builder.io/[email protected]

10 Feb 17:25
b85f0a4
Compare
Choose a tag to compare

Minor Changes

  • 5ed08fc: - BREAKING CHANGE 🧨 : updated subscribeToEditor arguments: - arguments are now passed as a named argument object - apiKey is now a required field

Example:

  • from:
    subscribeToEditor('page', () => { ... }, options: {trustedHosts:['...']})
  • to:
    subscribeToEditor({
        apiKey: '...',
        model: '...',
        trustedHosts: ['...'],
        callback: () => { ... }
    })
  • 10a5754: BREAKING CHANGE 🧨: model and content are now required props for <Content>.

@builder.io/[email protected]

10 Feb 17:25
b85f0a4
Compare
Choose a tag to compare

Minor Changes

  • 5ed08fc: - BREAKING CHANGE 🧨 : updated subscribeToEditor arguments: - arguments are now passed as a named argument object - apiKey is now a required field

Example:

  • from:
    subscribeToEditor('page', () => { ... }, options: {trustedHosts:['...']})
  • to:
    subscribeToEditor({
        apiKey: '...',
        model: '...',
        trustedHosts: ['...'],
        callback: () => { ... }
    })
  • 10a5754: BREAKING CHANGE 🧨: model and content are now required props for <Content>.

@builder.io/[email protected]

05 Feb 15:44
4bc82ec
Compare
Choose a tag to compare

Patch Changes

  • 7d01119: feat: Add support for xsmall additional breakpoint.

@builder.io/[email protected]

05 Feb 15:44
4bc82ec
Compare
Choose a tag to compare

Patch Changes

  • 7d01119: feat: Add support for xsmall additional breakpoint.