Skip to content

Commit

Permalink
Fixes #10 - Copied to badge checklist and added changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
“n15g” committed Oct 13, 2019
1 parent ded28eb commit 269a738
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "badger",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
4 changes: 3 additions & 1 deletion src/app/_changelog.ts
Expand Up @@ -5,5 +5,7 @@ export const Changelog: { [id: string]: string } = {
"* https://github.com/n15g/badger/issues/1 - You can now rename and delete characters.\n" +
"* https://github.com/n15g/badger/issues/2 - You can now filter badges by character alignment.\n" +
"* https://github.com/n15g/badger/issues/3 - The search box will now also filter invention badges by invention level.\n" +
"* https://github.com/n15g/badger/issues/4 - Badge icons are now absolute urls instead of image reference keys."
"* https://github.com/n15g/badger/issues/4 - Badge icons are now absolute urls instead of image reference keys.",

"0.2.1": "* https://github.com/n15g/badger/issues/10 - Clear filters button on badge search now also clears alignment and sort."
};
Expand Up @@ -143,6 +143,8 @@ export class CharacterBadgeChecklistComponent implements OnInit {
this._type = "" as BadgeType;
this._mapKey = "";
this.queryStr = "";
this._alignment = "" as AlignmentFilterType;
this._sort = "" as BadgeSortType;
this.page = 1;
this.update();
}
Expand Down

0 comments on commit 269a738

Please sign in to comment.