All notable changes to this project will be documented in this file.
- Update
content
for alert, confirm and form dialog to allow custom styling.
- Remove Angular version upper limit.
- Update Angular to ~9.0.0.
- Remove code and dependencies for Angular Material Web Component.
0.2.0 - 2020-02-06
- Update Angular to ~9.0.0-rc.14.
0.1.10 - 2019-07-14
- Ability to configureMatDialogConfig options via
dialogOptions
.
0.1.9 - 2019-07-07
- Add ability to retrieve form raw value.
0.1.8 - 2019-06-28
- Experimental support for callback function when form is created via
formCreated
. This can be used to perform post-form creation manipulations and other advanced form validations.
0.1.7 - 2019-06-27
- Experimental support to listen to form value changes by passing in a Subject via
valueChanges
.
0.1.6 - 2019-06-23
- Proper
flex-cell
layout configuration when using forms viawithForm()
. It supports an optionallayout
property with options to configureflexCell
,gutter
,growItems
,debug
.
0.1.5 - 2019-06-23
withForm()
renders fields within form tag with these attributesflex-cell gutter default-cell-12
to supportlayout
properties of form field definitions (quick hack, not ideal).
0.1.4 - 2019-06-21
withAlert()
andwithConfirm()
renderscontent
as HTML.
0.1.3 - 2019-06-04
- Update minimum version of
ng-quick-form
to 0.0.5. - Specify peer dependencies as "supported range" to prevent unnecessary warnings.
0.1.2 - 2019-05-31
- Update to Angular 8 & Angular Material 8.
0.1.1 - 2019-05-19
- Scripts to build, serve and publish library.
- withForm() does not work on demo site when built with production mode.
- Prevent whitespace when rendering content.
0.1.0 - 2019-04-25
- CHANGELOG.md file to record notable changes.
- Form support externalized to a package called
ng-quick-form
.DialogFormField
has been changed toQuickFormField
.
- Support for Material Web Components. While I would like to continue supporting this UI toolkit, I do not have the time to do it. Contributions welcomed.
withForm()
support for Material Web Components.
0.0.4 - 2019-04-15
- Fix "Cannot find module '@angular-mdc/web'" (#1)