forked from guillotinaweb/ngx-schema-form
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request guillotinaweb#2 in LFOR/lhncbc-ngx-schema-form fro…
…m upgrade-to-angular14 to master * commit '3e264e578a104328c3137715e2c446077c99aff6': (38 commits) version 2.8.4 Prevent multiple calls of _bindVisibility for the same elements when traversing the tree structure version 2.8.3 Fixed Two-way data binding when using visibleIf Fixed typo in README and removed doubling of words version 2.8.2 feat: Added chainable oneOf and allOf in visibleIf fix dep versions Bump minimist from 1.2.5 to 1.2.6 Upgrade to Angular 14, fix guillotinaweb#443 version 2.7.2 Fix for guillotinaweb#431 Use DisableControlDirective for widgets to remove warnings for reactive forms. Changed cp command in build:lib to use ncp because there is no cp on windows machines. version 2.7.1 Add nullable schema.title check Bump karma from 6.3.14 to 6.3.16 Bump follow-redirects from 1.14.7 to 1.14.8 Bump karma from 6.3.9 to 6.3.14 Built-in ability to let compile the schema so defs and refs get resolved ...
- Loading branch information
Showing
51 changed files
with
5,255 additions
and
10,262 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
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 |
---|---|---|
|
@@ -13,6 +13,8 @@ jobs: | |
uses: actions/checkout@v2 | ||
- name: setup Node | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 14.17 | ||
- run: npm install | ||
- name: Github pages | ||
uses: sterlingwes/[email protected] | ||
|
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 |
---|---|---|
|
@@ -25,6 +25,7 @@ | |
!.vscode/extensions.json | ||
|
||
# misc | ||
/.angular/cache | ||
/.sass-cache | ||
/connect.lock | ||
/coverage | ||
|
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
Oops, something went wrong.