Tailadmin Laravel Versions Save

TailAdmin is a dashboard theme / UI starter kit with Laravel 9, TailwindCSS 3, Inertia and Vue3

v.2.0.1

5 months ago

This version is the latest fix release for Laravel 9 and php 8.1, next version will come with Laravel 10, php8.2, vite js, dockerize

What's Changed

New Contributors

Full Changelog: https://github.com/sinan-aydogan/tailadmin-laravel/compare/v.2.0.0...v.2.0.1

v.2.0.0

2 years ago

Full Changelog: https://github.com/sinan-aydogan/tailadmin-laravel-yedek/commits/v.2.0.0

  • Laravel 9, Vue 3, TailwindCSS 3 and new design

v1.1.4

2 years ago

What's Changed

Full Changelog: https://github.com/sinan-aydogan/tailadmin-laravel/compare/v1.1.3...v1.1.4

v1.1.3

2 years ago

New Features

  • Added multi file select features to file input component
  • Added the icons and the preview image features of the file type to file input (multiple)

Fixes

  • Sample admin user email address updated in the readme
  • List component text align problem solved

v1.1.2

2 years ago

Fixing

  • Select Input: The value didn't clear when click the clear button (Solved)
  • Button Component: It has simple onClick redirection to link as a button. This method changed to Inertia-Link. If you want to your links looks like a button, you can add the type attribute as link (type="link"). You can still use it as a simple button or a submit button(type="button")
  • File Input: The style problems solved
  • Modal Component: The footer area expanding when they are blank problem (Solved)
  • Cache Problem: The invalid cache path problem when composer install (Solved)

Adding

  • File Input: The image preview option added. (:preview="true")

:star2: New Sponsor :star2:

v1.1.1

2 years ago

Select Input & Multi Select Input working method changed

#Added -"options" for data set -"optionsLabelKey" for label visibibility -"optionsValueKey" for data select and set -Scoped Slot logic for rich options

#Deceprated -Select Input Item component -Onclick for delete item (Multi Select Input)

You should link options data set with Select Input option attribute.

v1.1.0

2 years ago
  • Tailwindcss Purge problems solved
  • Vuejs code spliting feature added
  • Style mixins created for every component
  • Color variable's constants changed (Ex: solid-red, light-red, gradient-purple-to-red)
  • Gradient direction feature added for background colors
  • Menu show/hide problems solved
  • New content card, tab and dropdown styles added
  • Toastr notification service activated, you can push tostr notifications. Please see the UserController for example
  • 4 different device type added for styling (phone, tablet, laptop and desktop)
    • (Ex: bg-red-500 tablet:bg-green-500 dektop:bg-blue-500)
    • (Ex: device === 'tablet' ? 'flex flex-wrap w-full' : 'hidden')

v1.0.2

2 years ago
  • The animation of left menu trigger icon added
  • The trigger of custom component added to the dropdown component. You can use a photo or a styled link for trigger.
  • Responsive style improvements
  • Multi select component added

v1.0.1

2 years ago

-Radio and Check-box inputs added -Simple form input page's documentation added -Small improvements