Skip to content

Commit

Permalink
Merge tag '1.0' into develop
Browse files Browse the repository at this point in the history
1.0.0
  • Loading branch information
t73biz committed Jul 18, 2024
2 parents 9779745 + 1aa3b80 commit d451dd6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/t73biz/lw-bits/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/t73biz/lw-bits/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/t73biz/lw-bits.svg?style=flat-square)](https://packagist.org/packages/t73biz/lw-bits)

Live Wire Bits and Bobs is a package to help you with your Livewire projects.
LW Bits is a package to help you with your Livewire projects. The HTML 5 elements as defined by [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) are available as Livewire components.

The package is designed to be as flexible as possible. You can use the components as they are, or you can extend them to add your own functionality.

The attributes that are available for each component are the same as the attributes that are available for the HTML 5 element. Read more of the in-depth documentation on each component and/or Attribute Trait for more information.

## Documentation

Please see [docs/index.md](docs/index.md) for more information.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"laravel",
"lw-bits"
],
"version": "0.4.1",
"version": "1.0.0",
"homepage": "https://github.com/t73biz/lw-bits",
"license": "MIT",
"authors": [
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `lw-bits` will be documented in this file.

## 1.0.0 - 2024-07-14
Adding in specific attributes for all components.
Modified attribute traits, usage, and testing.

## 0.4.1 - 2024-07-14
Fixing Global Attributes
Expand Down

0 comments on commit d451dd6

Please sign in to comment.