Releases: EVEShipFit/react
Releases · EVEShipFit/react
v2.3.0
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
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
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
Breaking changes
This version has backwards incompatible changes:
HullListing
no longer needschangeHull
andchangeFit
, but usesshipSnapshotProvider
directly.ShipFitExtended
no longer needsradius
, 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
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
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
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
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
v1.6.0
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