Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

colonel-kurtz

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colonel-kurtz - npm Package Versions

1
9

2.23.0-rc1

Diff

nhunzaker
published 2.23.0 •

Changelog

Source

2.23.0

Noticeable Changes

  • The BlockType creator menu now properly displays focus state
  • BlockTypes given a group property will display as a dropdown in the BlockType creator menu.

Upgrading

All changes are non-breaking. For those not including the Colonel Kurtz stylesheet via node_modules, you will need to update your stylesheet in order to benefit from the new focus state on the BlockType creator menu

BlockTypes can be grouped! To do this, add a group property to your block type like so:

let blockTypes = [
  {
    id: 'youtube',
    group: 'Embedded'
    // other props
  },
  {
    id: 'twitter',
    group: 'Embedded'
    // other props
  },
  {
    id: 'facebook',
    group: 'Embedded'
    // other props
  }
]
nhunzaker
published 2.23.0-rc •

nhunzaker
published 2.23.0-alpha3 •

nhunzaker
published 2.23.0-alpha2 •

nhunzaker
published 2.23.0-alpha •

nhunzaker
published 2.22.0 •

Changelog

Source

2.22.0

Noticeable Changes

  • Added a hint property the <Field />
  • Added uid dependency to generate unique ids for <Field /> hints
  • Updated some development dependencies
  • The YouTube addon will now accept a URL in addition to ID. The ID of the YouTube video will be extracted and saved (no breaking change)
  • Updated the labels and hints for the YouTube addon to make it clear that a URL may also be pasted into the field.
  • Added hint property to <Embeddable /> to allow hint text on its <Field /> component
  • Added padding to right of <Field /> label to handle very long labels colliding with menu button.

Upgrading

There are small style updates to <Field /> those not pulling in the style sheet from node_modules should update theirs accordingly.

nhunzaker
published 2.21.0 •

Changelog

Source

2.21.0

  • The <Field /> component is no longer a controlled input
  • The <Field /> component label now wraps its input
nhunzaker
published 2.21.0-rc1 •

nhunzaker
published 2.20.0 •

Changelog

Source

2.20.0

  • Added Embedded common component addon. The YouTube addon now uses it.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc