Skip to content

feat: upgrade to Angular 14, thanks to @miccehedin #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/bazel-out

# dependencies
/node_modules
node_modules

# profiling files
chrome-profiler-events*.json
Expand Down Expand Up @@ -42,6 +42,7 @@ npm-debug.log
yarn-error.log
testem.log
/typings
.angular/cache

# System Files
.DS_Store
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [5.0.0-0] - 2023-02-08
### Changed
- Update to angular 14
- Use Ivy engine

## [4.0.4] - 2021-08-15
### Fixed
- Several tests which were named as specs instead of spec
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@
}},
"cli": {
"analytics": false
},
"defaultProject": "angular-plotlyjs"
}
}
Loading