@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 19.3.0]
8+ ### Added
9+ - Addons:
10+ - ` ember-changesets `
11+ - Components:
12+ - ` institutions-widget ` - has a list of institutions associated with a node. Has a modal to add/remove
13+ - ` institutions-list ` - shows a list of institutions
14+ - ` institution-select-list ` - a checkbox list of institutions a user can select
15+ - ` placeholder `
16+ - ` circle ` - a placeholder for circlular elements
17+ - Routes:
18+ - ` new-home ` - new logged out home page route
19+ - ` settings/account/change-password ` - Panel for changing a user's password
20+ - ` password-strength-bar ` - Shows the strength of a given password
21+ - ` support ` - updated language and links
22+
23+ ### Changed
24+ - Components
25+ - ` validated-model-form ` - use changesets automatically
26+
27+ ### Removed
28+ - Components
29+ - ` settings/account/request-export `
30+
31+ ### Fixed
32+ - ` osf-navbar/auth-dropdown ` - make sure ` campaign ` and ` next ` query params are included in link to register
33+
734## [ 19.2.0] - 2019-03-04
835### Added
936- Components:
@@ -63,6 +90,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6390 - Use a production build for handbook
6491- OSF API
6592 - Bump version from 2.8 to 2.14
93+ - Linting
94+ - upgraded to latest versions of:
95+ - eslint-plugin-typescript -> @typescript-eslint/eslint-plugin
96+ - typescript-eslint-parser -> @typescript-eslint/eslint-parser (now a dep of @typescript-eslint/eslint-plugin )
97+ - ember-cli-eslint (upgrade required to get eslint 5, for compatibility with @typescript-eslint/eslint-plugin )
98+ - eslint-plugin-ember (upgrade required for compatibility with ember-cli-eslint)
99+ - eslint-config-airbnb-base (upgrade required for compatibility with eslint 5)
100+ - eslint-plugin-eslint-comments (upgrade required for compatibility with eslint 5)
101+ - made style and config changes so that linting passes after above upgrades
66102
67103### Removed
68104- Components:
@@ -698,7 +734,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
698734### Added
699735- Quick Files
700736
701- [ Unreleased ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/0.7.0...HEAD
737+ [ Unreleased ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/19.2.0...HEAD
738+ [ 19.2.0 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/19.1.2...19.2.0
739+ [ 19.1.2 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/19.1.1...19.1.2
740+ [ 19.1.1 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/19.1.0...19.1.1
741+ [ 19.1.0 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/19.0.2...19.1.0
742+ [ 19.0.2 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/19.0.1...19.0.2
743+ [ 19.0.1 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/19.0.0...19.0.1
744+ [ 19.0.0 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/18.2.2...19.0.0
745+ [ 18.2.2 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/18.2.1...18.2.2
746+ [ 18.2.1 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/18.2.0...18.2.1
747+ [ 18.2.0 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/18.1.2...18.2.0
748+ [ 18.1.2 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/18.1.1...18.1.2
749+ [ 18.1.1 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/18.1.0...18.1.1
750+ [ 18.1.0 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/18.0.0...18.1.0
751+ [ 18.0.0 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/0.7.0...18.0.0
702752[ 0.7.0 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/0.6.1...0.7.0
703753[ 0.6.1 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/0.6.0...0.6.1
704754[ 0.6.0 ] : https://github.com/CenterForOpenScience/ember-osf-web/compare/0.5.2...0.6.1
0 commit comments