Skip to content

Commit

Permalink
Release 7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Nov 10, 2023
1 parent ab4dbdf commit fff4e24
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 26 deletions.
55 changes: 54 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,58 @@ title: 7.0.0
tags: Changelog
---

## [7.0.5] (2023-11-10)

The application's global test has been corrected to make sure that the application is correctly working.

This version also correct the yarn dev command. It's now fully working and enable developpers to get immediat refresh when working on packages.

### @axelor/aos-mobile-crm

#### Fixes

- DropdownContactView : wrong display condition on address
- ProspectDropdownCards : wrong field name used for the category

### @axelor/aos-mobile-stock

#### Fixes

- StockCorrection : prevent update if there is no reason
- SmallPropertyCard : wrong alert disabled condition

### @axelor/aos-mobile-core

#### Features

- Add generic tool to display object's barcode in header actions
- UploadFileInput : add camera option on component and improve design
- Add CameraButton component to take quick picture

#### Fixes

- Error management on requests : consider AOP status -1 as error & show the right toast with error message
- Stopwatch : prevent refresh issue when app is inactive
- Sessions : improve logic with camera display
- LoginButton : modify disabled condition to manage case where sessions are disabled
- Prevent refresh issue with translations on user screen when changing language

### @axelor/aos-mobile-ui

#### Features

- ChipSelect : manage refresh on default value with prop `isRefresh`

#### Fixes

- Image : remove refresh issue
- SearchDetailsPopUp : manage too long titles display

#### Changes

- Icon : remove `disabled` props to only keep `touchable` one
- ChipSelect : simplify logic inside component

## [7.0.4] (2023-08-25)

### @axelor/aos-mobile-core
Expand Down Expand Up @@ -288,8 +340,9 @@ The project architecture has also been updated, the example folder has been expl
- Replace ChipSelect by MultiValuePicker on list screens
- Add search bar details pop up on screens: add empowered searchBar for objects

[7.0.5]: https://github.com/axelor/axelor-mobile/compare/7.0.4...7.0.5
[7.0.4]: https://github.com/axelor/axelor-mobile/compare/7.0.3...7.0.4
[7.0.3]: https://github.com/axelor/axelor-mobile/compare/7.0.2...7.0.3
[7.0.2]: https://github.com/axelor/axelor-mobile/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/axelor/axelor-mobile/compare/7.0.0...7.0.1
[7.0.0]: https://github.com/axelor/axelor-mobile/compare/6.5.1...7.0.0
[7.0.0]: https://github.com/axelor/axelor-mobile/compare/6.5.5...7.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 9
versionName "7.0.4"
versionCode 10
versionName "7.0.5"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
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>7.0.4</string>
<string>7.0.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>tel</string>
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aos-mobile",
"version": "7.0.4",
"version": "7.0.5",
"private": true,
"workspaces": {
"packages": [
Expand All @@ -27,11 +27,11 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"@axelor/aos-mobile-core": "7.0.4",
"@axelor/aos-mobile-crm": "7.0.4",
"@axelor/aos-mobile-manufacturing": "7.0.4",
"@axelor/aos-mobile-stock": "7.0.4",
"@axelor/aos-mobile-ui": "7.0.4",
"@axelor/aos-mobile-core": "7.0.5",
"@axelor/aos-mobile-crm": "7.0.5",
"@axelor/aos-mobile-manufacturing": "7.0.5",
"@axelor/aos-mobile-stock": "7.0.5",
"@axelor/aos-mobile-ui": "7.0.5",
"@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": "7.0.4",
"version": "7.0.5",
"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": "7.0.4",
"@axelor/aos-mobile-ui": "7.0.4",
"@axelor/aos-mobile-core": "7.0.5",
"@axelor/aos-mobile-ui": "7.0.5",
"@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": "7.0.4",
"version": "7.0.5",
"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": "7.0.4",
"@axelor/aos-mobile-stock": "7.0.4",
"@axelor/aos-mobile-ui": "7.0.4",
"@axelor/aos-mobile-core": "7.0.5",
"@axelor/aos-mobile-stock": "7.0.5",
"@axelor/aos-mobile-ui": "7.0.5",
"@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": "7.0.4",
"version": "7.0.5",
"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": "7.0.4",
"@axelor/aos-mobile-core": "7.0.4",
"@axelor/aos-mobile-ui": "7.0.5",
"@axelor/aos-mobile-core": "7.0.5",
"@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": "7.0.4",
"version": "7.0.5",
"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": "7.0.4",
"@axelor/aos-mobile-ui": "7.0.4",
"@axelor/aos-mobile-error": "7.0.5",
"@axelor/aos-mobile-ui": "7.0.5",
"@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": "7.0.4",
"version": "7.0.5",
"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": "7.0.4",
"version": "7.0.5",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down

0 comments on commit fff4e24

Please sign in to comment.