From 566c67173918d016a0a6643ce0e1d159a7cfec7b Mon Sep 17 00:00:00 2001 From: Chi Nguyen Date: Tue, 9 Apr 2019 15:36:20 +0300 Subject: [PATCH] Prepare release 0.2.0 --- CHANGELOG.md | 67 +++++++++++++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 41 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b7b84ff..0d77b9a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +* 0.1.2 + ** MAJOR CHANGES ** + + - Add new selection field to sort filtered resources. Currently support to search by name, type, premise, people. + - Temporarily only show warning messages in 3 languages for IE11 user. + - Ability to favourite resources straight on search view instead going to resource detail page. + + ** CHANGELOG ** + + - [#895](https://github.com/City-of-Helsinki/varaamo/pull/895) Add sort to sort filtered resources. + - [#904](https://github.com/City-of-Helsinki/varaamo/pull/904) Favourite Resource on search view. + - [#909](https://github.com/City-of-Helsinki/varaamo/pull/909) Show warning message for IE11 users. + * 0.1.1 ** HOTFIX ** @@ -13,70 +26,70 @@ ** CHANGELOG ** UI changes: - - #863: Make homepage banner clickable. + - [#863](https://github.com/City-of-Helsinki/varaamo/pull/863): Make homepage banner clickable. - - #865: Delayed reservation. + - [#865](https://github.com/City-of-Helsinki/varaamo/pull/865): Delayed reservation. - - #867: Add config to fetch all unit that doesn't have empty resources. + - [#867](https://github.com/City-of-Helsinki/varaamo/pull/867): Add config to fetch all unit that doesn't have empty resources. - - #868: Add municipality filters for filtering resources base on municiples. + - [#868](https://github.com/City-of-Helsinki/varaamo/pull/868): Add municipality filters for filtering resources base on municiples. - - #873: Limit the selection of time slots to the ones within max period. + - [#873](https://github.com/City-of-Helsinki/varaamo/pull/873): Limit the selection of time slots to the ones within max period. - - #875: Expand advanced search panel when filters are applied. + - [#875](https://github.com/City-of-Helsinki/varaamo/pull/875): Expand advanced search panel when filters are applied. - - #876: Free-of-charge filter for resources. + - [#876](https://github.com/City-of-Helsinki/varaamo/pull/876): Free-of-charge filter for resources. - - #878: Remove the link for old website from the footer. + - [#878](https://github.com/City-of-Helsinki/varaamo/pull/878): Remove the link for old website from the footer. - - #883: Clear all filters after reset. + - [#883](https://github.com/City-of-Helsinki/varaamo/pull/883): Clear all filters after reset. - - #889: Disable reservation time limit for admins. + - [#889](https://github.com/City-of-Helsinki/varaamo/pull/889): Disable reservation time limit for admins. - - #899: Add unpublished tag to resource search list. + - [#899](https://github.com/City-of-Helsinki/varaamo/pull/899): Add unpublished tag to resource search list. - - #901: Add navigation links to staff and higher permission user. + - [#901](https://github.com/City-of-Helsinki/varaamo/pull/901): Add navigation links to staff and higher permission user. Upgrading: - - #854: Upgrade react-router to react-router v4. + - [#854](https://github.com/City-of-Helsinki/varaamo/pull/854): Upgrade react-router to react-router v4. - - #856: Add dockerize config to dockerize development environment. + - [#856](https://github.com/City-of-Helsinki/varaamo/pull/856): Add dockerize config to dockerize development environment. - - #857: Upgrade moment, moment-range, moment-timezome. + - [#857](https://github.com/City-of-Helsinki/varaamo/pull/857): Upgrade moment, moment-range, moment-timezome. - - #860: Upgrade lodash. + - [#860](https://github.com/City-of-Helsinki/varaamo/pull/860): Upgrade lodash. - - #862: Replace redux-logger with redux-devtools. + - [#862](https://github.com/City-of-Helsinki/varaamo/pull/862): Replace redux-logger with redux-devtools. - - #868: Upgrade react-select. + - [#868](https://github.com/City-of-Helsinki/varaamo/pull/868): Upgrade react-select. - - #874: Replace React internal prop-types with npm prop-types. + - [#874](https://github.com/City-of-Helsinki/varaamo/pull/874): Replace React internal prop-types with npm prop-types. - - #879: Upgrade React to 15.6.2, Enzyme to v3+. + - [#879](https://github.com/City-of-Helsinki/varaamo/pull/879): Upgrade React to 15.6.2, Enzyme to v3+. - - #882: Upgrade react-day-picker, remove react-date-picker. + - [#882](https://github.com/City-of-Helsinki/varaamo/pull/882): Upgrade react-day-picker, remove react-date-picker. - - #884: Upgrade babel to v7, webpack v4, replace Karma/Mocha/Chai with Jest. + - [#884](https://github.com/City-of-Helsinki/varaamo/pull/884): Upgrade babel to v7, webpack v4, replace Karma/Mocha/Chai with Jest. - - #890: Replace Chai with Jest's assertions. + - [#890](https://github.com/City-of-Helsinki/varaamo/pull/890): Replace Chai with Jest's assertions. - - #892: Remove unnecessary outdated dependencies: + - [#892](https://github.com/City-of-Helsinki/varaamo/pull/892): Remove unnecessary outdated dependencies: - Remove react-document-title, use react-helmet - Remove react-body-classname, classname append can be handled by classnames - - #893: Remove unnessary persisted state library, upgrade redux and dependencies: + - [#893](https://github.com/City-of-Helsinki/varaamo/pull/893): Remove unnessary persisted state library, upgrade redux and dependencies: - Remove redux-localstorage and redux-localstorage-filter. Replaced with vanilla code. - Upgrade redux and dependencies. - - #894: Upgrade React to 16.8.x: + - [#894](https://github.com/City-of-Helsinki/varaamo/pull/894): Upgrade React to 16.8.x: - Upgrade React to 16.8.x - Upgrade React's dependencies to latest. - - #900: Clean up obsolete/deprecated component. + - [#900](https://github.com/City-of-Helsinki/varaamo/pull/900): Clean up obsolete/deprecated component. - Delete navbar, sidebar, side-navbar which was replaced by new component but not getting removed. diff --git a/package.json b/package.json index fae09e1c0..d4e98e234 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "varaamo", - "version": "0.1.1", + "version": "0.2.0", "repository": { "type": "git", "url": "https://github.com/City-of-Helsinki/varaamo"