You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Release 2027.0.0-preview.5.20260329
1
+
# 2027.0.0
2
2
3
3
### External Events
4
4
@@ -245,20 +245,20 @@ DeleteElementEvent.Raise();
245
245
awaitDeleteElementAsyncEvent.RaiseAsync();
246
246
```
247
247
248
-
# Release 2026.0.0
248
+
# 2026.0.0
249
249
250
250
- New `Context.UiControlledApplication` property. Helps to manipulate with the Revit ribbon, context menus outside ExternalApplication.
251
251
- Now `AsyncEventHandler{T}` works in a multithreaded application and returns the result to each recipient.
252
252
- Removed `AssemblyLoadContext` for addins isolation. It will be moved to Revit itself. [More info.](https://feedback.autodesk.com/project/forum/thread.html?cap=cb0fd5af18bb49b791dfa3f5efc47a72&forid=%7B057e532f-e478-43d9-affc-01b3deb82a76%7D&topid=%7B8C202188-9EA5-49BE-B95F-7F5115507C88%7D)
253
253
- Removed deprecated features.
254
254
- Fixed dependency resolver to avoid conflict with the Revit runtime.
255
255
256
-
# Release 2025.0.3
256
+
# 2025.0.3
257
257
258
258
- Removed JetBrains.Annotations dependency
259
259
- Fixed typo in summary
260
260
261
-
# Release 2025.0.2
261
+
# 2025.0.2
262
262
263
263
-**Context** global handlers:
264
264
-**SuppressFailures**: suppresses the display of the Revit error and warning messages during transaction.
0 commit comments