Skip to content

Commit

Permalink
release/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Leutenegger committed Jul 26, 2022
1 parent bb79dc0 commit 20d65e5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<a name="unreleased"></a>
## [Unreleased]


<a name="1.0.0"></a>
## 1.0.0 - 2022-07-26
### 🍰 Added
- standardized testsuite ([#3](https://github.com/syntro-opensource/silverstripe-bootstrap-forms/issues/3))
- frontend Phone Field
- validation errors are displayed as such
- frontend CheckboxSetField and OptionsetField
- frontend TextareaField
- frontend CheckboxField
- frontend FieldGroup
- frontend DropdownField
- frontend EmailField
- frontend TextField
- form holder trait

### Pull Requests
- Merge pull request [#2](https://github.com/syntro-opensource/silverstripe-bootstrap-forms/issues/2) from syntro-opensource/dependabot/github_actions/codecov/codecov-action-3.1.0


[Unreleased]: https://github.com/syntro-opensource/silverstripe-bootstrap-forms/compare/1.0.0...HEAD
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"scripts": {
"release": "git fetch && git-chglog -o CHANGELOG.md $([[ ! -z $npm_config_next ]] && echo \"--next-tag $npm_config_next\" )"
}
}

0 comments on commit 20d65e5

Please sign in to comment.