Skip to content
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

Release 5.1.0 #34

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b7f12fb
Angular migration to 11.0.0
5Amogh Aug 23, 2022
1ce3a38
Angular migration to 12.0.0
5Amogh Aug 23, 2022
3aaa7dc
Merge pull request #29 from 5Amogh/angularUpdate
pradeepkumarcm96 Aug 24, 2022
5d6878e
Issue #sl-questionnaire : feat : updated to angular 12
pradeepkumarcm96 Aug 24, 2022
266bdef
Issue #SB-30292 fix:Question modal closing issue fixed
5Amogh Nov 30, 2022
2e4caef
changes in package-lock
5Amogh Nov 30, 2022
c3cab71
changes in package-lock
5Amogh Nov 30, 2022
13de729
Angular upgradtion to V11
5Amogh Nov 30, 2022
516c1ca
Merge branch 'SB-30292-AD' of https://github.com/5Amogh/sl-questionna…
5Amogh Nov 30, 2022
20d7282
Issue #sl-question : fix : version update
pradeepkumarcm96 Nov 30, 2022
844b1e9
Merge remote-tracking branch 'shikshaLokam/release-5.1.0' into SB-302…
5Amogh Nov 30, 2022
6d384e3
Merge pull request #31 from 5Amogh/SB-30292-AD
pradeepkumarcm96 Nov 30, 2022
d0ee464
Package update compatible to angular v11
5Amogh Nov 30, 2022
341cdfa
Merge pull request #32 from 5Amogh/SB-30292-AD
pradeepkumarcm96 Nov 30, 2022
0035c94
updating gitignore
5Amogh Jan 12, 2023
e492d59
Angular version upgrade to 12
5Amogh Jan 12, 2023
0c55489
Merge pull request #33 from 5Amogh/release-5.1.0
pradeepkumarcm96 Jan 13, 2023
f86e180
Issue ED-1482 fix: Allowing file size upto 50MB
5Amogh Mar 13, 2023
88ddf8c
Merge pull request #35 from 5Amogh/release-5.1.0
kiranharidas187 Mar 14, 2023
7c24235
Issue #ED-2684 fix: File icon design changes
5Amogh Aug 11, 2023
1464c7a
Merge pull request #38 from 5Amogh/release-5.1.0
kiranharidas187 Aug 11, 2023
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
/bazel-out

/dist
/package-lock.json
# dependencies
/node_modules
/build.sh

# profiling files
chrome-profiler-events*.json
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "sl",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/sl-questionnaire/tsconfig.lib.json",
"project": "projects/sl-questionnaire/ng-package.json"
Expand Down
Loading