Skip to content

Latest commit

 

History

History
100 lines (76 loc) · 8.7 KB

CHANGELOG.md

File metadata and controls

100 lines (76 loc) · 8.7 KB

0.1.1 (2019-01-26)

Chores
  • organisation: Fixed gitignore syntax (3a22bfaa)
  • update dependency: geofirestore (40397e26)
  • Git:
    • added src/*.css to gitignore (2a6c4611)
    • removed more tracked files that shouldn't have been tracked (ee3814df)
    • untracked files that had become erroneously tracked (2ee7d2c3)
  • tests: added lots of low level tests (108c8c34)
  • Files:
    • update command file to start in right dir (5230da3b)
    • deleted old location (f1587683)
    • moved files to root of CoVoBETA (d818e718)
  • added dependency: geofirestore to use for real time geo queries (53930ce3)
  • Tests: added routes for multiple components in tests (1fa54308)
  • dependencies:
    • added @firebase/app-types back as dev dep to fix false positive warnings (53841c54)
    • node-sass-chokidar moved to dev dependencies (ca0610d5)
    • npm-run-all moved to dev dependencies (56a7b54e)
  • update:
    • updated redux-localstorage-simple (c7ba0a92)
    • updated react-router-dom (657bf906)
    • react-dom update (5911fd12)
    • removed @firebase/app-types and updated typeface-roboto (7146be4a)
Documentation Changes
  • organisation: moved wiki and todo project to readme (2cae55fd)
New Features
Bug Fixes
  • tools:
    • CircleCI config updated to invalidate cache and node v8.11.3 (4e595b6b)
    • update circleci config for new root organisation (afdd2ba7)
  • Router:
    • test with firebase config rewrite and BrowserRouter (d6e9a787)
    • use HashRouter to test for static server (542a1687)
  • redirect: removed redirect because of loop (80d89435)
  • CoVoPlaceChooser: moved maps api script to head (b2fcd6fb)
  • eslint: switch case indentation normalised (e77b7a87)
  • PlacesAutocomplete: declared callback func before api load (8514193f)
  • Gmaps: before react-places-autocomplete update to enable async (6353fa98)
Other Changes
  • git: fixed timestamp previously tracked but should be ignored (919c4026)
  • tools: added generate-changelog to dev dependencies and added scripts to use it in package.json (0513d373)
  • refactor: small changes (81c6089c)
Refactors
  • store: moved store creation and firebase init to files (30e2850d)

0.1.0 (2018-07-26)

Chores
  • added dependency: geofirestore to use for real time geo queries (53930ce3)
  • Tests: added routes for multiple components in tests (1fa54308)
  • dependencies:
    • added @firebase/app-types back as dev dep to fix false positive warnings (53841c54)
    • node-sass-chokidar moved to dev dependencies (ca0610d5)
    • npm-run-all moved to dev dependencies (56a7b54e)
  • update:
    • updated redux-localstorage-simple (c7ba0a92)
    • updated react-router-dom (657bf906)
    • react-dom update (5911fd12)
    • removed @firebase/app-types and updated typeface-roboto (7146be4a)
New Features
Bug Fixes
  • CoVoPlaceChooser: moved maps api script to head (b2fcd6fb)
  • eslint: switch case indentation normalised (e77b7a87)
  • PlacesAutocomplete: declared callback func before api load (8514193f)
  • Gmaps: before react-places-autocomplete update to enable async (6353fa98)
Other Changes
  • tools: added generate-changelog to dev dependencies and added scripts to use it in package.json (0513d373)
  • refactor: small changes (81c6089c)
Refactors
  • store: moved store creation and firebase init to files (30e2850d)