Skip to content

Releases: bottledcode/swytch-framework

v0.3.0 — A better router component

13 Mar 09:03
v0.3.0
Compare
Choose a tag to compare
Pre-release

Upgrade nodes:

Massive changes were made to how things render to support children by maintaining a component stack and render stack. Now the router component accepts children instead of a 'render' attribute. Unlike before, children are only rendered when there is a children tag in a component.

Thus this:

<router method="GET" path="/" render="<MyComponent></MyComponent>"></router>

now becomes:

<router method="GET" path="/">
  <MyComponent></MyComponent>
</router>

Known issues

  • custom self-closing tags is technically a violation of html5 and trying to render them is an issue at the moment. You will see notices when trying to use them.

What's Changed

Full Changelog: v0.2.1...v0.3.0

Refactoring splines

07 Mar 22:08
v0.2.0
Compare
Choose a tag to compare
Refactoring splines Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.5...v0.2.0

V0.1.5 — bugfixes

05 Mar 17:44
v0.1.5
Compare
Choose a tag to compare
V0.1.5 — bugfixes Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.4...v0.1.5

V0.1.4 -- Yuzu

04 Mar 16:12
v0.1.4
Compare
Choose a tag to compare
V0.1.4 -- Yuzu Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.3...v0.1.4

Pumpkin

04 Mar 10:05
Compare
Choose a tag to compare
Pumpkin Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2 — Juniper Berry

28 Feb 22:23
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.1.2

New App

28 Feb 21:15
Compare
Choose a tag to compare
New App Pre-release
Pre-release

A new App object to make things easier

First Stable-ish release

26 Feb 21:44
8df4943
Compare
Choose a tag to compare
Pre-release

The first release with a readme! 🍾

There's so much more todo, but now this framework can be discovered. No marketing material yet...