I'm only looking inside the addon folder that inside build and lib folders.
No addons has an umd wrapper.
See https://github.com/xtermjs/xterm.js/pull/1130 for the changes/discussion. @parisk can confirm
I don't see any mention about requirejs... is there?
It seems to me that PR talks only about modules and commonjs way to import files.
It seems to me that also the browser usage for the addons is broken.
Please LMK if there鈥檚 anything I can do to help resolve this more quickly, as it鈥檚 a direct impediment to adoption of v3 for our team.
It seems the zmodem addon demo is broken with errors like https://github.com/xtermjs/xterm.js/pull/1130#pullrequestreview-78576803.
Ping @parisk
We're having the same problem. We're using the control inside an Angular 1.6 component so we include the fit addon from \dist in an html script tag. This no longer works because the UMD header is missing. I've made a temp workaround by creating my own version of the fit addon but obviously it would be great to be able to use the real thing.
Just got on top of this. This should be fixed after https://github.com/xtermjs/xterm.js/pull/1199, since add-ons are compiled in UMD format. I think it's a good idea to publish another bugfix release for this.
Most helpful comment
Just got on top of this. This should be fixed after https://github.com/xtermjs/xterm.js/pull/1199, since add-ons are compiled in UMD format. I think it's a good idea to publish another bugfix release for this.