Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishkgupta committed May 18, 2023
1 parent ce8a2c8 commit c313d35
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.0.3 (18-05-2023)

- Updated README file.

## v2.0.2 (16-05-2023)

- Bumped dependencies.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A simple and customizable React tags input component written in TypeScript.


## Installation
Install the component using npm/yarn package manager:
Install the component using npm package manager:

```npm i react-ts-tagsinput```

Expand Down Expand Up @@ -43,7 +43,7 @@ export default function App() {
| Prop | Type | Description | Required | Default |
|------------------|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|------------|
| name | string | The name attribute of the input field. | Yes | - |
| type | string | The placeholder attribute of the input field. | No | text |
| type | string | The type of the input field. | No | text |
| placeholder | string | The placeholder of the input field. | No | Add a tag |
| value | Array\<Tag> | The array of tags. | Yes | - |
| allowDuplicates | boolean | Whether to allow duplicate tags or not. | No | false |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ts-tagsinput",
"version": "2.0.2",
"version": "2.0.3",
"description": "A simple and customizable React tags input component written in TypeScript.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit c313d35

Please sign in to comment.