Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Latest commit

 

History

History
140 lines (72 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

140 lines (72 loc) · 5.93 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2017-05-03)

Bug Fixes

  • Build: Fix missing file in dockerfile, update docker-compose use force recreate, add .git to do (91627c7)
  • Docker file: fix docker file caching build (bf365be)
  • Searching: [FIX] Category search not working properly (832c6c4)
  • Server: Remove raven config and move to env (300e966)

Features

  • Batcher: Add resizer and thumbnail bathc (0540e14)

1.1.0-beta.5 (2017-05-02)

Bug Fixes

  • Build: Fix missing file in dockerfile, update docker-compose use force recreate, add .git to do (91627c7)

1.1.0-beta.4 (2017-05-01)

Bug Fixes

  • Searching: [FIX] Category search not working properly (832c6c4)
  • Server: Remove raven config and move to env (300e966)

Features

  • Batcher: Add resizer and thumbnail bathc (0540e14)

1.1.0-beta.3 (2017-04-16)

Bug Fixes

  • Autocomplete: Scientific name in autocomplete must be nomalized (ebf18bf)
  • Pagination: Mobile UI Pagination number is not working properly (1d88e16)
  • Web: Fix _id missing in each query cause apollo crash (a5cca93)

Features

  • Search: Autocomplete search UI Improvment (88d6718)
  • Seed: Add image batch resizer (c3ea48d)
  • Server: Add sentry io error log management (08ee0f7)
  • Web: Add github, policy, terms link (2d70b36)
  • Web: Add terms, changelog, policy page (854bc6e)

1.1.0-beta.2 (2017-03-29)

Bug Fixes

  • Autocomplete: Scientific name in autocomplete must be nomalized (ebf18bf)
  • Pagination: Mobile UI Pagination number is not working properly (1d88e16)

Features

  • Search: Autocomplete search UI Improvment (88d6718)

1.1.0-beta.1 (2017-03-29)

Bug Fixes

  • Dependency: Missing dependency version ( React-dom )

1.1.0-beta.0 (2017-03-28)

Bug Fixes

  • Search: Fix Thai language search, Update UI (509ffc5)

Features

  • Search input: Add autocompletion for scientific name (0c7f479)
  • Search input: Add family name to autocompletion result (9721b77)
  • Search input: Highlight search text (c1b6ecb)

Performance Improvements

  • Search: Optimize search query (49b700e)

1.0.0 (2017-03-26)

Bug Fixes

  • Search input bar: UI Improvement (42628af)
  • Searchinput bar: fix none selected search (e6992f5)
  • seeding: filter all sciname with _ (aa335fb)

Features

  • components/Footer: Redesign footer (e5c8392)
  • Plant resolver: optimize resolve with aggregation (dcca75a)
  • Related plant list: add Location of plant to plant result list (2534c9d)
  • report: Add report Page (794fc1f)
  • report: Add report GraphQL schema (bb61c55)
  • Report: User can report issues from PlantDetail page with URL link (c8097ee)
  • Result list: show total amount of result (7dae216)
  • server/models, pages/report, container/ReportPage: Add Report page (4f0100b)

Performance Improvements

  • Plant resolver: Optimize search query across the collections with aggregation (0ea53a4)