Skip to content

Releases: EVEShipFit/react

v2.3.0

09 Feb 13:00
11ba97e
Compare
Choose a tag to compare

What's Changed

  • feat: show how long it takes for a capacitor to deplete (if not stable) by @TrueBrain in #61

Full Changelog: v2.2.0...v2.3.0

v2.2.0

07 Jan 14:48
2af0a39
Compare
Choose a tag to compare

What's Changed

  • chore: bump datafiles to v6.1-20231214 by @TrueBrain in #58
  • feat: peak recharge / usage / delta statistics for capacitor by @TrueBrain in #60

Full Changelog: v2.1.0...v2.2.0

v2.1.0

22 Dec 19:35
68a1f90
Compare
Choose a tag to compare

What's Changed

  • feat: loading fits from a Browser's LocalStorage by @TrueBrain in #43
  • feat: show name of fit next to the fit by @TrueBrain in #44
  • feat: ability to rename fits and save them in the browser by @TrueBrain in #49
  • feat: visually indicate the origin of a fit (browser, ESI, ..) by @TrueBrain in #50
  • feat: import/export current fit as EFT string by @TrueBrain in #51
  • feat: import of ESI JSON fits from clipboard by @TrueBrain in #52
  • feat: "Share Link" button to quickly share the current fit by @TrueBrain in #56
  • fix: name a new ship's name based on the ship type by @TrueBrain in #45
  • fix: rotate the radial menu icon back into an upright position by @TrueBrain in #46
  • fix: use proper icons for cargo-hold and drone-bay by @TrueBrain in #47
  • fix: sort the fits based on their name by @TrueBrain in #48
  • fix: selecting two filters in Hardware shows an empty list by @TrueBrain in #55

Full Changelog: v2.0.0...v2.1.0

v2.0.0

10 Dec 16:14
fc97ab7
Compare
Choose a tag to compare

Breaking changes

This version has backwards incompatible changes:

  • HullListing no longer needs changeHull and changeFit, but uses shipSnapshotProvider directly.
  • ShipFitExtended no longer needs radius, but automatically adjust to the available width.

What's Changed

  • feat: list all modules for adding them to fits by @TrueBrain in #40
  • feat: ability to remove modules from a fit (via hover on module) by @TrueBrain in #42
  • fix: hull-listing overflows with 5 pixels on the bottom by @TrueBrain in #34
  • fix(ShipSnapshotProvider): React warns about duplicated key in storybook by @TrueBrain in #38
  • chore: refactor hull-listing to use tree-listing by @TrueBrain in #35
  • chore: use Providers to send functions deep into components by @TrueBrain in #36
  • chore: bump @eveshipfit/dogma-engine to 2.3.1 by @TrueBrain in #37
  • chore: calculate available slots in ShipSnapshotProvider by @TrueBrain in #39
  • chore: rework ShipFit to use SVGs for better pixel-perfect rendering by @TrueBrain in #41

Full Changelog: v1.10.0...v2.0.0

v1.10.0

01 Dec 13:47
6cff92a
Compare
Choose a tag to compare

What's Changed

  • feat: component to show in detail how attributes were calculated by @TrueBrain in #31
  • fix(ShipStatistics): mass is presented in kg, not the expected tons by @TrueBrain in #32

Full Changelog: v1.9.0...v1.10.0

v1.9.0

30 Nov 20:50
0406a4a
Compare
Choose a tag to compare

What's Changed

  • feat: integrate ESI fits and general improvements to hull listing by @TrueBrain in #29
  • feat: integrate "default characters" into character selection by @TrueBrain in #30

Full Changelog: v1.8.0...v1.9.0

v1.8.0

27 Nov 19:07
983917f
Compare
Choose a tag to compare

What's Changed

  • feat: list hulls for creating new empty fits by @TrueBrain in #28
  • fix: update the ESI refresh-token with the latest after authentication by @TrueBrain in #26
  • fix: better alignment in character selection by @TrueBrain in #27

Full Changelog: v1.7.0...v1.8.0

v1.7.0

26 Nov 15:51
92298f2
Compare
Choose a tag to compare

What's Changed

  • feat: ability to load characters and their skills from ESI by @TrueBrain in #25

Full Changelog: v1.6.1...v1.7.0

v1.6.1

24 Nov 21:26
012a259
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

24 Nov 21:17
e4152a0
Compare
Choose a tag to compare

What's Changed

  • feat: copy link of fits to clipboard (instead of opening new window) by @TrueBrain in #23
  • fix: NextJS errors on difference between server-render and client-render by @TrueBrain in #22

Full Changelog: v1.5.0...v1.6.0