Releases: webmatze/hyperborder
2.0.2
2.0.1
2.0.0
This is a major update to hyperborder.
Version 2.0.0 brings a completely new implemented animated gradient border that relies on SVG. This allows you to use other plugins like hyper-vibrance or hyper-transparency without any problems.
I hope you like the new release.
If you find any problems or bugs just create a new issue.
1.3.0
1.2.0
Thanks to a fix by @ecastillo the duration of the animation can now be configured in the .hyper.js
file and is actually used. 😄
This release will include several updates and security fixes for dependencies.
hyperborder 1.1.0
Thanks to the work of @Arttse you can now define the inner and outer radius of the hyperborder.
Just add borderRadiusInner
and borderRadiusOuter
configuration properties to your .hyper.js
configuration.
hyperborder 1.0.1
This release brings compatibility with the latest stable Hyper release v2.0.0.
We reworked the complete code by using more React features and made it more future proof.
hyperborder 0.11.1
This release changes the inner worklings of the animation system.
It should now require less system resources.
hyperborder 0.10.2
This release contains several pull requests by @Xapphire13
Thank you very much for your contributions.
tests: Adding basic tests and basic lint rules.
tests: Adding extensive tests for onRendererWindow()
fix: Fixing overflowing tab section border
hyperborder 0.9.3
Add repository URL to package.json (thanks, @chabou )
Makes it easier to find the source code on npmjs