Opencollective Frontend Versions Save

Open Collective's Frontend. A React app powered by Next.js.

v2.2.0

6 years ago

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)

v2.1.1

6 years ago

2.1.1 (2018-05-15)

Bug Fixes

  • graphql/queries: include expensePolicy in collectiveToEdit data (e0cf5bc)
  • templates/widget: isolate loading animation to image instead container (8116414)
  • templates/widget: typo oc-leading-container -> oc-loading-container (12a4a2c)
  • avoid calling getGraphqlUrl too early (before dotenv is properly triggered) (5ce3e57)

v2.1.0

6 years ago

2.1.0 (2018-05-09)

Bug Fixes

  • delete more 'http://' form prefixes (2c4706e)

Features

  • expenses: Allow to donate in kind with expenses (90eb94c)

v2.0.140

6 years ago

2.0.140 (2018-05-09)

Bug Fixes

  • latest eslint warnings in search (203d915)
  • send proper error when trying to get members CSV without authentication (a90f210)
  • pages/expense: allow pay action to submit (4551a9a)
  • search: better search field alignment, default no results (378f3f2)
  • search: scope styles to search-input class (eb0cf44)
  • search: set default empty string for query (a0dd06b)
  • TopBar: styles feedback for search input (e2f097b)

Features

  • components: add SearchIcon (c086999)
  • Expense: add processor fee payment for 'other' payouts (8535fbd)
  • graphql/queries: add search query for collectives (aaa828d)
  • search: add empty results message (fdf226a)
  • search: add getLoggedInUser state to Header, export mock page (6c00768)
  • search: add LoadingGrid component (915abab)
  • search: add pagination links, get limit, offset, total from query (e9fa4fe)
  • search: create initial search page with responsive styling (dd4dcb8)
  • TopBar: add responsive search input (74c02fa)