Skip to content

Releases: FuelRats/fuelrats.com

v2.8.0 - the one with slide in modals.. and stuff.

15 Jul 17:25
96832f9
Compare
Choose a tag to compare

This is a smaller release that was pushed forward on it's schedule. enjoy some features we didn't intend to push for another couple months yet!

Changes

  • Version page no longer links to github commit comparison as that information is not easily accessible via teamcity :(
  • Rewrite modals so they have transitions.. and work better.
  • Disable storefront while our quartermaster is away.

Fixes

  • Fix Privacy Policy links on /register and /i-need-help. Thanks @noctilucent-dev!

Other

  • Move website CI to our own teamcity instance. woo!
  • We added stylelint to our tool chain, so our css is more betterer.

v2.7.3

08 Jul 17:31
92d1e8b
Compare
Choose a tag to compare

Fixes

  • Fix password input in add nick form so it actually works.

v2.7.2 - Yo we made more big changes

26 Jun 19:03
123af97
Compare
Choose a tag to compare

Additions

  • Add rat honors to leaderboard
  • Add local pagination and rat name filtering to leaderboard
  • New redesigned profile front page (that looks amazing)

Changes

  • Remove old statistics page and everything related to them. Link to public grafana board instead.
  • Clean up Regex patterns/match stuff
  • Clean up <AppLayout />, Move page transition to it's own component (<PageLayout />)
  • Define custom next _error page instead of shoehorning our own in for no good reason.
  • Move ImageLoaderWorker to global state.
  • Change how carousel handles slide data so it plays nice with images loaded via global worker

Fixes

  • Fix CSP for edge and older firefox versions.
  • Fix authorize page being hidden when preAuthorized
  • Fix SSR rendering breaking on pages (react-spring bug fixed in v9)

v2.7.1

08 Jul 17:36
03f5657
Compare
Choose a tag to compare

Fixes

  • Fix nickname input pattern

v2.7.0 - Profile enhancements, new paperwork view, and more!

12 Jun 04:35
db456b4
Compare
Choose a tag to compare

Additions

  • Front page slideshow/carousel
    • With image loading web worker logic by @EladKarni
  • New rat manager so you can create, rename, and delete rats at will. (ship manager coming soon!)
  • Rescue list/search page for overseer+
  • Global state selectors to simplify redux state mapping.
  • Page url parameter for profile page tabs.

Changes

  • Redesigned paperwork view page.
    • This is also @314numberpi's first major contribution as our latest tech rat! Welcome to the team.
  • Redesign store products page slightly so it's nicer to interact with.
  • Add rescue header and quotes to paperwork edit form.
  • Add simple page transitions. Now you're playing with (react-spring) power!
  • Improved switch toggle by adding icons to better illustrate state
    • This has the added effect of also making the switch color-blind friendly
  • Add tooltips/error messages to ValidatedFormInput - Thanks @EladKarni
  • Display TOS/COC pages after the user attempts to submit registration form - Thanks @EladKarni!
  • Automatically trim whitespace for IRC nicks and CMDR names - Thanks @EladKarni!
  • Upgrade to Next 8
  • Update TabbedPanel tab appearance
  • removed an easter egg. (but it's okay since it was removed to make way for a real implementation of what the easter egg did.)
  • unmount page from app if user logs out while on authenticated page.
  • Better project documentation
  • Update project code style

Fixes

  • Fix up SCSS styles to comply with node-sass
  • Fix store order listing page breaking when products/skus no longer exist
  • Various other small bugfixes and overall improvments

v2.6.3

19 Dec 08:39
4ddc6b8
Compare
Choose a tag to compare
  • Fix bug preventing proper login after a successful registration