Skip to content

Releases: matthew-ia/cayo

v1.3.1

12 Jan 22:11
Compare
Choose a tag to compare

Fixed a bug in some error reporting that fire when a user added a non-existent path as a Cayo component's src prop, e.g.,:

<Cayo src="bad/path/to/Some.cayo.svelte" />

v1.3.0

12 Jan 20:25
50934fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

11 Jun 00:00
Compare
Choose a tag to compare
  • Fixes some bugs with Templates files related to comments and Doctype, which can change the expected HTML output compared to previous releases.
  • Refactored the way props are stored in the markup, to prevent some issues where Svelte would HTML encode the props stored as a JSON string, which could cause downstream effects in Cayo components.

v0.9.0 Beta

29 Dec 16:10
Compare
Choose a tag to compare
v0.9.0 Beta Pre-release
Pre-release

What's Changed

Full Changelog: https://github.com/matthew-ia/cayo/commits/v0.9.0