Skip to content

Releases: webmatze/hyperborder

2.0.2

Choose a tag to compare

@webmatze webmatze released this 26 Sep 20:21

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

Choose a tag to compare

@webmatze webmatze released this 18 Sep 09:40

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

Choose a tag to compare

@webmatze webmatze released this 17 Sep 18:32

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

Choose a tag to compare

@webmatze webmatze released this 11 Jan 23:07

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

Choose a tag to compare

@webmatze webmatze released this 14 Aug 20:01

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

Choose a tag to compare

@webmatze webmatze released this 20 Apr 10:49

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

Choose a tag to compare

@webmatze webmatze released this 20 Apr 10:46

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

Choose a tag to compare

@webmatze webmatze released this 20 Apr 10:42

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

hyperborder 0.10.2

Choose a tag to compare

@webmatze webmatze released this 15 Nov 12:45

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

Choose a tag to compare

@webmatze webmatze released this 15 Nov 12:37

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

Makes it easier to find the source code on npmjs