-
Notifications
You must be signed in to change notification settings - Fork 28
RC > Replaced error component with iframe #436
Conversation
Codecov Report
@@ Coverage Diff @@
## rc-2.0.0 #436 +/- ##
============================================
+ Coverage 99.31% 99.32% +<.01%
============================================
Files 73 73
Lines 1910 1912 +2
Branches 297 297
============================================
+ Hits 1897 1899 +2
Misses 13 13
Continue to review full report at Codecov.
|
I know I was absent while you and @Blackbaud-PaulCrowder talked about this, but I don't think I'm a fan of this approach as it currently stands. I like the efficiency of referencing our own errors SPA, but I see that as problematic for external consumers and for users who want to customize it. I think I would probably be okay with it, if we gave a better escape hatch. We do have some logic baked in to not include the Looking at: skyux-builder/lib/sky-pages-route-generator.js Lines 128 to 136 in 35a038f
What if we changed that to still register the route but reference the |
Maybe something like the following:
To replace skyux-builder/lib/sky-pages-route-generator.js Lines 128 to 136 in 35a038f
|
@blackbaud-johnly we should probably take this opportunity to document this functionality, which I was about to do, but I'm having a hard time deciding a good place for it. Happen to have any suggestions? |
@Blackbaud-BobbyEarl @blackbaud-johnly Think we should start a |
* RC > Removed all references to SKY UX, changed dependency structure (blackbaud#419) * RC > Updated TSLint rules (blackbaud#422) * Removed legacy omnibar (blackbaud#420) * RC > Config params as an object; always decode URL params (blackbaud#421) * RC > Always provide `envId` regardless of permission scope (blackbaud#427) * RC > Allow SPAs to bundle stylesheets that live outside of `src/app` (blackbaud#428) * RC > Adjusted dev dependencies (blackbaud#429) * RC > Fixed ts-helpers for build (blackbaud#434) * RC > Update from master (blackbaud#425) * RC > Removed global RxJS imports (blackbaud#438) * RC > Replaced error component with iframe (blackbaud#436) * RC > Removed SKY CSS import (blackbaud#443) * RC > Instrument different directory for libraries (blackbaud#448) * RC > Do not ignore Protractor Error 199 (blackbaud#435) * RC > Merged master (blackbaud#444) * RC > Merge master (blackbaud#454) * RC > Upgrade Angular, RxJS, TypeScript (blackbaud#495) * RC > Moved auth-client to peer dependency; fixed `skyux watch` (blackbaud#503) * Disabled webpack host check (blackbaud#505) * Replaced JSHint with ESLint. (blackbaud#506) * RC > Merge master (blackbaud#508) * RC > Changed name of NPM package (blackbaud#501)
No description provided.