Releases: chrishutchinson/cardkit
Releases · chrishutchinson/cardkit
v3.0.0
v2.0.6
- Enhancements to the internal custom font logic
- Ability to pass a format for a custom font
- Updates to the
README
to explain how to use custom fonts: https://github.com/times/cardkit#custom-fonts
v2.0.5
- Add support for a
fontWeight
configuration property ontype: 'text'
layers:
layerName: {
type: 'text',
fontWeight: 'bold',
// ...
}
v2.0.4
- Fix an issue where gradients did not render
v2.0.3
- Update README with details of Yeoman generator
- Fix dependency on
svg2png
to 4.0.0
v2.0.2
- Ensure package.json is up to date
- Ensure the dist versions are up to date
v2.0.1
Fixes an issue in CardKitDOM
where the UI would throw errors if layouts, themes or templates were not provided.
v2.0.0
CardKit 2 is here! As a reminder, here are the key new features:
- Simpler to install (npm or include a <script> tag)
- Simpler to initialise (new CardKit(configuration);)
- Bring your own UI or use the included one (CardKitDOM.renderUI())
- Server-side rendering (CardKitServer.renderToImage())
- Custom renderers (new MyCustomCanvasRenderer)
See the README for usage guides, and the Wiki for a more in-depth look at CardKit 2
v1.1.1
v1.1.0
- Add support for images to be editable via a drop down, as well as through file upload
- Allow dragging to be locked to a single direction through configuration
- Allow themes and sizes to have a default set
- Enable element attaching on the Y-axis, so that elements can be attached to elements above them, and move as they expand
- Add a configuration options to add a bounding-box when dragging elements, to give an understanding of their size
- Add support for variable line height, defined in the configuration object