Skip to content

Releases: Download/preact-layout

v1.0.2

09 Oct 22:51

Choose a tag to compare

1.0.2: Better support for stateful components

v1.0.1

09 Oct 01:15

Choose a tag to compare

Support class components

  • Added support for class components
  • Cleaned up helper functions a bit
  • Exposed helpers, as it may be useful
    WARN: These are not part of the 'official' API and might not follow semver

v1.0.0

05 Oct 22:09

Choose a tag to compare

preact-layout

Preact Layout elegantly solves some common layout challenges you will undoubtedly
encounter when using Preact, due to the hierarchical nature of the component
tree and the one-way data flow. Preact Layout allows you to think out of the box.

Simple but powerful API

With just 2 components, the API is very simple to learn, yet powerful.

  • Layout to define layouts
  • Section to divide the layout into multiple sections

Lightweight

preact-layout is microscopically small. The sources are just over 2 Kb
and the minified and gzipped distribution file weighs only 1 kB.

Well documented

A good library needs plenty of good docs. In the case of preact-layout, the
docs are way bigger than the library itself! We have a
usage guide,
API docs,
examples and a
Preact Layout Kickstart CodePen to learn from.

Well tested

Good tests ensure not only that the code works, but that it keeps working! We use Travis
CI
to test every push to master so we
catch any bugs before they make it into a release.

Open Source, Open Community

preact-layout is Open Source software with a
public code repository and
public issue tracker.

v0.5.0

05 Oct 17:41

Choose a tag to compare

v0.5.0 Pre-release
Pre-release
0.5.0: Available via CDN, CodePen

v0.4.0

29 Sep 22:52

Choose a tag to compare

v0.4.0 Pre-release
Pre-release
0.4.0: Improved docs, example

v0.3.0

29 Sep 21:08

Choose a tag to compare

v0.3.0 Pre-release
Pre-release
0.3.0: Examples, docs

v0.2.0

29 Sep 20:35

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
0.2.0: API Improvements, better test coverage, better docs

v0.1.0

27 Sep 22:57

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
0.1.0: Initial working version with tests