All notable changes to filament-tailwind-color-picker
will be documented in this file.
Thanks to @devadattas to found it and solve it ;-)
- Add the possibility to aliment 'fill-' with Tailwind color (only 50% of opacity right now)
- Remove unused code
- Remove debug message
- Add social picture for FTCP in README
- Add background on load on the color picker.
- Pipette now has the right color (white or black) depending on the selected colour's darkness.
- Optimize the tailwind CSS size of the plugin.
- add publishable assets
- add
bgScope()
andtextScope()
function setScope
is now a protected function- Edit README
- WIP on CSS
- Improve UI
- Add specific CSS file to the component
- First fully functional version
- All Tailwind colors are inside
- This new field can be called by
TailwindColorPicker::make('nameOfYourField')
and withsetScope()
function you determine to what the choosen color will be applied. Currently, you can pass two options to thesetScope
function : - 'bg-' or 'text-'