Skip to content

Releases: mkocansey/bladewind

v1.4.2

24 Aug 18:17
668f54c
Compare
Choose a tag to compare

v1.4.1

19 Aug 23:08
66c2c7b
Compare
Choose a tag to compare
  • Added a Dropmenu component. Overlaps with the Dropdrop component but has its own unique use cases.
  • Updated component/datepickers to allow naming of range datepickers separately. You can now set names like 'start_date' and 'end_date'. The previous implementation allowed for only one name and appended _1 and _2 to
  • component/filepicker now has an attribute to restrict file sizes
  • Cleaned up component/table

v1.4.0

13 Aug 07:53
62102eb
Compare
Choose a tag to compare

This is a moot release to fix a semantic anomaly caused by earlier version numbering.

v1.3.0

13 Aug 04:17
62102eb
Compare
Choose a tag to compare

Added a new timeline component to allow users to specify events and dates on a timeline.
This is usually useful for tracking status updates with an application or displaying progress over time.

<x-bladewind.timeline date="20-JUL" label="Customer rep called" status="completed" />
<x-bladewind.timeline date="" label="Account is being reviewed" />

Screenshot 2022-07-26 at 11 56 13

Made styling modifications to the following components to make them more consistent.

  • Table
  • Spinner
  • List Item

Fixed component/button showing wrongly in Safari when the attribute tag="a" is set.

v1.2.8

10 Jul 19:52
c27567b
Compare
Choose a tag to compare

Enforced consistency in typography across components

v1.2.7

30 Jun 10:02
01f33c8
Compare
Choose a tag to compare
  • Made heading or title of component/card a bit darker
  • Labels in component/contact-card only when if they are not blank
  • The required attribute is no longer ignored for component/datepicker
  • Reverted component/dropdown including its js file only once
  • Changed default font size for component/input and component/textarea
  • Fixed flex behaviour in component/modal

v1.2.6

27 Jun 01:13
7614e31
Compare
Choose a tag to compare
  • Fixed JS files being called multiple times (in component/dropdown and component/datepicker) when you use the components multiple times in the same page
  • component/code can now display a success icon when user enters the correct verification code
  • component/centered-content now accepts additional css classes set using class=""
  • Reduced the size of the call-to-action button in component/empty-state

v.1.2.5

15 Jun 15:12
2f224bc
Compare
Choose a tag to compare
  • Fixes #47
  • Fixed widths of component/notification in mobile mode

v1.2.4

14 Jun 23:19
796a510
Compare
Choose a tag to compare

What's Changed

  • Fixes #45 by @mkocansey in #46
    Dropdowns were not passing selected values to their corresponding hidden input fields

v1.2.3

14 Jun 12:12
c2dcc0d
Compare
Choose a tag to compare

What's Changed