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
94346bc7
Commit
94346bc7
authored
Oct 31, 2022
by
Zéfling
🎨
Browse files
Version 1.3.0
parent
89036ec7
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
94346bc7
# Changelog - Standalone web app & API
## 1.3.0 (2022-10-31)
### Standalone web app
-
fix tooltip position on left
-
fix CSS mobile
### With API activited only
-
merge “
**local list**
” and “
**profile**
” into a “
**personal list**
” #14
-
add tierlist relationships between local and server #15
-
update category only if parent tierlist #12
-
lock category if not parent tierlist
-
update listlist children catagory when is parent template (server)
-
required: API 1.0.4
-
fix export image loading
-
fix routing (add
`a:href`
for a better tag structure )
-
menu
-
pagination
-
navigation
-
view
## 1.2.3 (2022-10-29)
### With API activited only
...
...
@@ -15,6 +37,7 @@
-
navigate: add pagination
-
improve pagination component
-
improve pagination for search by criterion
-
required: API 1.0.3
## 1.2.1 (2022-10-27)
...
...
@@ -38,6 +61,7 @@
-
add popup with all "my derivatives"
-
change URL of tierlist on save if id change
-
review all buttons on page view
-
required: API 1.0.2
## 1.1.3 (2022-10-22)
...
...
@@ -83,6 +107,7 @@
-
rewrite navigation
-
add page preview #3
-
better visibility for personnal derivatives
-
required: API 1.0.1
## 1.0.1 (2022-10-11)
...
...
@@ -110,6 +135,7 @@
-
fix loading issues in navigate
-
fix auto login
-
show hidden tierlist for current user
-
required: API 1.0.0
## 0.9.22 beta (2022-09-25)
...
...
package.json
View file @
94346bc7
{
"name"
:
"classement"
,
"version"
:
"1.
2.3
"
,
"version"
:
"1.
3.0
"
,
"scripts"
:
{
"postinstall"
:
"npm audit fix"
,
"ng"
:
"ng"
,
...
...
src/app/content/home/classement-home.component.ts
View file @
94346bc7
...
...
@@ -12,7 +12,7 @@ import { environment } from 'src/environments/environment';
styleUrls
:
[
'
./classement-home.component.scss
'
],
})
export
class
ClassementHomeComponent
{
version
=
'
1.
2.3
'
;
version
=
'
1.
3.0
'
;
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