-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Always keep first font #854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@guyonroche Hi! |
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "exceljs", | |||
"version": "1.12.1", | |||
"version": "1.12.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't edit this - it is managed during the release/publish process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
horizontal: 'left', | ||
vertical: 'middle', | ||
}, | ||
expect(ws.getRow(3).style.alignment).to.deep.equal({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test that covers your change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it took o lot of time to find the issue, not sure i'll be able cover with tests coming days
Font skipped each time, when
styleId===0
related issues
#849
#833
#816