Skip to content

Latest commit

 

History

History
525 lines (367 loc) · 38 KB

CHANGELOG.md

File metadata and controls

525 lines (367 loc) · 38 KB

2.9.0 (2019-1-12)

New Features
  • lets-go:
    • support switch friend codes (#316) (d2a1a856)
    • launch lgpe support (#317) (2250d55e)
    • add new spritesheet/css (#315) (5d74c31a)
  • robots: disallow /u/ pages from being indexed (#318) (dbaa0c58)

2.8.0 (2019-1-1)

New Features
  • games: use regional_support and national_support (#314) (2ec19806)
  • locations: use pokemon.locations to simplify logic (#312) (c1baa574)
Bug Fixes
  • dropdown: add scroll for over 6 dexes (#308) (bc6410d4)
Tests
  • circle: switch from travis to circle (#303) (93d461e0)

2.7.0 (2018-5-12)

Chores
  • notif: remove ultra sun / moon notif (#296) (8517d647)
New Features
  • search: add search element (#299) (ed97a5b8)
  • supporters: add supporters!! (81f6a5c8)
  • docker: add dockerfile and nginx.conf (#292) (687995f3)
Bug Fixes
  • modal: make modal vertically scrollable (c3c4548f)
  • scroll: fix scroll button (#298) (ab066204)

2.6.1 (2018-1-3)

Bug Fixes
  • box: only show alolan box on national dexes (#291) (52e161f7)

2.6.0 (2018-1-2)

New Features
  • usum: ultra sun ultra moon support (#290) (9511fcb5)
  • donate: add donation form (#279) (312b12e5)
  • sprites: update spritesheet and associated scss for usum (#289) (121c904d)

2.5.0 (2017-12-27)

Chores
  • game: replace usage of generation/region with game/regional (#288) (857d3ae6)
  • styles: remove border radius from buttons (f2f5bf0b)
  • deps: upgrade a few react modules (#281) (cdb5b7cc)
Bug Fixes
  • locations: add empty state to locations (202b608d)

2.4.1 (2017-8-13)

Bug Fixes

2.4.0 (2017-8-13)

Chores
  • deps: Removed unused direct dependency on json-loader (3ea51660)
New Features
  • footer: add footer (2d1c51aa)
  • info: show gen 6 for gen 7 national (1045d36c)
  • notif: remove alola support notification (c4a462d3)
  • tracker: Add name of pokemon on hover in evolution chain (87946a81)
Bug Fixes
  • styles: various style fixes (571aa355)
  • local-storage: make site usable without local storage (2afda049)
  • edit-dex: only show generation warning when there's loss of info (bf48cfa4)
  • fonts: add semibold montserrat (c084e8b6)

2.3.0 (2017-2-26)

Chores
  • yarn: switch to yarn (cb7982ac)
  • deps:
    • update babel packages to v6.22.0 (2f017b2e)
    • update babel-loader from v6.2.5 to v6.2.10 (47cf4dad)
    • update eslint-plugin-react from v6.8.0 to v6.9.0 (8c8aef32)
    • update eslint from v3.6.0 to v3.15.0 (d333e696)
    • update redux-thunk from v2.1.0 to v2.2.0 (c1ded915)
    • update react-router-redux from v4.0.6 to v4.0.8 (9bd6f6c8)
    • update react-modal from v1.5.2 to v1.6.5 (0715640f)
    • update react and react-dom from v15.3.1 to v15.4.2 (f59e826a)
    • update raven-js from v3.7.0 to v3.10.0 (29f0c4e1)
    • update qs from v6.2.1 to v6.3.0 (4eec07c9)
    • update css-loader from v0.25.0 to v0.26.1 (3e79dcca)
    • update babel-eslint from v6.1.2 to v7.1.1 (f93f97ec)
    • update node-sass and sass-loader (6ad8b289)
    • update webpack and webpack-dev-server to v2 (486b8642)
    • update lodash from v4.16.2 to v4.17.4 (c0e6d8ed)
    • update generate-changelog from v1.0.0 to v1.1.0 (557559a2)
    • update react-router from v2.8.1 to v3.0.2 (6f3efe7e)
    • update react-redux from v4.4.5 to v5.0.2 (2835377e)
  • devtools: Add hook for redux devtools (3348944c)
Documentation Changes

2.2.0 (2017-2-4)

New Features
  • notif: add national gen 7 notification (b822e34c)
  • boxes: take pokemon.box into account when grouping (5dc15493)
  • edit: add region to edit dex (4bd3f95d)
  • register: add region to registration (905bfb96)
  • create: add region to create dex (1da14043)
Bug Fixes

2.1.0 (2017-1-29)

Documentation Changes
  • readme: update travis badge (35e3de70)
New Features
  • notif: remove 2016-12-10 notif (8bbd8d08)
Refactors
  • pokemon: use pokemon.id instead of pokemon.national_id (b0583224)
Code Style Changes
  • lint:
    • enforce react/sort-comp lint rule (2f9d3b4f)
    • enforce react/self-closing-comp lint rule (c3f23992)
    • enforce react/no-array-index-key lint rule (15166acb)
    • enforce react/jsx-no-target-blank lint rule (c3a15921)
    • enforce react/jsx-boolean-value lint rule (bef5a621)
    • update eslint-plugin-react and enable common rules (546012cf)

2.0.1 (2016-12-12)

Bug Fixes
  • nav: fix dropdown for mobile (3948623a)

2.0.0 (2016-12-10)

Chores
  • webpack: exclude node_modules from babel to speed things up (2025792d)
  • config: add local config (e45c107e)
New Features
Bug Fixes
  • 404: gracefully 404 on the tracker page (4e84fccc)
  • mark-all: fix mark all button for partially marked box (fe093982)
  • notification:
  • sprites: use real gen 7 shiny sprites (bff0eec1)
  • dexes:
    • add functionality to edit/delete dex modal (8f54697e)
    • form style updates (24ef3cc0)
  • generation: default to gen 7 (29045018)
  • share: fix share styles (2a438168)
  • nav:
  • dex:
  • forms: scroll to top on form error (b2a5cd32)
  • register: redirect to first dex page instead of profile (46a328a2)

1.11.3 (2016-11-26)

Bug Fixes
  • evolutions: add some extra spaces (f9ac1d79)
Refactors
  • info: generate urls on the front-end (26b69510)

1.11.2 (2016-11-10)

Bug Fixes
Refactors
  • dexes: use the dexes API for the tracker page (af3e7cd0)

1.11.1 (2016-10-25)

Documentation Changes
Bug Fixes
  • load: wait for DOMContentLoaded if necessary (b5f49c65)
  • scroll: check if _dex exists (595f4ae2)
  • polyfill: add babel-polyfill (58ca2ea3)

1.11.0 (2016-10-23)

Chores
  • package: fix typos in the package.json (fbb86bb0)
  • cleanup: remove unnecessary comments (386a0e9b)
  • files: remove unused views and services directories (b57fb72e)
New Features
  • errors: add sentry for error logging (9fa732fc)
Refactors
  • jsx: use self-closing tags (8d0ba2e9)
  • state: move error and loading to local state (a546a25e)

1.10.0 (2016-10-22)

Bug Fixes
  • captures: bulk edit the state for (un)markall button (57004690)
  • redirect: redirect from home, login, register if logged in (9ce016e7)
  • region: fix non-mobile region select (6111c485)
  • twitter: fix refactored twitter link (74987406)
  • info: remove no-touch styles for info btn (b9cc0a7c)
Refactors
  • react:
    • add analytics (1836652c)
    • add account page (2e386c6a)
    • add mobile region picker (082adf3d)
    • modify document title for each route (7a9a05d8)
    • add mark all button (d3275140)
    • add functionality to reload component (5581641b)
    • move over reload styles (37f118e8)
    • add individual captured toggling capabilities (005aea0d)
    • use ref callback instead of ref string (d7374d68)
    • add scroll to top button (12b93052)
    • rename infoOpen and shareOpen to showInfo and showShare (166fdec8)
    • convert register page (fe793a65)
    • switch to react (347c2425)

1.9.0 (2016-10-10)

New Features
  • reload:
    • add functionality to reload component (ec9c61e9)
    • add reload component and styles (843e5156)
Refactors

1.8.0 (2016-9-17)

Chores
  • deps:
    • update node-sass from 3.4.2 to 3.9.3 (df898980)
    • make fsevents optional (581e1af4)
Documentation Changes
  • windows: make a note about using nvm on windows (a6d119c8)
  • shrinkwrap: add docs for fsevents/shrinkwrap issues (92e2bdbe)
Bug Fixes
  • pkicon: better class property (560d60ec)
  • webpack: use path.join in config (dd34937f)
  • home: replace loveball w pokesprite (37ce1387)
  • spinner: hide content when spinning (c8419d51)

1.7.0 (2016-9-6)

New Features
  • sprites: use modified pokesprite (17dcabcb)

1.6.0 (2016-9-5)

Chores
  • deps:
    • remove test dependencies (f78bb39a)
    • upgrade angular beta.17 -> rc.4 (792e565e)
    • upgrade angular beta.12 -> beta.17 (eb85bbcf)
Documentation Changes
  • contributing: add CONTRIBUTING.md (d29754da)
New Features
  • share: link to tweet (a9f4efc0)
  • account:
    • add functionality to the account page (83f2808d)
    • styles for account page (b90dcd3b)
    • lay base for account page (af6bf6ae)
  • twitter: add twitter link (a150dea1)
Bug Fixes
  • webpack: remove reference to istanbul-instrumenter (bf0c9626)
  • shrinkwrap: remove references to nodejitsu (652d79b7)

1.5.0 (2016-7-25)

Chores
  • lint: update tslint from 3.6.0 to 3.13.0 (0c89994f)
New Features
Tests
  • travis: enable travis ci for linting (da372952)

1.4.0 (2016-5-21)

New Features
  • evolutions: add links to the pokemon (c19c5f98)

1.3.0 (2016-5-17)

New Features

1.2.0 (2016-5-6)

New Features
  • scroll: enable scroll to top (cd2956ce)
  • dex: clickable scroll bar + back to top btn (89b22933)

1.1.0 (2016-5-1)

New Features
  • config: add configs for each environment (daa96e3a)

1.0.4 (2016-4-21)

Bug Fixes

1.0.3 (2016-4-17)

Bug Fixes

1.0.2 (2016-4-16)

New Features

1.0.1 (2016-4-16)

Bug Fixes

1.0.0 (2016-4-16)

Chores
  • 404: hook up 404 component (f7e5fd17)
  • description: update the description meta tag (3ba57237)
  • angular2: update from beta.9 -> beta.12 (5caf306f)
  • npm: add shrinkwrap file (ab16ecee)
  • init: initial commit (5145239a)
New Features
Bug Fixes
  • responsiveness: iphone 5 width (07b15636)
  • title: clean up titles (25ffad48)
  • home: update homepage (c934eae4)
  • box: styles (3cd617bc)
  • info:
    • correctly toggle loading for info component (1b42592c)
    • load pokemon info if it hasn't been loaded already (1ae54cb2)
  • tracker:
  • evolutions: styles (167848af)
  • number: polyfill intl because of browser compat (22f6d8ff)
  • nav: link to your tracker if logged in (ac2f31dd)
  • font:
    • fix m/f sign for set-captured-mobile (0027653d)
    • style m/f icons (04379070)
    • use font awesome male and female signs (d0e982f2)
  • pokemon:
    • add viewing class if viewing (9aca670e)
    • add empty class for empty boxes (24844b75)
  • style: no hover for disabled (f4434bd8)
  • dex: replace hover ux with clicks (cd859a79)
  • form: remove autocomplete etc (2dde464e)
  • login:
Refactors
  • event: rename pokemonHover to activeChange (d5b16a71)