Skip to content

Releases: webmatze/hyperborder

2.0.2

26 Sep 20:21
Compare
Choose a tag to compare

This patch release fixes a problem with some plugins where the inner content overflows the border stroke area of the hyperborder.
Thanks to @zgobolos for the contribution.

2.0.1

18 Sep 09:40
Compare
Choose a tag to compare

This patch release sets some sensible defaults so you can use hyperborder without adding any configuration to your hyper terminal configuration. Enjoy.

2.0.0

17 Sep 18:32
Compare
Choose a tag to compare

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.

hyperborder-v2 0 0

I hope you like the new release.

If you find any problems or bugs just create a new issue.

1.3.0

11 Jan 23:07
Compare
Choose a tag to compare

This bugfix release fixes a problem introduced by a recent change in hyper.
PR: vercel/hyper#6128

Thanks for the report @EliasGcf

1.2.0

14 Aug 20:01
Compare
Choose a tag to compare

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

20 Apr 10:49
Compare
Choose a tag to compare

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

20 Apr 10:46
Compare
Choose a tag to compare

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

20 Apr 10:42
Compare
Choose a tag to compare

This release changes the inner worklings of the animation system.
It should now require less system resources.

hyperborder 0.10.2

15 Nov 12:45
Compare
Choose a tag to compare

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

15 Nov 12:37
Compare
Choose a tag to compare

Add repository URL to package.json (thanks, @chabou )

Makes it easier to find the source code on npmjs