-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master-11' into master-11
- Loading branch information
Showing
4 changed files
with
121 additions
and
4 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,117 @@ | ||
# Change Log | ||
|
||
## [8.4.0](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/8.4.0) (2019-08-25) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/11.4.0...8.4.0) | ||
|
||
## [11.4.0](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/11.4.0) (2019-08-25) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v11.3.2...11.4.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Add Continuous Delivery to Maven Central [\#47](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/47) ([martinfrancois](https://github.com/martinfrancois)) | ||
|
||
## [v11.3.2](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v11.3.2) (2019-01-09) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v10.3.1...v11.3.2) | ||
|
||
**Closed issues:** | ||
|
||
- Date Field [\#39](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/39) | ||
|
||
## [v10.3.1](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v10.3.1) (2019-01-09) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v11.3.1...v10.3.1) | ||
|
||
## [v11.3.1](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v11.3.1) (2019-01-09) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v1.3.1...v11.3.1) | ||
|
||
## [v1.3.1](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v1.3.1) (2019-01-09) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v11.3.0...v1.3.1) | ||
|
||
**Closed issues:** | ||
|
||
- JDK 11 compatible [\#38](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/38) | ||
|
||
**Merged pull requests:** | ||
|
||
- New DateField support. [\#42](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/42) ([dlemmermann](https://github.com/dlemmermann)) | ||
- New Field - DatePicker [\#40](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/40) ([pershy](https://github.com/pershy)) | ||
|
||
## [v11.3.0](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v11.3.0) (2018-09-17) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v10.3.0...v11.3.0) | ||
|
||
## [v10.3.0](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v10.3.0) (2018-09-17) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v1.3.0...v10.3.0) | ||
|
||
## [v1.3.0](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v1.3.0) (2018-09-06) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v1.2.1...v1.3.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- PasswordFields [\#7](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/7) | ||
|
||
**Closed issues:** | ||
|
||
- Required field fails when I18N is enabled [\#32](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/32) | ||
- DataField assumes edited value can be transformed to a suitable String representation [\#30](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/30) | ||
- Open SimpleControl impls for extension [\#27](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/27) | ||
- Trigger an event when Form is persisted/reset [\#25](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/25) | ||
- Embed additional content inside a Group/Section [\#23](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/23) | ||
- Support additional descriptions on Field [\#18](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/18) | ||
- Section.title should return Section [\#15](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/15) | ||
- Allow SectionRenderer.titledPane.collapsible to be set [\#13](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/13) | ||
- Add custom style-class to Form/Section renderers [\#12](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/12) | ||
- Update codebase with fixes from PreferencesFX [\#11](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/11) | ||
|
||
**Merged pull requests:** | ||
|
||
- Use StringConverter instead of ValueTransformer in DataField [\#34](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/34) ([aalmiray](https://github.com/aalmiray)) | ||
- Check against empty requiredError instead of null [\#33](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/33) ([aalmiray](https://github.com/aalmiray)) | ||
- Enable additional content inside Form/Section/Group [\#29](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/29) ([aalmiray](https://github.com/aalmiray)) | ||
- Extension points [\#28](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/28) ([aalmiray](https://github.com/aalmiray)) | ||
- Add event handlers to Form/Group/Field [\#26](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/26) ([aalmiray](https://github.com/aalmiray)) | ||
- Additional description support for label/value [\#21](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/21) ([aalmiray](https://github.com/aalmiray)) | ||
- Fix fluent interface methods in Section [\#17](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/17) ([aalmiray](https://github.com/aalmiray)) | ||
- Add a collapsible property to Section [\#16](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/16) ([aalmiray](https://github.com/aalmiray)) | ||
- Add style classes to FormRenderer and SectionRenderer [\#14](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/14) ([aalmiray](https://github.com/aalmiray)) | ||
- PasswordField support [\#10](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/10) ([aalmiray](https://github.com/aalmiray)) | ||
|
||
## [v1.2.1](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v1.2.1) (2018-04-30) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v1.2-2...v1.2.1) | ||
|
||
## [v1.2-2](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v1.2-2) (2018-04-27) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v1.2...v1.2-2) | ||
|
||
## [v1.2](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v1.2) (2018-04-27) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v1.1...v1.2) | ||
|
||
**Fixed bugs:** | ||
|
||
- Single Selection Type Fields Not Persisting [\#2](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/2) | ||
|
||
**Closed issues:** | ||
|
||
- Any plans to publish the project to Maven? [\#5](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/5) | ||
|
||
**Merged pull requests:** | ||
|
||
- Fix dependency issues [\#8](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/8) ([martinfrancois](https://github.com/martinfrancois)) | ||
|
||
## [v1.1](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v1.1) (2017-12-06) | ||
[Full Changelog](https://github.com/dlsc-software-consulting-gmbh/formsfx/compare/v1.0...v1.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Bugfixing and Changes of Visibility for Inheritance [\#6](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/6) ([martinfrancois](https://github.com/martinfrancois)) | ||
|
||
## [v1.0](https://github.com/dlsc-software-consulting-gmbh/formsfx/tree/v1.0) (2017-09-26) | ||
**Closed issues:** | ||
|
||
- Make Field Instance Variable Protected In SimpleControl [\#3](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/3) | ||
- add license [\#1](https://github.com/dlsc-software-consulting-gmbh/formsfx/issues/1) | ||
|
||
**Merged pull requests:** | ||
|
||
- adds default encoding for project [\#4](https://github.com/dlsc-software-consulting-gmbh/formsfx/pull/4) ([rladstaetter](https://github.com/rladstaetter)) | ||
|
||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
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
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
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