Skip to content

Releases: smooth-code/smooth.js

v0.1.1-alpha.64

13 Dec 15:59
dcc5bc2
Compare
Choose a tag to compare
v0.1.1-alpha.64 Pre-release
Pre-release

Bug Fixes

  • smooth-plugin-headers: import from lib instead of src (#47) (524b2f4)

v0.1.1-alpha.63

21 Nov 08:13
8be3ee4
Compare
Choose a tag to compare
v0.1.1-alpha.63 Pre-release
Pre-release

Bug Fixes

  • graphql: Cannot read property '0' of undefined (#45) (a936930)

v0.1.1-alpha.62

12 Nov 17:42
2fcd434
Compare
Choose a tag to compare
v0.1.1-alpha.62 Pre-release
Pre-release

Bug Fixes

  • "*146221 FastCGI sent in stderr: "PHP message: PHP Warning: Use of undefined constant icl_object_id - assumed 'icl_object_id' (this will throw an Error in a future version of PHP) in /var/www/html/wp-content/plugins/smooth-js/index.php on line 152" (#46) (bf2a597)

v0.1.1-alpha.61

02 Oct 10:31
a2c0eec
Compare
Choose a tag to compare
v0.1.1-alpha.61 Pre-release
Pre-release

Features

  • new onServerError hook triggered on server errors (18857db)

v0.1.1-alpha.60

30 Aug 14:07
3efa085
Compare
Choose a tag to compare
v0.1.1-alpha.60 Pre-release
Pre-release

Bug Fixes

  • styled-components: fix race condition (9a30989)

v0.1.1-alpha.59

30 Aug 13:28
2820a1c
Compare
Choose a tag to compare
v0.1.1-alpha.59 Pre-release
Pre-release

Bug Fixes

  • fix dynamic import issue (45de75a)

v0.1.1-alpha.58

30 Aug 09:18
27e8bde
Compare
Choose a tag to compare
v0.1.1-alpha.58 Pre-release
Pre-release

Bug Fixes

  • styled-components: remove seal (ba523eb)

Features

v0.1.1-alpha.57

15 Jul 19:00
a6c192b
Compare
Choose a tag to compare
v0.1.1-alpha.57 Pre-release
Pre-release

Features

v0.1.1-alpha.56

05 Jul 10:17
b48740d
Compare
Choose a tag to compare
v0.1.1-alpha.56 Pre-release
Pre-release

Bug Fixes

  • fix router links on error page (048137e)

v0.1.1-alpha.55

04 Jul 14:37
4cbc4da
Compare
Choose a tag to compare
v0.1.1-alpha.55 Pre-release
Pre-release

Bug Fixes

  • fix date, dateTime & time with i18n (272a595)
  • wordpress: fix error 500 when using defaultUrl without WPML (50d8dd8)

Features

  • add i18n helpers (0ac9e09)
  • give access to language in error (60a67ba)

BREAKING CHANGES

    • useLang is now exported from smooth/i18n
  • lang, history, location, match are no longer forwarded to a
    page, use useLang and useRouter to get these informations