Skip to content

Releases: rapid-build-ui/rb-button

v0.0.19

16 Jul 06:47
Compare
Choose a tag to compare

Dependencies

  • bump: deps base v0.0.12 and rb-icon v0.0.17 (adac9df)

v0.0.18

12 Jul 11:54
Compare
Choose a tag to compare

Dependencies

  • bump: dep base v0.0.11

v0.0.17

05 Jul 21:13
Compare
Choose a tag to compare

Features

  • version: add to component properties accessible via this.version (90208a8)

Dependencies

  • bump: deps rb-base v0.0.10 and rb-icon v0.0.15 (0d6fc53)

v0.0.16

09 May 09:14
Compare
Choose a tag to compare

Bug Fixes

  • occasional shift shock: of content (71bca10)

Features

  • new api option: onclick, just supply a function (46116f7)
  • new api option text: remove kind = text and make it an api option so kind colors will apply (f86924e)
  • styling: add a global font family and inherit more styles when it is a text button (7464cd6)
  • type submit: support asynchronous form validation before submitting the form (99952d3)

Dependencies

  • bump: deps rb-base v0.0.9 and rb-icon v0.0.14 (5d97043)

v0.0.15

05 Mar 08:18
Compare
Choose a tag to compare

Features

  • icon animation: add it via upgrading rb-icon to v0.0.13 (e0d25d5)

Dependencies

  • bump: deps rb-base v0.0.8 and rb-icon v0.0.13 (dc90e37)

v0.0.14

24 Feb 22:52
Compare
Choose a tag to compare

Bug Fixes

  • chrome v71.0.3+: vertical alignment issue when nested in other components (da2f85e)
  • icon: from partially getting cut off in some scenarios (ef399fb)
  • safari: extra space due to browser default margin (73d10af)

Features

  • new api option: icon-valign (209cbea)

Dependencies

  • bump: deps rb-base v0.0.7 and rb-icon v0.0.12 (cb9acad)

v0.0.13

05 Dec 03:49
Compare
Choose a tag to compare

Features

  • bump: deps rb-base v0.0.6 and rb-icon v0.0.11 (2539039)
  • css variables: add and expose them (2a9c733)
  • hidden attribute: display style that respects the hidden attribute (b7e34c8)
  • new kind: secondary (08f5b81)

Performance Improvements

  • css: improve browser performance by adding css contain property (d49039a)

v0.0.12

13 Nov 03:44
Compare
Choose a tag to compare

Dependencies

  • bump: deps rb-base v0.0.5 and rb-icon v0.0.10 (c828de4)

v0.0.11

26 Sep 02:28
Compare
Choose a tag to compare

Dependencies

  • bump: deps rb-base v0.0.4 and rb-icon v0.0.9 (02ba91d)

BREAKING CHANGES

  • api option: change icon to icon-kind (115e6d7)

To migrate the code follow the example below:

Before:
icon="heart"

Now:
icon-kind="heart"

v0.0.10

14 Sep 05:25
Compare
Choose a tag to compare

Features

  • submit: add native browser submit support (979a32e)

Dependencies

  • bump deps: (cfee9d6)
    • rb-base to v0.0.3
    • rb-icon to v0.0.8