Universal Dashboard 2.6.1 has been released

A bunch of bug fixes with a couple of features. The most notable feature is the module, function and variable auto load into endpoint initialization. You shouldn’t have to use EndpointInitialization in most cases. If you are using it, it will just continue to work the same.

https://docs.universaldashboard.io/updates/v2.6.1

4 Likes

ok, it’s dumb question time (I’m overdue): does this mean I should be able to reference a function from another installed module within, say, New-UDGrid -Endpoint {…} without having to establish an explicit endpoint somewhere?

I have a function in my Dashboard.ps1 that i can call from anywhere I want :slight_smile: so yeah