Skip to content

Releases: WatWowMap/ReactMap

V1.0.5-beta

20 Aug 01:21
cd2747a

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

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

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:

v1.0.2-beta

09 Jun 12:42
4edc027

Choose a tag to compare

Features:

  • Adds MAD Backend Support
  • IV Badges for Pokemon with minimum IV setting
  • Encounter Ranges for Pokemon, Pokestops, and Gyms
  • AR Stops & Gyms are now supported and filterable
  • Create webhooks based off of Pokemon/Nest/Gym/Pokestop ID instead of Lat/Lon to automatically open popups upon load
  • Webapp capable meta tags (Credits: @lenisko )
  • Added support for a stats link

Bug Fixes:

  • Try/Catch blocks for better error handling
  • Pull invasion info from the correct source for masterfile
  • Fix an issue with areas.json not being optional
  • Fixed Ditto for use with Chuck backend
  • Fixed Polish language translation (Credits: @lenisko )

Notable Changes:

v1.0.1-beta Release

02 Jun 03:41
5bab496

Choose a tag to compare

Features:

  • Dynamic user menu api to easily add future options
  • Activate all timers for lures/raids/invasions
  • Flexible glow rules allow any number to be added to the config
  • Client side color selection
  • Cluster disabling
  • Timestamps are now in proper locale format
  • PVP V2 supports unlimited number of leagues set in the config
  • Full German translations (credit: @Swiss-Rainbow )

Bug Fixes:

  • PVP filtering for single Pokemon
  • Incorrect translation on submission cells
  • Some code changes throughout to use more consistent style/language
  • Some UI adjustments for German languages
  • Fix legacy filter that caused occasional crashing
  • Removed some unnecessary hooks to increase performance
  • Fixed parsing local-storage an unnecessary amount of times during startup

Initial Beta Release

29 May 02:16

Choose a tag to compare

First beta release is ready for testing!