Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Description

A brief overview of your completed or ongoing work.

### Developement Checklist

- [ ] Bump version up (`package.json` **and** `package-lock.json`)

### Preview(s)

- Add screenshots, gifs, videos, etc. here for a quick preview if applicable.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,14 @@ breakpoints.
The components included in this project are:

- **InputComponent**: A generic input field that can be used for text, email,
password, etc. **InputDropdownOptionComponent**: An option element for the
dropdown list input field.
password, etc.
- **InputCheckboxComponent**: A checkbox input field.
- **InputChipComponent**: A chip element for the chips list input field.
- **InputChipsComponent**: A chips list input field.
- **InputChipComponent**: A chip element for the chips list input field.
- **InputDatepickerComponent**: A datepicker input field.
- **InputDropdownComponent**: A dropdown list input field.
- **InputDropdownOptionComponent**: An option element for the dropdown list
input field.
- **InputDropdownOptionGroupComponent**: An option group element for the
dropdown list input field.
- **InputRadioComponent**: A radio input options field.
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": "@proangular/pro-form",
"version": "19.1.0",
"version": "19.1.1",
"description": "A predefined set of reactive and reusable form input components based on Angular Material.",
"author": "Pro Angular <webmaster@proangular.com>",
"homepage": "https://www.proangular.com",
Expand Down