Skip to content

Releases: synacor/preact-i18n

1.2.0 Add new MarkupText component

08 Feb 17:55
Compare
Choose a tag to compare

<MarkupText> is just like <Text> but it can also contain html markup in rendered strings. See the README for details

1.1.2 Pass context to functions passed into withText

01 Nov 17:43
Compare
Choose a tag to compare

Incorporates PR #15, which passes context to functions called by withText

1.1.1

08 Sep 01:18
Compare
Choose a tag to compare
  • Fix "module" entry/build having no named exports.

1.1.0

07 Sep 19:56
Compare
Choose a tag to compare
  • Give internal/generated components names (#10)
  • Build tweaks

Fix `withText` bug when using built bundle

05 Aug 15:31
Compare
Choose a tag to compare

Fixes issue #5 - withText usage : ReferenceError: assign is not defined

1.0.0

09 Jun 20:12
Compare
Choose a tag to compare

Initial public release!