Skip to content

Commit

Permalink
update changelog and lisense
Browse files Browse the repository at this point in the history
  • Loading branch information
emranweb committed Nov 19, 2023
1 parent 93bea43 commit ee2c22e
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 6 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to the "daisyui-snippet" extension will be documented in thi

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
## [0.0.1] - 2021-06-01

- Initial release
- Initial release
- Add snippets for only button components

## [0.0.2] - 2021-06-02

- **Bug Fixes**
- fix html Language Support

- **Features**
- Update the prefix of all snippets to `du-`
- Add snippets for all dropdown components
- Add snippets for all modal components
- Add snippets for all swap components
- Add snippets for all theme controller components
- Add snippets for all Accordion components
- Add snippets for all Avatar components
- Add snippets for all Badge components
- Add snippets for all Card components
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 emranweb

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ With this extension, you can quickly insert DaisyUI components and styles into y

## Features

- **DaisyUI Button Snippets**: Easily insert DaisyUI button components with various styles and configurations into your code.
- **DaisyUI Snippets**: Easily insert DaisyUI components with various styles and configurations into your code.

## Snippets

**Buttons:**

Expand Down Expand Up @@ -156,6 +158,8 @@ With this extension, you can quickly insert DaisyUI components and styles into y

## More Coming Soon

More snippets are coming soon. If you have any suggestions for snippets you'd like to see, please [open an issue on GitHub](https://github.com/emranweb/daisyui-snippet)

## Installation

1. Open Visual Studio Code.
Expand All @@ -174,7 +178,7 @@ For example, if you want to insert a DaisyUI Button, start typing `db` and selec

## License

This extension is released under the [Your License](LICENSE) License.
This extension is released under the MIT License.

## Issues and Contributions

Expand All @@ -186,6 +190,6 @@ DaisyUI is a UI framework built on top of Tailwind CSS, designed to improve your

Learn more about DaisyUI on [GitHub](https://github.com/emranweb/daisyui-snippet).

## Acknowledgments
## Enjoy!

Enjoy coding with DaisyUI and Tailwind CSS!
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "daisyui-snippet",
"displayName": "daisyui-snippet",
"description": "a collection of daisyui-snippet",
"description": "The DaisyUI Snippet extension for Visual Studio Code offers a rich collection of snippets, providing a quick and efficient way to integrate DaisyUI components and styles into your projects.",
"version": "0.0.2",
"engines": {
"vscode": "^1.84.0"
},
"license": "MIT",
"publisher": "emranweb",
"author": {
"name": "emranweb",
Expand Down Expand Up @@ -53,3 +54,6 @@
]
}
}



0 comments on commit ee2c22e

Please sign in to comment.