Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
classement
classement
Commits
a6c305be
Commit
a6c305be
authored
Oct 18, 2022
by
Zéfling
🎨
Browse files
Version 1.1.2
parent
7338a30e
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
a6c305be
# Changelog - Standalone web app & API
## 1.1.2 (2022-10-18)
### Standalone web app
-
fix title width in tile when “automatic tile width” is activated
-
improve langage FR & EN (Thanks Ambroise Croizat)
### With API activited only
-
fix crash when canceling Oauth authentication
-
fix on save tierlist
## 1.1.1 (2022-10-16)
### With API activited only
...
...
@@ -46,6 +58,7 @@
-
improve textarea with autoresize (contact page)
-
fix loading issues in navigate
-
fix auto login
-
show hidden tierlist for current user
## 0.9.22 beta (2022-09-25)
...
...
@@ -86,6 +99,7 @@
-
add the different tiles of derivative
-
improve list “my derivative” on edit page
-
add search by template and userId
## 0.9.17 beta (2022-09-17)
...
...
CONTRIBUTORS.md
View file @
a6c305be
-
Zéfling
-
Zéfling
-
Ambroise Croizat
angular.json
View file @
a6c305be
...
...
@@ -69,6 +69,9 @@
},
"serve"
:
{
"builder"
:
"@angular-devkit/build-angular:dev-server"
,
"options"
:
{
"browserTarget"
:
"app:build"
},
"configurations"
:
{
"production"
:
{
"browserTarget"
:
"classement:build:production"
...
...
package.json
View file @
a6c305be
{
"name"
:
"classement"
,
"version"
:
"1.1.
1
"
,
"version"
:
"1.1.
2
"
,
"scripts"
:
{
"postinstall"
:
"npm audit fix"
,
"ng"
:
"ng"
,
...
...
src/app/content/home/classement-home.component.ts
View file @
a6c305be
...
...
@@ -9,7 +9,7 @@ import { environment } from 'src/environments/environment';
styleUrls
:
[
'
./classement-home.component.scss
'
],
})
export
class
ClassementHomeComponent
{
version
=
'
1.1.
1
'
;
version
=
'
1.1.
2
'
;
modeApi
=
environment
.
api
?.
active
||
false
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment