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
Support destination filters for device mode action destinations (#597)
* Wrap actions in plugin to support middleware
* Add unit test
* add changeset
* Use creation names
* Refactor tsub middleware to be conditional
* Fix tests around creationName
* Fix more tests
* Bump size limit
* Add missing creation names
* Cleanup from PR feedback, filter based on alternativeNames
* removee unused import
* Extract klona to its own module
* log action names
* re-lower size limit
* move cloning logic to dest middleware, add unit test
* increase size a tiny bit
* Update packages/browser/src/browser/index.ts
Co-authored-by: Christopher Radek <[email protected]>
* Fix alternative name logic and add unit test
* remove unused import
Co-authored-by: Christopher Radek <[email protected]>
0 commit comments