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
fix: close goroutine pool to prevent goroutine leaks after multiple g…
…enerate calls (#499)
* fix: close goroutine pool to prevent goroutine leaks after multiple generate calls
* test: validate pdf creation
---------
Co-authored-by: Fernando Coelho Saraiva <66834579+Fernando-hub527@users.noreply.github.com>
fix/qr code no usable (#477)
* test: Validate if the code sent is used to generate the code image
* fix: use the code sent to generate the code image
use key to identify code type only when accessing cache
Fix/Nil pointer in register header (#474)
* test: Validate adding auto-height rows
* Fix: Handle error when creating components with auto height
Add configuration to component before calculating height
Fix/vertical padding (#471)
* style:Update method name to represent its operation
* test:Consider verticalPadding in row height
* fix:Consider verticalPadding in row height
* style: update test description
* docs:Add example of usage of verticalPadding
* test:Update the expected structure of the sample pdf