Releases: mkocansey/bladewind
Releases · mkocansey/bladewind
v1.4.2
- Added prefixes to component/filepicker to prevent its css clashing with host app's css
- Fixed component/datepicker showing double asterisks in the placeholder text when
required="true"
v1.4.1
- 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
v1.3.0
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" />
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
v1.2.7
- 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
- Fixed JS files being called multiple times (in
component/dropdown
andcomponent/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 codecomponent/centered-content
now accepts additional css classes set usingclass=""
- Reduced the size of the call-to-action button in
component/empty-state