Skip to content

Releases: WatWowMap/ReactMap

V1.1.2

04 Apr 22:06
b3efaab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

V1.1.1

04 Mar 06:10
Compare
Choose a tag to compare
  • Better pre-hatched raid boss filtering
  • Better browser compatibility
  • Fix mad webhook params

V1.1.0

02 Mar 02:23
be8ae26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.16...v1.1.0

V1.0.16

05 Feb 15:26
a89eb94
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.14...v1.0.16

V1.0.14

15 Jan 20:28
cab92c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7-beta...v1.0.14

V1.0.7-Beta

22 Oct 15:05
79f1e6f
Compare
Choose a tag to compare

Features:

  • Smart clustering
  • Forced Clustering for performance
  • Alerts when forced clustering
  • Knex & Objection Upgrades
  • Dual quest support
  • Multi Grunt Support
  • Client caching for UICONS and Invasions
  • Optional Pokestop quest indicator
  • Message of the Day
  • Image decorator fallbacks
  • Spanish translations
  • Remove expired Pokemon/Raids/Invasions/Lures (no more negative timers)
  • Invasion fallbacks
  • Raid level filtering
  • Node 14 requirement and checks
  • Large POI image for solo Pokestops
  • Huge performance increases in the advanced menu
  • Better search functionality, including the + for family
  • Normal form filtering
  • Auto pagination for Options
  • Alternative navigation controls
  • Form names in popup
  • MAD Ditto Support

Bug Fixes:

  • Quest popup fixed Credits @lenisko
  • Fix RDM's lack of cap support
  • Gym slot equality check
  • Fix exclude issue when something is excluded, then re-add before a refresh
  • Some config default fixes
  • Icons immutability class issue
  • Various translations from @Fabio1988 @lenisko @bbdoc @ReuschelCGN

V1.0.6-beta

27 Sep 01:39
f33b050
Compare
Choose a tag to compare

Features:

  • Support Both Set & Unset Quest Pokemon Rewards
  • Update pl.json ( Credit: @lenisko )
  • Popup Avatar
  • fix missing de translation keys ( Credit: @Fabio1988 )
  • Remove Axios
  • Filter by Caps & Mega
  • Min & Max PVP Ranks
  • Adds Quest Message
  • Show Polygons
  • Add Area/City Route Support
  • Add Custom Migration Table Name
  • Google Analytics
  • Spread Pokemon
  • Add Forms/NPC Reward Support

Bug Fixes:

  • Rehash of Fix Dom Events Propagating through Fabs
  • Fix Ditto
  • Execute migration on docker up ( Credit: @Fabio1988 )
  • Filter Check Fix
  • Add Missing Category Filter
  • Fix Alignment Quest
  • Update Ohbem
  • GraphQL Query Fix
  • Fixes MAD Available Raids Selection
  • Fix Adv Gym Slots
  • Consistify Raid Modifiers ( Credit: @plinytheelder )
  • fixes docker-compose example ( Credit: @Fabio1988 )

Mandatory Config Changes

Notable Changes:

V1.0.5-beta

20 Aug 01:21
cd2747a
Compare
Choose a tag to compare

Features:

  • Huge package refresh, vastly increases performance
  • Polish locales ( credit: @lenisko )
  • Missing EN locales ( credit: @lenisko )
  • Adjustable locale btn sizes ( credit: @lenisko )
  • Rework Spawnpoint style ( credit: @lenisko )
  • Rework portal popup style ( credit: @lenisko )
  • Dynamically set z-index for hundo visibility ( credit @pjorritsma )
  • UICONS Support
  • FR Translations ( credit: @bbdoc )
  • Default UICONS ( credit: @Petap0w )
  • Update generators, always pull latest mf and translations

Bug Fixes:

  • Fix Import Button
  • Fix MAD Legacy Filter
  • Missing MAD gyms/stops
  • Fix multi-polygon routes
  • Revert dom propagating events
  • Adv menu gen8 bug fixes

Mandatory Config Changes

Notable Changes:

v1.0.4-beta

02 Jul 02:13
e28d774
Compare
Choose a tag to compare

Features:

  • Global search with support for Quest Rewards, Pokestops, Raids, Gyms, Portals, and Nests
  • Add colors to indicate location requesting/following/active ( credit: @Mygod )
  • MAD PVP Support ( credit: @Mygod + me )
    Generates PVP results on the fly for MAD users. Also works with RDM if you don't want to limit yourself to just Great/Ultra League!
  • Better request timeout handling ( credit: @Mygod )
  • ESLint removed during production builds ( credit: @Mygod )
  • Added styling to the scrollbar ( credit: @ccev )
  • Raid level badges

Bug Fixes:

  • Docker config ( credit: @Fabio1988 )
  • Fix candy quest excluding
  • Fix location following ( credit: @Mygod )
  • Only show PVP cap when relevant ( credit: @Mygod )

Mandatory Config Changes
The leagues array in the database->settings object in the config needs to be updated to look like the following format instead of ['great', 'ultra']! Be sure to make this change before pulling.

      "leagues": [
        { "name": "great", "cp": 1500 },
        { "name": "ultra", "cp": 2500 },
      ],

Notable Changes:

v1.0.3-beta

23 Jun 20:05
4cb3136
Compare
Choose a tag to compare

Features:

  • Docker Support (Credit: @Fabio1988)
  • Tutorial to run through map basics
  • Profile page that displays what users currently have access to
  • Persist drawer dropdown selection
  • Persist advanced menu filter selection
  • Toggle EX Gym badge to appear next to eligible gyms
  • Candy quest reward support
  • SQL Area Restrictions
  • Enable/Disable item in advanced menu by clicking the image (Credit: @Petap0w)
  • Legacy/MapJS filter now optional to display
  • XS Rats/XL Karp
  • French translations (Credit: @Petap0w)
  • Timers are now not as bulky
  • Array added for admin's that want to have a combination of free/Discord enabled permissions

Bug Fixes:

  • Fix sliders so they can no longer error if dragging over a text box
  • Unknown raid bosses now appear correctly
  • Improve missing German translations (Credit: @Fabio1988)
  • Fix ICONS syncing correctly with the index
  • EX Eligible gyms show correctly
  • Show raid timer as soon as boss is known (Credit: @Petap0w)

Notable Changes: