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: packages/serinus/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## 2.1.7
4
+
5
+
**Released on:** 14-03-2026
6
+
7
+
### Fixes
8
+
9
+
- Fix a bug that prevented composed providers to be correctly registered in the route context. This bug caused the composed providers to not be available in the route context, which could lead to issues with dependency injection and route handling. This fix ensures that composed providers are correctly registered and available in the route context, allowing for proper dependency injection and route handling when using composed providers in Serinus applications. (#233)[https://github.com/francescovallone/serinus/issues/233]
0 commit comments