-
Notifications
You must be signed in to change notification settings - Fork 33
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
General improvements #388
General improvements #388
Conversation
The last commit updates the Angular version to 13.2 |
The last commit updates Angular to v14. |
The last commit updates Angular from v14.2.0 to v14.2.11 |
ea4b55b
to
ab61a7b
Compare
The last commit updates Angular from v14 to v15. |
The last commit migrates the e2e tests from Protractor to WebdriverIO, as Protractor was deprecated and no more updates will be added soon (which are needed for browser compatibility) |
14975b9
to
e749f04
Compare
The last commit fixes the remaining problems with the e2e test. |
The last commits include the following changes:
|
The last commit makes the whole app use page state management, as it is more usable with the new verisons of Angular. This makes the app remember the state while the user navigates with the browser buttons, which means remembering the scroll position, avoid reloading previously loaded data from the server and changes like that, which make the Angular app work more like a traditional webpage, as is expected by the users. |
The last PR removes the buy button from the header |
Changes:
Does this change need to mentioned in CHANGELOG.md?
No