Skip to content

Releases: chrisrhymes/bulma-blade-ui

v0.2.2

13 Oct 07:57
5154f97
Compare
Choose a tag to compare

Fixes

v0.2.1

05 Sep 19:37
7595a30
Compare
Choose a tag to compare

Hide select placeholder - #13 by @chrisabey84

v0.2.0

05 Aug 08:58
e9b773c
Compare
Choose a tag to compare

Added pagination views for Laravel Database pagination and Livewire pagination

v0.1.8

30 Jun 16:14
eb960b8
Compare
Choose a tag to compare
  • Merge classes on inputs, selects and textareas - #9
  • Allow Livewire model debounce, defer and lazy - #9
  • Add optional placeholder for select and horizontal-select components - #10
  • Fix bug with select where is-danger class was applied to the select element instead of it's container div - #10

v0.1.7

29 Jun 15:34
329ac4c
Compare
Choose a tag to compare

Added placeholder to input and textarea components - #7

v0.1.6

15 Jun 14:43
e157964
Compare
Choose a tag to compare

The following input components can be made readonly by setting :readonly="true"

  • horizontal-input
  • horizontal-textarea
  • input
  • textarea

v0.1.5

10 Jun 10:47
38414c3
Compare
Choose a tag to compare
  • Added modal component
  • Added modal-card component
  • Both require Alpine.js

v0.1.4

02 Jun 13:24
Compare
Choose a tag to compare
  • Added tabs component (requires Alpine.js)

v0.1.3

01 Jun 12:31
Compare
Choose a tag to compare
  • The title in the message component is now optional. If the title is not included then the message-header will not be displayed.

v0.1.2

06 May 09:51
d1cb65d
Compare
Choose a tag to compare
  • Add notes on use of alpine.js to readme
  • Update message component to be dismissible
  • Update notification component to be dismissible