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
This commit was created on GitHub.com and signed with GitHubβs verified signature.
The key has expired.
π¦ API
Add number support to fontWeight and fontWeightBold options (#3062) via @IllusionMH, this now matches the types that the CSS style supports.
Support optional dispose function on ILink (#3073) via @Tyriar, this allows consumers to be notified when links are no longer needed which was difficult to observe before.
π Bug fixes
Fix renderer pausing when Terminal.open is called during an animation (#3008) via @andrew-schlackman
Use document role instead of list for the terminal (#3020) via @Tyriar
Constructor options are now validated just like when using setOption (#3064) via @IllusionMH
Fix rendering of multi-line selection when only top row is visible (#3081) via @Tyriar
Fix first/last line of selection sometimes not rendering with the canvas renderer (#3082) via @Tyriar
π Documentation and internal improvements
Remove the no longer supported Dockerfile from the repo (#3026) via @Tyriar
Expose WebglAddon.clearTextureAtlas API (#3075) via @Tyriar, this is useful to completely clear the atlas when corruption may have happened (eg. when canvas textures are lost after system sleep/resume).
Fix rendering of multi-line selection when only top row is visible (#3081) via @Tyriar