Skip to content

Commit

Permalink
Merge pull request #7808 from ModelingServices/development
Browse files Browse the repository at this point in the history
Release documentation for metamodel & Model SDK 10.11.0
  • Loading branch information
Luyao-Zhang-1 authored May 31, 2024
2 parents 84ce152 + 9fb9330 commit 56889c3
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: "10.11"
url: /releasenotes/sdk/metamodel-10.11/
weight: 89
---

## 10.11.0

### Microflows

#### ExternalActionParameterMapping (Element)
* We introduced the `includedAssociations` property.

#### IncludedAssociation (Element)
* We introduced this element.

### Settings

#### RuntimeSettings (Element)
* We introduced the `useOQLVersion2` property.

### Rest

#### StringBody (Element)
* We deleted the `value` property. Info: "Use valueTemplate instead."
* We introduced the `valueTemplate` property. Info: "String version of the request body using ValueTemplate."

### Navigation

#### NativeNavigationProfile (Element)
* We introduced the `screenNavigationTransition` property.
* We introduced the `popupNavigationTransition` property.
* We introduced the `applyScreenTransition` property.
* We introduced the `hermesEnabled` property.

### Pages

#### AttributeWidgetWithPlaceholder (Element)
* We deleted the `placeholder` property. Info: "Use property 'placeholderTemplate' instead"
* We introduced the `placeholderTemplate` property.
8 changes: 7 additions & 1 deletion content/en/docs/releasenotes/sdk/model-sdk/model-sdk-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
title: "4"
url: /releasenotes/sdk/model-sdk-4/
weight: 97
#When updating, remember to update the Latest Mendix Releases file
---

## 4.87.0 {#487}

**Release date: May 28th, 2024**

* We added support for Mendix [10.11.0](/releasenotes/studio-pro/10.11/).
* We added support for Mendix Metamodel [10.11.0](/releasenotes/sdk/metamodel-10.11/).

## 4.86.0 {#486}

**Release date: April 24th, 2024**
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/landingpage/latest-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h4 class="card-title-w-50">Latest Releases</h4>
<p class="rn-date">Apr 24, 2024</p>
</li>
<li class="link-list">
<a href="/releasenotes/sdk/metamodel-10.10/">Metamodel 10.10.0</a>
<p class="rn-date">May 1, 2024</p>
<a href="/releasenotes/sdk/metamodel-10.11/">Metamodel 10.11.0</a>
<p class="rn-date">May 28, 2024</p>
</li>
</ul>

0 comments on commit 56889c3

Please sign in to comment.