Skip to content

Commit

Permalink
Release 6.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Aug 25, 2023
1 parent bd4c2cd commit efe857a
Show file tree
Hide file tree
Showing 9 changed files with 445 additions and 300 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: 6.4.0
tags: Changelog
---

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

### @axelor/aos-mobile-core

#### Features

- Improve UploadFileInput with new props :
- `title` : title to display above file picker
- `defaultValue` : default file
- `returnBase64String` : return base64 string instead on uploading Metafile (default false)
- `required` : define if file is required (default false)
- `readonly` : define if input should be read only (default false)
- `documentTypesAllowed` : define allowed types of documents (values 'images', 'pdf' or 'allFiles' and default is 'allFiles')
- `canDeleteFile` : define if file can be deleted after selection (default true)
- `displayPreview` : define if input should diplay preview of the selected file (default false)
- `maxSize` : define if max size for file selection (default 5Mo)
- Add possibility to send DELETE request with axiosApiProvider
- Add `required` props on DateInput component
- Add helper to get full translated date

#### Fixes

- Type issues :
- Translator
- Image component props

### @axelor/aos-mobile-ui

#### Features

- DropdownCard :
- add props `showIcon` to define if up/down icon should be displayed
- improve style to use standards
- Improve Increment with new props :
- `keyboardType` : define keyboard type (default 'numeric')
- `scale` : define scale for input value (default is base config on AOS)
- Improve FormIncrementInput with new props :
- spread new Increment props
- `required` : define if input is required (default false)
- Improve ScrollList with new props :
- `horizontal` : define if scroll should be horizontal or not
- `disabledRefresh` : disabled top refresh to avoid data changes
- Enable to define InfoBubble `size` from props.
- New component Label with basic types : error, danger, info, success
- New component NumberBubble

#### Fixes

- DropdownCard :
- rename props `DropdownIsOpen` to `dropdownIsOpen`
- IconButton : mark FontAwesome5 as optionnal
- Picker : fix `isValueItem` mode logic
- Checkbow :
- style issue on value change
- define `title` and `isDefaultChecked` as optionnal

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

### @axelor/aos-mobile-ui
Expand Down Expand Up @@ -274,6 +330,7 @@ There are two functional packages available for Axelor Open Mobile.
- _Operation order_: view, change of status with management of the stopwatch, view of the production file
- _Planning vision_ of operation orders

[6.4.6]: https://github.com/axelor/axelor-mobile/compare/6.4.5...6.4.6
[6.4.5]: https://github.com/axelor/axelor-mobile/compare/6.4.4...6.4.5
[6.4.4]: https://github.com/axelor/axelor-mobile/compare/6.4.3...6.4.4
[6.4.3]: https://github.com/axelor/axelor-mobile/compare/6.4.2...6.4.3
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.4.5"
versionCode 8
versionName "6.4.6"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "6.4.5",
"version": "6.4.6",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -15,10 +15,10 @@
"license:add": "npx add-copyright-header --generate --dir 'src'"
},
"dependencies": {
"@axelor/aos-mobile-ui": "6.4.5",
"@axelor/aos-mobile-core": "6.4.5",
"@axelor/aos-mobile-stock": "6.4.5",
"@axelor/aos-mobile-manufacturing": "6.4.5",
"@axelor/aos-mobile-ui": "6.4.6",
"@axelor/aos-mobile-core": "6.4.6",
"@axelor/aos-mobile-stock": "6.4.6",
"@axelor/aos-mobile-manufacturing": "6.4.6",
"react-native-webview": "11.26.0",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-navigation/drawer": "6.6.3",
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.4.5",
"version": "6.4.6",
"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-ui": "6.4.5",
"@axelor/aos-mobile-core": "6.4.5",
"@axelor/aos-mobile-stock": "6.4.5",
"@axelor/aos-mobile-ui": "6.4.6",
"@axelor/aos-mobile-core": "6.4.6",
"@axelor/aos-mobile-stock": "6.4.6",
"@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.4.5",
"version": "6.4.6",
"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.4.5",
"@axelor/aos-mobile-core": "6.4.5",
"@axelor/aos-mobile-ui": "6.4.6",
"@axelor/aos-mobile-core": "6.4.6",
"@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.4.5",
"version": "6.4.6",
"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.4.5",
"@axelor/aos-mobile-ui": "6.4.5",
"@axelor/aos-mobile-error": "6.4.6",
"@axelor/aos-mobile-ui": "6.4.6",
"@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.4.5",
"version": "6.4.6",
"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.4.5",
"version": "6.4.6",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down
Loading

0 comments on commit efe857a

Please sign in to comment.