CHANGES:
-
The experimental library
brr.note
has been migrated to thenote.brr
library available via thenote
package. The toplevel modules
were renamed fromBrr_note*
toNote_brr*
. -
Fix encoding mess in
Brr.Uri
which tried to expose a model that is
not workable in practice due to the way the URI standard is defined.- Accessors and
Uri.with_uri
no longer perform percent decoding and
encoding for you. - Added helper functions
Uri.[with_]{query,fragment}_params
. - Added helper functions
Uri.[with_]{path_segments}
.
Thanks to Max Lang for the report and making sure the new API makes
sense (dbuenzli#50). - Accessors and
-
Add canvas color space support (note: unsupported on Firefox for now).
C2d.attrs
, addcolor_space
andwill_read_frequently
attributes.- Add
C2d.Image_data.color_space
and a?color_space
optional argument
toC2d.{create,get}_image_data
andC2d.Image_data.create
.
-
Brr.Blob.{array_buffer,text,data_uri}
: add an optional argument
?progress
. If provided the load happens via aFileReader
object
and load progress is reported (dbuenzli#39). -
Updated developer tool console to Manifest V3 (dbuenzli#44).