Skip to content

Commit

Permalink
v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed May 5, 2020
1 parent 5c307b2 commit e9158e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## 0.27.1 - 2020-05-04

### Fixed

- Fixed hydrate conditional root element for real
- Fixed JSX observable types [#105](https://github.com/luwes/sinuous/issues/105).

## 0.27.0 - 2020-04-25

### Added
Expand Down
21 changes: 4 additions & 17 deletions packages/sinuous/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <a href="https://github.com/luwes/sinuous"><img src="https://sinuous.netlify.app/images/sinuous-logo.svg?sanitize=true" height="40" alt="Sinuous" /></a>

[![Version](https://img.shields.io/npm/v/sinuous.svg?color=success&style=flat-square)](https://www.npmjs.com/package/sinuous)
![Badge size](https://img.badgesize.io/https://unpkg.com/sinuous/dist/sinuous-observable.min.js?v=1&compression=gzip&label=gzip&style=flat-square)
![Badge size](https://img.badgesize.io/https://unpkg.com/sinuous/module/sinuous-observable.js?compression=gzip&label=gzip&style=flat-square)
[![codecov](https://img.shields.io/codecov/c/github/luwes/sinuous.svg?style=flat-square&color=success)](https://codecov.io/gh/luwes/sinuous)
[![Financial Contributors on Open Collective](https://opencollective.com/sinuous/all/badge.svg?label=financial+contributors&style=flat-square)](https://opencollective.com/sinuous)

Expand All @@ -11,7 +11,7 @@

---

- **Small.** hello world at `~1.4kB` gzip. [¹]
- **Small.** hello world at `~1.4kB` gzip.
- **Fast.** [top ranked](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html) of 80+ UI libs.
- **Truly reactive.** automatically derived from the app state.
- **DevEx.** no compile step needed, choose your [view syntax](#view-syntax).
Expand All @@ -32,7 +32,7 @@

| Size | Name | Description |
| ----------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- | ---------------------------------------------------------------- |
| ![Badge size](https://img.badgesize.io/https://unpkg.com/sinuous/dist/all.min.js?compression=gzip&label=gzip&style=flat-square&v=1) | [`sinuous/all`](./packages/sinuous/all) | All modules [²] in one bundle for easy use with a `<script>` tag |
| ![Badge size](https://img.badgesize.io/https://unpkg.com/sinuous/dist/all.min.js?compression=gzip&label=gzip&style=flat-square&v=1) | [`sinuous/all`](./packages/sinuous/all) | All modules in one bundle for easy use with a `<script>` tag |

**cdn**: https://unpkg.com/sinuous/dist/all
**module**: https://unpkg.com/sinuous/module/all
Expand Down Expand Up @@ -64,7 +64,7 @@

---

_See [complete docs](https://sinuous.dev/introduction/getting-started/), or in a nutshell..._
_See [complete docs](https://sinuous.dev/docs/getting-started/), or in a nutshell..._

## View syntax

Expand Down Expand Up @@ -223,16 +223,3 @@ Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs][homep

[homepage]: https://saucelabs.com

## Footnotes

#### ¹ Smaller

Sinuous [TodoMVC](https://github.com/luwes/sinuous-todomvc/) 2.9kB < Svelte [TodoMVC](https://github.com/sveltejs/svelte-todomvc) 3.5kB

[¹]: #-smaller

#### ² All modules

Includes `sinuous`, `sinuous/observable`, `sinuous/map/mini` and `sinuous/hydrate`.

[²]: #-all-modules
2 changes: 1 addition & 1 deletion packages/sinuous/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sinuous",
"version": "0.27.0",
"version": "0.27.1",
"description": "🧬 Small, fast, reactive render engine",
"module": "module/sinuous.js",
"main": "dist/sinuous.js",
Expand Down

0 comments on commit e9158e8

Please sign in to comment.