Skip to content

Commit

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

(deps) Upgrade to angular 12
  • Loading branch information
guilhermeborgesbastos authored Jan 17, 2022
2 parents a593d1d + fd92b14 commit 7365388
Show file tree
Hide file tree
Showing 8 changed files with 13,068 additions and 11,750 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#[1.6.0](https://github.com/guilhermeborgesbastos/live-resume/releases/tag/v1.6) (2022-01-14)
###📃 release notes
- Upgrade to Angular 12.2.15;
- Upgrade to Typescript 4.3.5;
- Upgrade to Firebase 9.6.3;
- Reduce overall bundle size;
- IE11 support has been deprecated.

#[1.5.0](https://github.com/guilhermeborgesbastos/live-resume/releases/tag/v1.5) (2022-01-13)
###📃 release notes
- Upgrade to Angular 11.2.14;
Expand Down
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 11_ application with a customizable template and content;
* A fully functional _Angular 12_ 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
8 changes: 1 addition & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@
"styles": [
"src/styles.scss"
],
"scripts": [],
"allowedCommonJsDependencies": [
"hammerjs",
"@firebase/app",
"@firebase/firestore",
"@firebase/database"
]
"scripts": []
},
"configurations": {
"production": {
Expand Down
9 changes: 6 additions & 3 deletions browserslist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
# You can see what browsers were selected by your queries by running:
# npx browserslist

> 0.5%
last 2 versions
last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not dead
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
Loading

0 comments on commit 7365388

Please sign in to comment.