colonel-kurtz
Advanced tools
Changelog
2.16.0
Dialog
addon accepts title
and headingComponent
props for
customizable headings.Dialog
y-axis overflow scrolls when necessary.This releases an update to the stylesheet. If you are not including it
from node_modules
, be sure to pull down the latest files from ./style
Changelog
2.15.0
This releases an update to the stylesheet. If you are not including it
from node_modules
, be sure to pull down the latest files from ./style
Changelog
2.14.0
New style updates warranted a minor release, however we also refactored some internal components related to block type navigation.
The stylesheet for this release was updated, for a stylesheet specific
to this version, reference the style
directory that is pulled down
with the npm
module.
Changelog
2.13.0
statics
. Instead, they
are returned from a getMenuItems
method on the component itself.menuWillSelect
has been
removed. For the purposes it was required for, getMenuItems
is sufficientmenu.md
doc for
the updated API.Changelog
2.12.2
react-ink
was missing in the build. Originally it was compiled
into the main payload, this changed when we updated the build
process. react-ink
is now a standard dependency.Changelog
2.12.1
dist
folder. Instead, the root folder was publishedChangelog
2.12.0
colonel-kurtz/addons
, their colonel-kurtz/build
counterparts
have been removed. This is due to a change in the build process to
help expose components for use when building new UI../docs/menus.md
./style/addons
so that it is
easier to pull down all styles at once or reference the directory in
node_modules
.This release has a breaking change to improve the ease of including React components defined by Colonel Kurtz when building new block types. If you are including addons, the following change is necessary:
In the case of the YouTube component addon, in the previous release it can be included using:
let YouTube = require('colonel-kurtz/build/addons/youtube')
This has now become:
let YouTube = require('colonel-kurtz/addons/youtube')