-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthias Leutenegger
committed
Jul 26, 2022
1 parent
bb79dc0
commit 20d65e5
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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\" )" | ||
} | ||
} |