Skip to content

Releases: binary-butterfly/react-charging-station-connector-icons

1.1.3

11 Sep 15:45
44bd3f6
Compare
Choose a tag to compare

This one should actually fix the bundle

1.1.2

11 Sep 15:39
9d6178a
Compare
Choose a tag to compare

The bundle was lacking all content.
Hopefully this fixes that.

What's Changed

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

Add exports to package.json

11 Sep 15:18
188e1a6
Compare
Choose a tag to compare

Might fix some builds

1.1.0

30 May 15:00
01d8f6d
Compare
Choose a tag to compare

This release adds an additional export for the TeslaS icon as that standard seems to be renamed to NACS now.

What's Changed

Full Changelog: v1.0.3...v1.1.0

1.0.3

22 May 13:31
833551a
Compare
Choose a tag to compare

This release adds the index.d.ts file to the files shipped by node, which we had forgotten to put in there before

What's Changed

Full Changelog: v1.0.2...v1.0.3

1.0.2

22 May 11:59
1b3e634
Compare
Choose a tag to compare

This release hopefully marks the first 1.0.x release that actually works as intended .-.

We now have tests (albeit extremely basic ones) in this repo to hopefully avoid messups like this in the future.

What's Changed

Full Changelog: v1.0.1...v1.0.2

1.0.1

22 May 08:49
cca000e
Compare
Choose a tag to compare

Welp, that last release did not work correctly, sorry about that 🙃

This should change that.

1.0.0

22 May 08:26
d5bcb6d
Compare
Choose a tag to compare

This release does not change much to the user, while changing a lot about how the library is built internally.
We have migrated from a pretty outdated webpack setup to a somewhat recent rollup one, switched the code to TypeScript to allow for better IDE autocompletion without shipping the source files, added an ESM build and probably more.

This change is breaking if you used to import the components from the source instead of the bundle, which was necessary when using vite for some reason.
This is because we no longer ship the source with npm releases.

What's Changed

Full Changelog: v0.2.4...v1.0.0

v0.2.4

27 Apr 13:14
ea7a813
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.4