Skip to content

Tags: step2dev/lazy-ui

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update composer.json (#26)

v1.0.0beta.7

Toggle v1.0.0beta.7's commit message
Update textarea, add FormSelect component

Enhanced the textarea's styles to take up the full width to improve alignment and user experience. Also, a new FormSelect component was added for better code reusability and standardization of select inputs. All changes have been tested.

v1.0.0beta.6

Toggle v1.0.0beta.6's commit message
Update textarea, add FormSelect component

Enhanced the textarea's styles to take up the full width to improve alignment and user experience. Also, a new FormSelect component was added for better code reusability and standardization of select inputs. All changes have been tested.

v1.0.0-beta.6

Toggle v1.0.0-beta.6's commit message
Update textarea, add FormSelect component

Enhanced the textarea's styles to take up the full width to improve alignment and user experience. Also, a new FormSelect component was added for better code reusability and standardization of select inputs. All changes have been tested.

v1.0.0beta.5

Toggle v1.0.0beta.5's commit message
Update view file reference in FormRichText

Changed view file reference from `lazy::form.textarea` to `lazy::form.richtext` in FormRichtext.php to provide a rich text editing experience. A corresponding blade file was created to handle the display and interaction with the updated component. The new view file contains a field setup for Quill.js rich text editor along with error handling and support for additional attributes.

v1.0.0-beta.4

Toggle v1.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from step2dev/develop

Update AlpineJS and DaisyUI versions in dependencies

v1.0.0beta.3

Toggle v1.0.0beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from step2dev/1.x

Merge pull request #6 from step2dev/main

1.0.0

Toggle 1.0.0's commit message
Update namespace from LStep2dev to Step2dev

Namespace in HasErrors.php and BtnTest.php has been updated from 'LStep2dev\LazyUI' to 'Step2dev\LazyUI'. This change is to ensure consistency with the new package name. Additionally, Btn class has been imported in BtnTest.php.

1.0.0@beta1

Toggle 1.0.0@beta1's commit message
Update namespace from LStep2dev to Step2dev

Namespace in HasErrors.php and BtnTest.php has been updated from 'LStep2dev\LazyUI' to 'Step2dev\LazyUI'. This change is to ensure consistency with the new package name. Additionally, Btn class has been imported in BtnTest.php.

v1.0.0

Toggle v1.0.0's commit message
Update composer.json to require illuminate/contracts version "^v10.17…

….1".