Skip to content

Commit

Permalink
Release 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Jul 11, 2024
1 parent 8a7a572 commit cfcc479
Show file tree
Hide file tree
Showing 30 changed files with 105 additions and 129 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,62 @@ title: 8.1.0
tags: Changelog
---

## [8.1.2] (2024-07-11)

### @axelor/aos-mobile-core

#### Features

- Custom form: manage Drawing widget

#### Changes

- MailMessageNotificationCard: enable display without object link

#### Fixes

- Selections: add refresh in hook function when model selections change
- Custom forms: change display behavior of date time inputs
- Custom forms: remove bottom buttons

### @axelor/aos-mobile-ui

#### Features

- Dashboard: add details on click on chart
- Picker components: add possibility to display a placeholder

#### Fixes

- LabelText: align items to avoid flex display issue
- FloatingButton: adjust action container size when title is too long

### @axelor/aos-mobile-hr

#### Fixes

- Timesheet: show project fields event when imputation mode is empty
- Expense line: empty the list when opening the selection mode from header action
- Details views: add basic header actions
- Timer: use correct status values to fetch active timer
- Form: add null check on mobileSettings in conditions

### @axelor/aos-mobile-manufacturing

#### Fixes

- Consumed products: change status translations

<details>
'Planned' status has been changed to 'To pick' and 'Finished' status to 'Consumed' to make it more clear and consistent with associated StokMove
</details>

### @axelor/aos-mobile-stock

#### Fixes

- Product stock details: adjust margin of see distribution button for small screens

## [8.1.1] (2024-06-28)

This version fixes the build for Android 14.
Expand Down Expand Up @@ -204,5 +260,6 @@ It enables user to manage interventions and customer parc through the mobile app
- Permissions: check user rights for actions display
- Selections: use new system and tools instead of type files
- Product indicators: use new chart component to display quantity indicators
[8.1.2]: https://github.com/axelor/axelor-mobile/compare/8.1.1...8.1.2
[8.1.1]: https://github.com/axelor/axelor-mobile/compare/8.1.0...8.1.1
[8.1.0]: https://github.com/axelor/axelor-mobile/compare/8.0.6...8.1.0
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ android {
applicationId "com.aosmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 27
versionName "8.1.1"
versionCode 28
versionName "8.1.2"
}

splits {
Expand Down
6 changes: 0 additions & 6 deletions changelogs/unreleased/75975.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

16 changes: 8 additions & 8 deletions ios/AosMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CURRENT_PROJECT_VERSION = 15;
CURRENT_PROJECT_VERSION = 16;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
Expand All @@ -494,7 +494,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 8.1.1;
MARKETING_VERSION = 8.1.2;
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
Expand All @@ -513,15 +513,15 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 15;
CURRENT_PROJECT_VERSION = 16;
INFOPLIST_FILE = AosMobileTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 8.1.1;
MARKETING_VERSION = 8.1.2;
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
Expand All @@ -540,15 +540,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 15;
CURRENT_PROJECT_VERSION = 16;
DEVELOPMENT_TEAM = FU222YUEEN;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = AosMobile/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 8.1.1;
MARKETING_VERSION = 8.1.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -571,14 +571,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 15;
CURRENT_PROJECT_VERSION = 16;
DEVELOPMENT_TEAM = FU222YUEEN;
INFOPLIST_FILE = AosMobile/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 8.1.1;
MARKETING_VERSION = 8.1.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aos-mobile",
"version": "8.1.1",
"version": "8.1.2",
"private": true,
"workspaces": {
"packages": [
Expand Down Expand Up @@ -30,15 +30,15 @@
"postinstall": "patch-package"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.1",
"@axelor/aos-mobile-crm": "8.1.1",
"@axelor/aos-mobile-helpdesk": "8.1.1",
"@axelor/aos-mobile-hr": "8.1.1",
"@axelor/aos-mobile-intervention": "8.1.1",
"@axelor/aos-mobile-manufacturing": "8.1.1",
"@axelor/aos-mobile-quality": "8.1.1",
"@axelor/aos-mobile-stock": "8.1.1",
"@axelor/aos-mobile-ui": "8.1.1",
"@axelor/aos-mobile-core": "8.1.2",
"@axelor/aos-mobile-crm": "8.1.2",
"@axelor/aos-mobile-helpdesk": "8.1.2",
"@axelor/aos-mobile-hr": "8.1.2",
"@axelor/aos-mobile-intervention": "8.1.2",
"@axelor/aos-mobile-manufacturing": "8.1.2",
"@axelor/aos-mobile-quality": "8.1.2",
"@axelor/aos-mobile-stock": "8.1.2",
"@axelor/aos-mobile-ui": "8.1.2",
"@react-native-clipboard/clipboard": "1.14.1",
"bootstrap-icons": "^1.10.3",
"react": "18.2.0",
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.1.1",
"version": "8.1.2",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.1",
"@axelor/aos-mobile-ui": "8.1.1",
"@axelor/aos-mobile-core": "8.1.2",
"@axelor/aos-mobile-ui": "8.1.2",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.1",
"version": "8.1.2",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.1",
"@axelor/aos-mobile-ui": "8.1.1",
"@axelor/aos-mobile-core": "8.1.2",
"@axelor/aos-mobile-ui": "8.1.2",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.1",
"version": "8.1.2",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.1",
"@axelor/aos-mobile-ui": "8.1.1",
"@axelor/aos-mobile-core": "8.1.2",
"@axelor/aos-mobile-ui": "8.1.2",
"@reduxjs/toolkit": "^2.2.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/apps/intervention/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-intervention",
"version": "8.1.1",
"version": "8.1.2",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,9 +27,9 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.1",
"@axelor/aos-mobile-crm": "8.1.1",
"@axelor/aos-mobile-ui": "8.1.1",
"@axelor/aos-mobile-core": "8.1.2",
"@axelor/aos-mobile-crm": "8.1.2",
"@axelor/aos-mobile-ui": "8.1.2",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.1",
"version": "8.1.2",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,9 +27,9 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.1",
"@axelor/aos-mobile-stock": "8.1.1",
"@axelor/aos-mobile-ui": "8.1.1",
"@axelor/aos-mobile-core": "8.1.2",
"@axelor/aos-mobile-stock": "8.1.2",
"@axelor/aos-mobile-ui": "8.1.2",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.1",
"version": "8.1.2",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.1",
"@axelor/aos-mobile-ui": "8.1.1",
"@axelor/aos-mobile-core": "8.1.2",
"@axelor/aos-mobile-ui": "8.1.2",
"@reduxjs/toolkit": "^2.2.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit cfcc479

Please sign in to comment.