Skip to content

Commit

Permalink
Merge pull request #465 from guillotinaweb/ng15
Browse files Browse the repository at this point in the history
upgrade to Angular 15
  • Loading branch information
ebrehault authored Dec 23, 2022
2 parents e4d8ad5 + bc0f599 commit 6059398
Show file tree
Hide file tree
Showing 10 changed files with 4,026 additions and 5,130 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Test and build
uses: actions/setup-node@v1
with:
node-version: 14.17
node-version: 16.15
- run: npm install
- run: npm run test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v1
with:
node-version: 14.17
node-version: 16.15
- run: npm install
- name: Github pages
uses: sterlingwes/[email protected]
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.9.0 (2022-12-23)

- Remove invisible elements from model at root level (Kevin Broichhausen)
- Fix bug with wildcards (Kevin Broichhausen)
- Bind visibility after creation to prevent multiple calls (Kevin Broichhausen)
- Fix for multi select visibility conditional (iamtomcat)
- Upgrade to Angular 15 (ebrehault)

# 2.8.4 (2022-09-09)

- Improved performance of visibility binding for nested objects (Kevin Broichhausen)
Expand Down
Loading

0 comments on commit 6059398

Please sign in to comment.