Skip to content

Commit

Permalink
Release 6.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Jul 31, 2023
1 parent a9a72f0 commit ffb9da9
Show file tree
Hide file tree
Showing 10 changed files with 141 additions and 112 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ title: 6.5.0
tags: Changelog
---

## [6.5.4] (2023-07-31)

### @axelor/aos-mobile-ui

#### Features

- Improve Increment with new props :
- `defaultFormatting` : disable default formatting behaviour
- `stepSize` : define step when using plus and minus buttons
- `minValue` : minimum value of input value
- `maxValue` : maximum value of input value
- `isBigButton` : display bigger plus and minus buttons
- Spread new Increment props on FormIncrementInput

#### Fixes

- AutoCompleteSearch :
- display issue after clicking outside of input
- Improve refresh with default value on form components

## [6.5.3] (2023-07-10)

### @axelor/aos-mobile-core
Expand Down Expand Up @@ -261,6 +281,7 @@ It contains the following functionnalities

- Replace RenderHTML by HtmlInput

[6.5.4]: https://github.com/axelor/axelor-mobile/compare/6.5.3...6.5.4
[6.5.3]: https://github.com/axelor/axelor-mobile/compare/6.5.2...6.5.3
[6.5.2]: https://github.com/axelor/axelor-mobile/compare/6.5.1...6.5.2
[6.5.1]: https://github.com/axelor/axelor-mobile/compare/6.5.0...6.5.1
Expand Down
4 changes: 2 additions & 2 deletions example/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 7
versionName "6.5.3"
versionCode 8
versionName "6.5.4"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "6.5.3",
"version": "6.5.4",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -15,11 +15,11 @@
"license:add": "npx add-copyright-header --generate --dir 'src'"
},
"dependencies": {
"@axelor/aos-mobile-core": "6.5.3",
"@axelor/aos-mobile-crm": "6.5.3",
"@axelor/aos-mobile-manufacturing": "6.5.3",
"@axelor/aos-mobile-stock": "6.5.3",
"@axelor/aos-mobile-ui": "6.5.3",
"@axelor/aos-mobile-core": "6.5.4",
"@axelor/aos-mobile-crm": "6.5.4",
"@axelor/aos-mobile-manufacturing": "6.5.4",
"@axelor/aos-mobile-stock": "6.5.4",
"@axelor/aos-mobile-ui": "6.5.4",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-navigation/drawer": "6.6.3",
"@react-navigation/native": "6.1.7",
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": "6.5.3",
"version": "6.5.4",
"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": "6.5.3",
"@axelor/aos-mobile-ui": "6.5.3",
"@axelor/aos-mobile-core": "6.5.4",
"@axelor/aos-mobile-ui": "6.5.4",
"@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": "6.5.3",
"version": "6.5.4",
"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": "6.5.3",
"@axelor/aos-mobile-stock": "6.5.3",
"@axelor/aos-mobile-ui": "6.5.3",
"@axelor/aos-mobile-core": "6.5.4",
"@axelor/aos-mobile-stock": "6.5.4",
"@axelor/aos-mobile-ui": "6.5.4",
"@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": "6.5.3",
"version": "6.5.4",
"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": "6.5.3",
"@axelor/aos-mobile-core": "6.5.3",
"@axelor/aos-mobile-ui": "6.5.4",
"@axelor/aos-mobile-core": "6.5.4",
"@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": "6.5.3",
"version": "6.5.4",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -82,8 +82,8 @@
"vision-camera-code-scanner": "^0.2.0"
},
"dependencies": {
"@axelor/aos-mobile-error": "6.5.3",
"@axelor/aos-mobile-ui": "6.5.3",
"@axelor/aos-mobile-error": "6.5.4",
"@axelor/aos-mobile-ui": "6.5.4",
"@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": "6.5.3",
"version": "6.5.4",
"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": "6.5.3",
"version": "6.5.4",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down
Loading

0 comments on commit ffb9da9

Please sign in to comment.