Skip to content

Commit 85b38d9

Browse files
committed
fix(blog): erroneous breaking changes
1 parent 299dbff commit 85b38d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/blog/2025/04/28/whats-new-in-aurelia-beta-24.md

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ Aurelia 2 Beta 24 introduces important breaking changes, but as always, we've go
1919
- We've changed how Aurelia handles custom element hosts: if a host is already tied to another custom element, Aurelia won't create a new one. This mostly helps you avoid surprises/magic behaviors.
2020
[Commit](https://github.com/aurelia/aurelia/commit/402c746)
2121

22-
### **DOM: Toggle $au and $aurelia**
23-
- You can now hide the `$au` and `$aurelia` properties on DOM elements. If you want to make it harder for others to poke around or reverse engineer your app's internals, this is for you.
24-
[Commit](https://github.com/aurelia/aurelia/commit/7e1057b)
25-
2622
### **Type-Checking: Non-Public Members**
2723
- Type-checking now supports non-public members, improving tooling and developer experience.
2824
[Commit](https://github.com/aurelia/aurelia/commit/165c213)

0 commit comments

Comments
 (0)