Skip to content

Commit

Permalink
Merge pull request #977 from kuzzleio/4.3.0-proposal
Browse files Browse the repository at this point in the history
# [4.3.0](https://github.com/kuzzleio/kuzzle-admin-console/releases/tag/4.3.0) (2021-11-02)


#### Bug fixes

- [ [#959](#959) ] Add dropdown-view to realtime document view   ([berthieresteban](https://github.com/berthieresteban))
- [ [#968](#968) ] Redirect to Login page if token expired   ([alexandrebouthinon](https://github.com/alexandrebouthinon))
- [ [#935](#935) ] Add loader to documnent list while fetching   ([berthieresteban](https://github.com/berthieresteban))
- [ [#934](#934) ] Add loader and disable modal buttons   ([berthieresteban](https://github.com/berthieresteban))

#### New features

- [ [#951](#951) ]  Allow to search on _id in AdvancedFilter   ([berthieresteban](https://github.com/berthieresteban))
- [ [#949](#949) ] Display geo shapes on map view   ([berthieresteban](https://github.com/berthieresteban))
- [ [#953](#953) ] Add feedback dropdown   ([berthieresteban](https://github.com/berthieresteban))

#### Enhancements

- [ [#970](#970) ] Store Current environment in session storage instead of local storage   ([alexandrebouthinon](https://github.com/alexandrebouthinon))
- [ [#950](#950) ] Delete index dropdown   ([berthieresteban](https://github.com/berthieresteban))
- [ [#960](#960) ] Enhance advanced filter   ([berthieresteban](https://github.com/berthieresteban))
- [ [#952](#952) ] Allow to hide the No Admin Banner    ([berthieresteban](https://github.com/berthieresteban))
- [ [#936](#936) ] Prefill raw filter with query and sort   ([berthieresteban](https://github.com/berthieresteban))
- [ [#953](#953) ] Add feedback dropdown   ([berthieresteban](https://github.com/berthieresteban))
- [ [#948](#948) ] Persist left Sidebar size in the local storage   ([jsatge](https://github.com/jsatge))

#### Others

- [ [#976](#976) ] Bump Kuzzle SDK version   ([xbill82](https://github.com/xbill82))
- [ [#922](#922) ] Fix initial filter displayed value issue   ([berthieresteban](https://github.com/berthieresteban))
---
  • Loading branch information
Aschen authored Nov 2, 2021
2 parents cdfd2fe + b324459 commit 8932613
Show file tree
Hide file tree
Showing 37 changed files with 1,432 additions and 917 deletions.
245 changes: 128 additions & 117 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuzzle-admin-console",
"version": "4.2.0",
"version": "4.3.0",
"description": "A handy administrative console for Kuzzle",
"author": "The Kuzzle team <[email protected]>",
"scripts": {
Expand All @@ -19,6 +19,7 @@
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@fortawesome/fontawesome-free": "^5.8.1",
"@types/leaflet": "^1.7.4",
"@types/node": "^14.6.1",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
Expand All @@ -29,10 +30,11 @@
"@vue/cli-plugin-unit-mocha": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/composition-api": "^1.2.4",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/eslint-config-typescript": "^5.0.1",
"@vue/test-utils": "^1.0.0-beta.30",
"ace-builds": "git://github.com/ajaxorg/ace-builds.git#v1.4.7",
"ace-builds": "git+https://github.com/ajaxorg/ace-builds.git#v1.4.7",
"apexcharts": "^3.22.2",
"babel-polyfill": "^6.26.0",
"bootstrap-vue": "^2.13.0",
Expand Down Expand Up @@ -65,7 +67,7 @@
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vue2-leaflet": "^1.0.2",
"vue2-leaflet": "^2.7.1",
"vuedraggable": "^2.24.3",
"vuejs-logger": "1.5.4",
"vuelidate": "^0.7.5",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/environment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ $colors: (

@each $name, $value in $colors {
.EnvColor--#{$name} {
background-color: $value;
background-color: $value !important;
}
}
Loading

0 comments on commit 8932613

Please sign in to comment.