Skip to content

Commit

Permalink
Merge pull request #103 from guilhermeborgesbastos/deps/upgrade-to-an…
Browse files Browse the repository at this point in the history
…gular-11

Upgrade to angular 11
  • Loading branch information
guilhermeborgesbastos authored Jan 13, 2022
2 parents 1a93ec8 + b496c0f commit a593d1d
Show file tree
Hide file tree
Showing 10 changed files with 6,100 additions and 7,064 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#[1.5.0](https://github.com/guilhermeborgesbastos/live-resume/releases/tag/v1.5) (2022-01-13)
###📃 release notes
- Upgrade to Angular 11.2.14;
- Upgrade to Typescript 4;
- Support for IE9, IE10, and IE mobile has been removed.

#[1.4.0](https://github.com/guilhermeborgesbastos/live-resume/releases/tag/v1.4) (2022-01-11)
###📃 release notes
- Upgrade to Angular 10.2.5.

#[1.3.0](https://github.com/guilhermeborgesbastos/live-resume/releases/tag/v1.3) (2021-07-29)
###📃 release notes
- Add horizontal gestures to navigate the profile experience.
Expand All @@ -22,4 +32,4 @@

#[1.0.0](https://github.com/guilhermeborgesbastos/live-resume/releases/tag/v1.0) (2020-05-22)
###📃 Initial release
- The Angular application is ready for production using ES6. The ES5 release can be found in the es5 branch.
- The Angular application is ready for production using ES6. The ES5 release can be found in the es5 branch.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Get rid of your old and deprecated text resume by using the first **Open-source

## What is included❓

* A fully functional _Angular 10_ application with a customizable template and content;
* A fully functional _Angular 11_ application with a customizable template and content;
* Totally responsive for the mobile and desktop devices _(allow mobile gestures too... ;))_;
* Internationalization for English and Portuguese _(easy for adding/removing new languages - in18 lib)_;
* Mobile navigation sharing _(Share the resume with native apps like Whatsapp, LinkedIn, Facebook, etc...)_;
Expand Down
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
1 change: 0 additions & 1 deletion browserslist
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
last 2 versions
Firefox ESR
not dead
IE 9-11 # For IE 9-11 support, remove 'not'.
Loading

0 comments on commit a593d1d

Please sign in to comment.