Skip to content

Commit 81e114e

Browse files
authored
update
1 parent 7c430a9 commit 81e114e

File tree

2 files changed

+47
-25
lines changed

2 files changed

+47
-25
lines changed

docs/.vitepress/config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export default defineConfig({
2828
text: 'Features',
2929
collapsed: true,
3030
items: [
31-
{ text: 'Feature I', link: '/features/' },
32-
{ text: 'Feature II', link: '/features/' },
31+
{ text: 'Remotely App Calls', link: '/features/' },
32+
{ text: 'Stateful Sessions', link: '/features/' },
3333
{ text: 'Feature III', link: '/features/' },
3434
{ text: 'FAQ', link: '/features/faq' }
3535
]
@@ -41,7 +41,7 @@ export default defineConfig({
4141
{ text: 'Business Technology Platform', link: '/markdown-examples' },
4242
{ text: 'BTP ABAP Environment', link: '/markdown-examples' },
4343
{ text: 'S/4 Public Cloud', link: '/api-examples' },
44-
{ text: 'S/4 Private or On-Premise', link: '/api-examples' },
44+
{ text: 'S/4 Private Cloud', link: '/api-examples' },
4545
{ text: 'R/3 Netweaver', link: '/api-examples' }
4646
]
4747
},

docs/resources/release_notes.md

Lines changed: 44 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Release Notes
22

3-
## 2024-09-22 v1.134.0
3+
## v1.134.0
4+
2024-09-22
45
- Added Tile Controls
56
- Added Color Control
67
- Added Multiselect Feature for Popup to Select
78
- Added Data Loss Feature
89
- Fixed Separated Custom Controls & Layouts from abap2UI5 Core
910
- Fixed Multiple Bugfixes and new Properties added
1011

11-
## 2024-08-24 v1.133.0
12+
## v1.133.0
13+
2024-08-24
1214
- Added Controls & Properties for Splitter, Grid, Generic Tag, Content Areas, Step Input, News Content, Numeric Content etc.
1315
- Added Shell Bar Properties & Events
1416
- Added Side Navigation Properties & Events
@@ -17,7 +19,8 @@
1719
- Fixed Low Release Compatibility of Method to Read Fixvalues
1820
- Fixed Multiple Bugfixes and new Properties added
1921

20-
## 2024-07-28 v1.132.0
22+
## v1.132.0
23+
2024-07-28
2124
- Added Properties for Multi Input, Slider, Search Field etc.
2225
- Added Date Range Selection Control etc.
2326
- Fixed Bugfix Generic Tile & Avator Control
@@ -26,111 +29,130 @@
2629
- Fixed Bugfix ABAP 750 Syntax
2730
- Fixed Multiple Bugfixes and new Properties added
2831

29-
## 2024-07-03 v1.131.0
32+
## v1.131.0
33+
2024-07-03
3034
- Added Radio Button, Radio Button Group, Date Range Selector
3135
- Added Popup Layout V2
3236
- Fixed Fix Launchpad Title
3337
- Fixed Syntax Fixes for v750
3438

35-
## 2024-06-13 v1.130.0
39+
## v1.130.0
40+
2024-06-13
3641
- Added Wizard Control, Wizard Steps
3742
- Added Frontend Info CC with Device Information
3843
- Fixed Improved Binding Logic, bind_clear replaced
3944
- Fixed Multiple Fixes for Focus CC
4045
- Added Message Strip Visible Property
4146

42-
## 2024-06-01 v1.129.0
47+
## v1.129.0
48+
2024-06-01
4349
- Added New Attributes for FilterGroupItem Control
4450
- Added New Attributes for VariantManagement Control
4551
- Fixed Fixed Issues with Data Model & Binding Logic
4652
- Added Addressed Fixes for SAP Fiori Launchpad Integration
4753

48-
## 2024-05-20 v1.128.0
54+
## v1.128.0
55+
2024-05-20
4956
- Fixed Popover and Message Toast Adjustments
5057
- Fixed Fixes for Launchpad Compatibility
5158
- Fixed Fixes for Data Binding with Generic Data References
5259
- Added New Properties for the XML View
5360

54-
## 2024-05-05 v1.127.0
61+
## v1.127.0
62+
2024-05-05
5563
- Added New Properties for Range Slider and Status Indicator
5664
- Added Message Toast & Message Box Improvements
5765
- Added Adjustments for the Support of Automatic Renaming
5866
- Fixed Bugfixes and Small Improvements
5967

60-
## 2024-04-17 v1.126.0
68+
## v1.126.0
69+
2024-04-17
6170
- Fixed Fixes and XML View Extensions
6271
- Fixed Improved Support for Attributes created with RTTI
6372
- Added Update Spreadsheet CC for OpenUI5 Compatibility
6473

65-
## 2024-04-06 v1.125.0
74+
## v1.125.0
75+
2024-04-06
6676
- Fixed Binding Fixes for Attributes created with RTTI
6777
- Added XML View Extensions
6878
- Added Replace Magic Numbers and Fixes for Auto Renaming
6979
- Added Download base64 Files
7080
- Added Features for Interactive Charts
7181

72-
## 2024-04-01 v1.124.0
82+
## v1.124.0
83+
2024-04-01
7384
- Fixed Data Binding Improvements
7485
- Fixed Popup Handling
7586
- Fixed App in App Handling
7687
- Added New XML Properties for MultiInput and Table
7788
- Added Table with Column Menu
7889

79-
## 2024-03-20 v1.123.0
90+
## v1.123.0
91+
2024-03-20
8092
- Added Card Control added
8193
- Fixed Nested View Data Binding Fix
8294
- Fixed Boolean Type Conversion Fix
8395
- Added Popover in Popup
8496
- Added New Control Properties added
8597

86-
## 2024-03-11 v1.122.0
98+
## v1.122.0
99+
2024-03-11
87100
- Added New Control Properties added
88101
- Added Improved F4-Dialog with Description
89102
- Fixed Fixes JSON Handling for Type P
90103
- Fixed Launchpad Fixes for BTP Compatibility and Title Handling
91104

92-
## 2024-03-01 v1.121.0
105+
## v1.121.0
106+
2024-03-01
93107
- Fixed Launchpad Compatibility
94108
- Added Custom Control Message Manager
95109
- Fixed Fixes for low UI5 releases
96110

97-
## 2024-02-25 v1.120.0
111+
## v1.120.0
112+
2024-02-25
98113
- Added Templating
99114
- Added Popup & Layout Functionality
100115
- Fixed Debugging Tools XML Output
101116
- Fixed Messaging
102117

103-
## 2024-02-16 v1.119.0
118+
## v1.119.0
119+
2024-02-16
104120
- Added Source Code View for Debugging Tools
105121
- Added New Parameters for the UI5 Tree Control
106122
- Changed New Design for Start Page
107123

108-
## 2024-02-08 v1.118.0
124+
## v1.118.0
125+
2024-02-08
109126
- Changed /ui2/cl_json replaced with aJson
110127
- Fixed Compatibility Fixes for Low Releases
111128

112-
## 2024-02-02 v1.117.0
129+
## v1.117.0
130+
2024-02-02
113131
- Added NavContainer in Popups
114132
- Added New properties added to XML View
115133
- Added Improvements POPUP_TO_SELECT (title, sorting, descriptions)
116134
- Fixed Fixes for ABAP for Cloud Readiness
117135

118-
## 2024-01-26 v1.116.0
136+
## v1.116.0
137+
2024-01-26
119138
- Added StartUp App with Value Help
120139
- Added Popup Error, Popup Range, Popup Table
121140
- Added Custom Control Chart.js
122141
- Fixed Popup Model Handling
123142
- Fixed Bugfixes
124143

125-
## 2024-01-19 v1.115.0
144+
## v1.115.0
145+
2024-01-19
126146
- Fixed Binding Logic
127147
- Added Popups (Confirm, Inform, Select Entry, PDF View, Message View)
128148

129-
## 2024-01-12 v1.114.0
149+
## v1.114.0
150+
2024-01-12
130151
- Fixed Cross app navigation
131152
- Fixed Table output
132153
- Changed Debugger tools
133154

134-
## 2024-01-03 v1.113.0
155+
## v1.113.0
156+
2024-01-03
135157
- Added New debugging tools
136158
- Changed UI5 module loading

0 commit comments

Comments
 (0)