Skip to content

Releases: developermithu/tallcraftui

v2.0.1

11 May 10:31
5f73de6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Apr 05:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v2.0.0

v1.4.6

12 Apr 07:59
f54addc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.5...v1.4.6

v1.4.5

28 Mar 21:48
Compare
Choose a tag to compare

What's Changed

  • Bump laravel/pint from 1.21.1 to 1.21.2 by @dependabot in #30
  • Button : refactor sizes
  • Badge : add support for slot
  • Bump Dependency

New Contributors

Full Changelog: v1.4.2...v1.4.5

v1.4.2

13 Mar 05:40
2f1b720
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v2.0-beta

27 Feb 13:04
f877e1e
Compare
Choose a tag to compare
v2.0-beta Pre-release
Pre-release

Beta Release

  • Support for Tailwind CSS 4
  • Support for Laravel 12
  • Install & import tailwind forms plugin by @developermithu in #19

Installation Guideline

Requirements: Tailwind CSS 4.x

composer require developermithu/tallcraftui:^2.0-beta 
php artisan install:tallcraftui

Add primary and secondary color in app.css

@theme {
    --color-primary: #6d28d9;
    --color-secondary: #a21caf;
}

Full Changelog: v1.4.1...v2.0-beta

v1.4.1

26 Feb 12:17
4cab8fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

17 Feb 05:21
e093bb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.9...v1.4.0

Update Guideline (Optional for New Projects)

composer update develpermithu/tallcraftui
php artisan vendor:publish --tag=tallcraftui-config --force

If upgrading from old version to v1.4.0, update your tailwind.config.js

export default {
    content: [
        // Remove this line ❌
        // "./vendor/developermithu/tallcraftui/src/View/Components/**/*.php",
        
        // Add this line ✅
        "./vendor/developermithu/tallcraftui/src/**/*.php",
    ],
};

v1.3.9

11 Feb 21:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.8...v1.3.9

v1.3.8

19 Nov 11:08
Compare
Choose a tag to compare

What's Changed

Rating : new component 🎉
Markdown : new component 🎉
Fixed : security issue 🐛
README : updated

Update Guideline

composer update develpermithu/tallcraftui
php artisan vendor:publish --tag=tallcraftui-config --force

Full Changelog: v1.3.6...v1.3.8