Skip to content

Commit

Permalink
Release 7.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Dec 5, 2024
1 parent 96d0672 commit 7c796a2
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 58 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@ title: 7.2.0
tags: Changelog
---

## [7.2.23] (2024-12-05)

### @axelor/aos-mobile-core

#### Changes

- Session card: add possibility to override session removal action

### @axelor/aos-mobile-ui

#### Changes

- Increment: modify format management on blur/focus

#### Fixes

- AutoCompleteSearch: manage margin bottom when the list is empty
- Increment: save when click outside the input

### @axelor/aos-mobile-stock

#### Changes

- Indicators: move logic to fetch available stock to card components

<details>
There was a performance problem on the screens requiring the product indicators. To solve this slow performance problem, product indicators are now retrieved from the card component in the background. The old way of working retrieved the indicators for all the products in the list each time they were updated, before displaying them, which is rather cumbersome and shouldn't be used. The functions concerned have been removed.
</details>


## [7.2.22] (2024-11-26)

### @axelor/aos-mobile-core
Expand Down Expand Up @@ -735,6 +765,7 @@ It enables user to manage Expenses through the mobile application. You can creat
- Remove IconButton component which should be replaced by Button component.
- Remove Pop-up components which should be replaced by Alert component.

[7.2.23]: https://github.com/axelor/axelor-mobile/compare/7.2.22...7.2.23
[7.2.22]: https://github.com/axelor/axelor-mobile/compare/7.2.21...7.2.22
[7.2.21]: https://github.com/axelor/axelor-mobile/compare/7.2.20...7.2.21
[7.2.20]: https://github.com/axelor/axelor-mobile/compare/7.2.19...7.2.20
Expand Down
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 33
versionName "7.2.22"
versionCode 34
versionName "7.2.23"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion ios/AosMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>7.2.22</string>
<string>7.2.23</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aos-mobile",
"version": "7.2.22",
"version": "7.2.23",
"private": true,
"workspaces": {
"packages": [
Expand Down Expand Up @@ -29,13 +29,13 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"@axelor/aos-mobile-core": "7.2.22",
"@axelor/aos-mobile-crm": "7.2.22",
"@axelor/aos-mobile-helpdesk": "7.2.22",
"@axelor/aos-mobile-hr": "7.2.22",
"@axelor/aos-mobile-manufacturing": "7.2.22",
"@axelor/aos-mobile-stock": "7.2.22",
"@axelor/aos-mobile-ui": "7.2.22",
"@axelor/aos-mobile-core": "7.2.23",
"@axelor/aos-mobile-crm": "7.2.23",
"@axelor/aos-mobile-helpdesk": "7.2.23",
"@axelor/aos-mobile-hr": "7.2.23",
"@axelor/aos-mobile-manufacturing": "7.2.23",
"@axelor/aos-mobile-stock": "7.2.23",
"@axelor/aos-mobile-ui": "7.2.23",
"@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.2.22",
"version": "7.2.23",
"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.2.22",
"@axelor/aos-mobile-ui": "7.2.22",
"@axelor/aos-mobile-core": "7.2.23",
"@axelor/aos-mobile-ui": "7.2.23",
"@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": "7.2.22",
"version": "7.2.23",
"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.2.22",
"@axelor/aos-mobile-ui": "7.2.22",
"@axelor/aos-mobile-core": "7.2.23",
"@axelor/aos-mobile-ui": "7.2.23",
"@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": "7.2.22",
"version": "7.2.23",
"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.2.22",
"@axelor/aos-mobile-ui": "7.2.22",
"@axelor/aos-mobile-core": "7.2.23",
"@axelor/aos-mobile-ui": "7.2.23",
"@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.2.22",
"version": "7.2.23",
"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.2.22",
"@axelor/aos-mobile-stock": "7.2.22",
"@axelor/aos-mobile-ui": "7.2.22",
"@axelor/aos-mobile-core": "7.2.23",
"@axelor/aos-mobile-stock": "7.2.23",
"@axelor/aos-mobile-ui": "7.2.23",
"@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.2.22",
"version": "7.2.23",
"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.2.22",
"@axelor/aos-mobile-core": "7.2.22",
"@axelor/aos-mobile-ui": "7.2.23",
"@axelor/aos-mobile-core": "7.2.23",
"@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.2.22",
"version": "7.2.23",
"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.2.22",
"@axelor/aos-mobile-ui": "7.2.22",
"@axelor/aos-mobile-error": "7.2.23",
"@axelor/aos-mobile-ui": "7.2.23",
"@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.2.22",
"version": "7.2.23",
"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.2.22",
"version": "7.2.23",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down

0 comments on commit 7c796a2

Please sign in to comment.