Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Releases: Fordi/buildless

v1.3.3

05 Aug 16:00

Choose a tag to compare

Feature updates:

  • New hook: useEventListener - Attach a function as an event handler, detatching when the component is removed.
  • New hook: useSharedState - useState, but shared between instances of your app

v1.3.2

13 Apr 20:16

Choose a tag to compare

Maintenance dependencies update:

  • @babel/cli ^7.12.10 → ^7.13.14
  • @babel/core ^7.12.10 → ^7.13.15
  • @babel/plugin-proposal-nullish-coalescing-operator ^7.12.1 → ^7.13.8
  • @babel/plugin-proposal-numeric-separator ^7.12.7 → ^7.12.13
  • @babel/plugin-proposal-optional-chaining ^7.12.7 → ^7.13.12
  • clean-css ^4.2.3 → ^5.1.2
  • copy-webpack-plugin ^6.4.1 → ^8.1.1
  • webpack ^4.44.2 → ^5.32.0
  • webpack-cli ^3.3.12 → ^4.6.0

Feature updates:

  • Adjusted asyncComponent to use a Proxy instead of manually naming expected componentry
  • New helper: makeResolver - Make a URL resolver to a given base path
  • New helper: importFont - Import a font given a set of font files

v1.2.1

15 Mar 17:40

Choose a tag to compare

Bumped Preact to 10.1.13

v1.2.0

21 Jan 16:34

Choose a tag to compare

  • Fixed buid process

v1.1.19

21 Jan 15:46

Choose a tag to compare

  • Updated deps

v1.1.18

03 Jan 20:12

Choose a tag to compare

v1.1.18

Maintenance dependencies update:

  • microbundle 0.12.3 -> 0.13.0
  • preact 10.5.7 -> 10.5.9
  • babel 7.10.5 -> 7.12.10
  • webpack 4.43.0 -> 4.44.2

v1.1.17

04 Dec 17:35

Choose a tag to compare

v1.1.17

  • Improved server
  • Keeping up with preact
  • Added apiClient - Uniformly decorate requests.
  • Added createI18nContext - Simple and easy internationalization.
  • Added VERSION string

v1.1.16

18 Oct 14:58

Choose a tag to compare

Don't you hate it when a dependency fixes an important bug the day after you release?

v1.1.15

18 Oct 04:37

Choose a tag to compare

v1.1.14

30 Sep 19:21

Choose a tag to compare

Updates to Preact 10.5.3