Skip to content

Commit

Permalink
Merge pull request #442 from almothafar/master
Browse files Browse the repository at this point in the history
Angular 15 Upgrade
  • Loading branch information
almothafar authored Sep 16, 2024
2 parents 0590ebe + 93adae5 commit f22dc6e
Show file tree
Hide file tree
Showing 26 changed files with 4,880 additions and 4,071 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [15.0.0] Major Update

- Upgraded to support Angular 15
- Remove deprecated modules and services
- Refactor code base splitting SCSS and HTML to seperated files
- Fix Demo/Docs project

## [14.0.0] Major Update

- Upgraded to support Angular 14
Expand Down
4 changes: 2 additions & 2 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MIT
MIT
The MIT License

Copyright (c) 2022 Google LLC.
Copyright (c) 2023 Google LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -39,7 +39,7 @@ MIT
MIT
The MIT License

Copyright (c) 2022 Google LLC.
Copyright (c) 2023 Google LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<base href="/auto-complete/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.2f9cf7546462d9db.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.2f9cf7546462d9db.css"></noscript></head>
<link rel="stylesheet" href="styles.a1a17b50b98a6160.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.a1a17b50b98a6160.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.bccf84395eb43a19.js" type="module"></script><script src="polyfills.c26f7546d6cf4dc2.js" type="module"></script><script src="main.87d1da8a08fce893.js" type="module"></script>
<script src="runtime.bccf84395eb43a19.js" type="module"></script><script src="polyfills.744dfdfd6e70b1f4.js" type="module"></script><script src="main.593006449ce838c5.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions docs/main.593006449ce838c5.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.87d1da8a08fce893.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills.744dfdfd6e70b1f4.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills.c26f7546d6cf4dc2.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/styles.2f9cf7546462d9db.css

This file was deleted.

1 change: 1 addition & 0 deletions docs/styles.a1a17b50b98a6160.css

Large diffs are not rendered by default.

Loading

0 comments on commit f22dc6e

Please sign in to comment.