Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@znarf znarf released this 17 May 19:45
2a80f4c

2.2.0 (2018-05-17)

Bug Fixes

  • locale is in pageProps, not props (e6a8174)
  • UserLoginForm: catch api.signin errors (baa1007)
  • make absolute images url works on client side (283ee74)
  • collective: stop relying on this.collective only set in constructor (1735e2a), closes #308
  • expenses: fix navigation between categories (886eaaa), closes #400
  • github banner: only show active sponsors (e029241)
  • OrderForm: move newsletterOptIn field to below 'Contribute as' field (4bc1173)
  • pages/signin: increase max-width to fix label wrapping (5016420)
  • SignInForm: use smOffset instead of empty Col for Button layout (23f9e8b)
  • TopBarProfileMenu: use Link to handle navigation on client side (3eb5017)
  • TopBarProfileMenu: use window.location.reload on logout (8df0e07)

Features

  • InputField: add HelpBlock to checkbox type (1dfd606)
  • OrderForm: add newsletterOptIn field to newUser form (d854b06)
  • SignInForm: add newsletterOptIn field (f04c71d)