Releases: binary-butterfly/react-charging-station-connector-icons
1.1.3
1.1.2
The bundle was lacking all content.
Hopefully this fixes that.
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #21
- Fix bundle (hopefully) by @DysphoricUnicorn in #23
Full Changelog: v1.1.1...v1.1.2
Add exports to package.json
Might fix some builds
1.1.0
This release adds an additional export for the TeslaS icon as that standard seems to be renamed to NACS now.
What's Changed
- Update GitHub actions to their newest versions by @DysphoricUnicorn in #16
- Additionally export TeslaS icon as NACS by @DysphoricUnicorn in #18
Full Changelog: v1.0.3...v1.1.0
1.0.3
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
- Ship types by @DysphoricUnicorn in #15
Full Changelog: v1.0.2...v1.0.3
1.0.2
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
- Fix Components being returned as functions and add tests by @DysphoricUnicorn in #12
- Update readme by @DysphoricUnicorn in #13
- Remove .idea/ dir from version control by @DysphoricUnicorn in #14
Full Changelog: v1.0.1...v1.0.2
1.0.1
Welp, that last release did not work correctly, sorry about that 🙃
This should change that.
1.0.0
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
- Add release pipelinee by @DysphoricUnicorn in #3
- Modernize build process by @DysphoricUnicorn in #10
Full Changelog: v0.2.4...v1.0.0