Skip to content

Commit

Permalink
Release 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Mar 13, 2024
1 parent 4093a17 commit 53c62c8
Show file tree
Hide file tree
Showing 22 changed files with 92 additions and 83 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,60 @@ title: 8.0.0
tags: Changelog
---

## [8.0.1] (2024-03-13)

This version restore the iOS build which was broken due to some changes in dependencies.

### @axelor/aos-mobile-core

#### Fixes

- Login screen: improve display.
- FormView: refresh issue when no default value is given
- Studio form view: remove display of items preview on search bars

### @axelor/aos-mobile-ui

#### Features

- Dashboard: possibility to hide background card on chart

#### Fixes

- Dashboard: rename file to allow mobile app to work on macOS

### @axelor/aos-mobile-quality

#### Fixes

- Control entry list view: change success to primary color on toggle button

### @axelor/aos-mobile-hr

#### Fixes

- Expense line: use request to recompute totals on update
- Reducers: follow naming convention to avoid conflict.

### @axelor/aos-mobile-helpdesk

#### Fixes

- List screens: avoid page loading when search is active
- Reducers: follow naming convention to avoid conflict.

### @axelor/aos-mobile-crm

#### Fixes

- List screens: avoid page loading when search is active

### @axelor/aos-mobile-stock

#### Fixes

- Product details: hide units if product is not sellable or purchasable

## [8.0.0] (2024-02-19)

This version of the application is no more retrocompatible by default due to some new requests. Retrocompatibility can be restored by rewritting routes' path in the configuration file.
Expand Down Expand Up @@ -113,4 +167,5 @@ Changes has been done to get new core and ui improvements: use of ChipSelect, co

Changes has been done to get new core and ui improvements: use of ChipSelect, color differentiation between success and primary, definition of required configs, use of icons for Bootstrap

[8.0.1]: https://github.com/axelor/axelor-mobile/compare/8.0.0...8.0.1
[8.0.0]: https://github.com/axelor/axelor-mobile/compare/7.2.6...8.0.0
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ android {
applicationId "com.aosmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 19
versionName "8.0.0"
versionCode 20
versionName "8.0.1"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
5 changes: 0 additions & 5 deletions changelogs/unreleased/74584.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/75492.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/75640.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/75733.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/75763.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/75937.json

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/unreleased/76047.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/form_defaultValueRefresh.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/studio_customSearchBar.json

This file was deleted.

4 changes: 2 additions & 2 deletions ios/AosMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>8.0.0</string>
<string>8.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8</string>
<string>9</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>tel</string>
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aos-mobile",
"version": "8.0.0",
"version": "8.0.1",
"private": true,
"workspaces": {
"packages": [
Expand Down Expand Up @@ -30,14 +30,14 @@
"postinstall": "patch-package"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.0.0",
"@axelor/aos-mobile-crm": "8.0.0",
"@axelor/aos-mobile-helpdesk": "8.0.0",
"@axelor/aos-mobile-hr": "8.0.0",
"@axelor/aos-mobile-manufacturing": "8.0.0",
"@axelor/aos-mobile-quality": "8.0.0",
"@axelor/aos-mobile-stock": "8.0.0",
"@axelor/aos-mobile-ui": "8.0.0",
"@axelor/aos-mobile-core": "8.0.1",
"@axelor/aos-mobile-crm": "8.0.1",
"@axelor/aos-mobile-helpdesk": "8.0.1",
"@axelor/aos-mobile-hr": "8.0.1",
"@axelor/aos-mobile-manufacturing": "8.0.1",
"@axelor/aos-mobile-quality": "8.0.1",
"@axelor/aos-mobile-stock": "8.0.1",
"@axelor/aos-mobile-ui": "8.0.1",
"@react-native-clipboard/clipboard": "^1.11.1",
"@reduxjs/toolkit": "^1.8.1",
"axios": "^0.26.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/crm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-crm",
"version": "8.0.0",
"version": "8.0.1",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.0.0",
"@axelor/aos-mobile-ui": "8.0.0",
"@axelor/aos-mobile-core": "8.0.1",
"@axelor/aos-mobile-ui": "8.0.1",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/helpdesk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-helpdesk",
"version": "8.0.0",
"version": "8.0.1",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.0.0",
"@axelor/aos-mobile-ui": "8.0.0",
"@axelor/aos-mobile-core": "8.0.1",
"@axelor/aos-mobile-ui": "8.0.1",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/hr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-hr",
"version": "8.0.0",
"version": "8.0.1",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.0.0",
"@axelor/aos-mobile-ui": "8.0.0",
"@axelor/aos-mobile-core": "8.0.1",
"@axelor/aos-mobile-ui": "8.0.1",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/apps/manufacturing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-manufacturing",
"version": "8.0.0",
"version": "8.0.1",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.0.0",
"@axelor/aos-mobile-stock": "8.0.0",
"@axelor/aos-mobile-ui": "8.0.0",
"@axelor/aos-mobile-core": "8.0.1",
"@axelor/aos-mobile-stock": "8.0.1",
"@axelor/aos-mobile-ui": "8.0.1",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/quality/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-quality",
"version": "8.0.0",
"version": "8.0.1",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.0.0",
"@axelor/aos-mobile-ui": "8.0.0",
"@axelor/aos-mobile-core": "8.0.1",
"@axelor/aos-mobile-ui": "8.0.1",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/stock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-stock",
"version": "8.0.0",
"version": "8.0.1",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-ui": "8.0.0",
"@axelor/aos-mobile-core": "8.0.0",
"@axelor/aos-mobile-ui": "8.0.1",
"@axelor/aos-mobile-core": "8.0.1",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-core",
"version": "8.0.0",
"version": "8.0.1",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -84,8 +84,8 @@
"vision-camera-code-scanner": "^0.2.0"
},
"dependencies": {
"@axelor/aos-mobile-error": "8.0.0",
"@axelor/aos-mobile-ui": "8.0.0",
"@axelor/aos-mobile-error": "8.0.1",
"@axelor/aos-mobile-ui": "8.0.1",
"@react-navigation/drawer": "6.6.3",
"@react-navigation/native": "6.1.7",
"@react-navigation/native-stack": "6.9.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-error",
"version": "8.0.0",
"version": "8.0.1",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-ui",
"version": "8.0.0",
"version": "8.0.1",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down

0 comments on commit 53c62c8

Please sign in to comment.