Releases: mkocansey/bladewind
Releases · mkocansey/bladewind
v2.6.10
What's Changed
- feat: make select tabable and browsable by KeyEvents by @haugen86 in #341
- main ->> dev by @mkocansey in #343
- Development -->> v2.7 by @mkocansey in #344
- V2.7 ->> dev by @mkocansey in #346
- Fix: select component 500 error by @mkocansey in #347
Full Changelog: v2.6.9...v2.6.10
v2.6.9
What's Changed
- #Issue-315, Fixed: Textarea toolbar not sending through value on form submission. by @prince-noman in #318
- Addition: '!text-center' class added in compile-for-tailwind.blade.php file by @prince-noman in #321
- fix: load javascript from public path by @haugen86 in #325
- Bump webpack from 5.90.3 to 5.94.0 by @dependabot in #322
- main --> dev by @mkocansey in #332
- Development by @mkocansey in #333
- Bump send and express by @dependabot in #331
- Bump elliptic from 6.5.4 to 6.5.7 by @dependabot in #329
- Bump serve-static and express by @dependabot in #328
- Remove console.log traces in validateForm by @berrugo in #334
- feat: allow empty arrays in select by @haugen86 in #336
- main --> dev by @mkocansey in #337
- Development by @mkocansey in #338
- v2.6.9 by @mkocansey in #339
New Contributors
- @prince-noman made their first contribution in #318
- @haugen86 made their first contribution in #325
Full Changelog: v2.6.8...v2.6.9
v2.6.8
v2.6.7
v2.6.6
v2.6.5
What's Changed
- Fixed Theme Switcher component to respect users system selection.
- Added attribute
padded="true/false"
to control padding in Dropmenu container and items container. - Added
selected_value
attribute to automatically select rows when Table component is rendered. Useful when using the table in edit mode. - Added
groupby
attribute to the Table component to enable grouping dynamic data by a specific key in the array used to draw the table.
Full Changelog: v2.6.4...v2.6.5
v2.6.4
What's Changed
- Input and Select component provide better visual feedback when disabled or readonly
- Added
has_border
to Statistic component - Fixed Select component to properly display HTML entities
- Minor UI fixes to maintain consistency
Full Changelog: v2.6.3...v2.6.4
v2.6.3
What's Changed
- Show default blue theme until user overwrites it. Prevents buttons from being transparent. by @mkocansey in #289
- release/v2-6-3 by @mkocansey in #290
Full Changelog: v2.6.2...v2.6.3
v2.6.2
What's Changed
- Add toolbar to Textarea component by @mkocansey in #281
- General UI cleanup to match base dark theme colour bg-dark-700 by @mkocansey in #283
- Added transparent tables to sit well on any dark mode background by @mkocansey in #286
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #285
- Bump ws from 8.16.0 to 8.17.1 by @dependabot in #284
- release/v2-6-2 by @mkocansey in #287
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed/New
- The Textarea component features a new toolbar option.
- General UI cleanup especially for components in dark mode.
- The Select component can now use labels that stay above the field even when a value is selected.
Full Changelog: v2.6.0...v2.6.1