Skip to content

Releases: dnwjn/nova-button

5.0.0

24 Dec 07:51
6f5b86f
Compare
Choose a tag to compare

⚠️ Breaking changes

This version adds support for Nova v5, and drops support for Nova v4. For v4 and other versions, please see here.


What's changed

🚀 Features

🛠 Changes

5.0.0-rc1

22 Dec 10:56
6f5b86f
Compare
Choose a tag to compare
5.0.0-rc1 Pre-release
Pre-release

⚠️ Breaking changes

This version adds support for Nova v5, and drops support for Nova v4. For v4 and other versions, please see here.


What's changed

🚀 Features

🛠 Changes

4.3.2

20 Jun 20:16
4.3.2
30a7f60
Compare
Choose a tag to compare

What's changed

🐛 Bug Fixes

  • fix: change reload call #51 (props to @dnwjn)

4.3.1

20 Mar 21:35
4.3.1
9145de9
Compare
Choose a tag to compare

What's changed

🐛 Bug Fixes

  • Fix: Use Nova Helper Function for Resource URL Generation #40 (props to @KasparRosin)

3.3.0

29 Aug 18:24
3.3.0
831b1cc
Compare
Choose a tag to compare

ℹ️ PLEASE NOTE ℹ️

After careful consideration, the ->lens() method has been removed. The same can be achieved with methods such as ->route(). More importantly, it turns out it was never functional, so no one will probably miss it. In case there are some people that rely on it and want it back - this time functional - please open an issue.

What's changed

🚀 Features

  • [Feature] Remove lens functionality #37 (props to @dnwjn)
  • [Fix] Add missing routing functionality #36 (props to @dnwjn)

4.3.0

28 Aug 20:33
4.3.0
0565b27
Compare
Choose a tag to compare

ℹ️ PLEASE NOTE ℹ️

After careful consideration, the ->lens() method has been removed. The same can be achieved with methods such as ->route(). More importantly, it turns out it was never functional, so no one will probably miss it. In case there are some people that rely on it and want it back - this time functional - please open an issue.

What's changed

🚀 Features

  • [Feature] Remove lens functionality #35 (props to @dnwjn)

🐛 Bug Fixes

  • [Fix] Add missing routing functionality #34 (props to @dnwjn)

🛠 Changes

4.2.0

11 May 03:44
4.2.0
b256204
Compare
Choose a tag to compare

What's changed

🚀 Features

4.1.1

02 Mar 03:46
4.1.1
975b821
Compare
Choose a tag to compare

What's changed

🐛 Bug Fixes

  • Fixed a problem where checks were inverted #27

4.1.0

01 Mar 06:51
4.1.0
f44af73
Compare
Choose a tag to compare

What's changed

🐛 Bug Fixes

  • FormField NovaButton no longer breaks form #26 (props to @sfinktah)

🚀 Features

  • Button now supports setting the stacked property using ->stacked()
  • Button now supports setting the help text using ->help()

4.0.1

23 Feb 01:49
4.0.1
7006491
Compare
Choose a tag to compare

What's changed

  • This release merely contains GitHub related changes. You could say that this wasn't needed, oh well 😉