Skip to content

Commit

Permalink
[Official] - Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSetyadi committed Aug 1, 2022
1 parent 3ee9aba commit 6091061
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

> August 1, 2022
### Optimized Performance
- Redeploy set enable from on value change to after saving answer
- Reengineer code for setSummary
- Reengineer code to filter components which not run any expression on disabled components

### Added
- Add signature input
```json
Expand Down Expand Up @@ -36,10 +41,30 @@

### Changed
- Update view
- Redeploy setEnabeleFalse on value change to after saving answer
- Rewrite code for setSummary to be more efficient
- Rewrite code for filtering components with expression or / and validation to be more efficient. So, when they are disable, we don't have to run their validation or expression for the first time
- Update Gps value response
```json
[
{
"value": {
"latitude": -6.165237,
"longitude": 106.8376027
},
"label": "https://maps.google.com/maps?q=-6.165237,106.8376027&output=embed"
},
{
"label": "map",
"value": "https://maps.google.com/maps?q=-6.165237,106.8376027&output=embed"
},
{
"label": "latitude",
"value": -6.165237
},
{
"label": "longitude",
"value": 106.8376027
}
]
```
- Update URL encode for online lookup

### Fixed
Expand Down

0 comments on commit 6091061

Please sign in to comment.