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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ This release notably changes to using N-API. 🎉
20
20
* Dropped support for Node.js 16.x and below.
21
21
### Changed
22
22
* Migrated to N-API (by way of node-addon-api) and removed libuv and v8 dependencies
23
+
* Change from node-pre-gyp to prebuild-install
23
24
* Defer the initialization of the `op` variable to the `default` switch case to avoid a compiler warning. (#2229)
24
25
* Use a `default` switch case with a null statement if some enum values aren't suppsed to be handled, this avoids a compiler warning. (#2229)
25
26
* Migrate from librsvg's deprecated `rsvg_handle_get_dimensions()` and `rsvg_handle_render_cairo()` functions to the new `rsvg_handle_get_intrinsic_size_in_pixels()` and `rsvg_handle_render_document()` respectively. (#2229)
0 commit comments