Panograph_tabular
: Provide access to theDom_html
representations of the generated<tr/>
and<td/>
elements.
- Rename
Pwt_list.search_*
toPwt_list.find_map_*
. - Switch to LGPL-3.0 Linking Exception.
- Update dependencies and enforce and fix more warnings.
- Drop charset check when rendering text; checking input is sufficient.
- Remove deprecated
Panograph_basic_editors
other non-recent deprecations.
- Add
Panui_result.of_msg
. - Add better DOM management primitives to
Panui_scalar
. - Add
string_textarea
andstring_option_textarea
toPanui_scalar
. - Add
?step
argument toemit
andset
functions inPanograph_event_table
andPanograph_signal_table
. - Rewrite
Panograph_signal_table
to avoidObj.magic
. - Fix delay issue for read-only selection.
- Deprecate the rest of
Panograph_basic_editors
.
- Handle and avoid integer overflow in
Panograph_dltree
.
- Also support
js_of_ocaml
3.7.
- Supplement
js_of_ocaml-ppx
with a dependency onjs_of_ocaml-ppx_deriving_json
due to the 3.6 release.
- Add Unicode sanity checks for
Panui_scalar
text inputs. - Minor code maintenance.
- Update to
js_of_ocaml
3.3 and Eliom 6.6.
- Switch
Panograph_i18n.lang
toIso639.Lang.t
.
- Breaking: Replace
ack
type withPanui_result.t
. - Add
?input_a
option toPanui_scalar
functions. - Add
Panui_result.error_f
. - Remove deprecated modules
Panui_combo_selectors
,Panui_completion
,Pwt_infix
and deprecated functions fromPwt_list
.
- Updated to work with Eliom 6.3.0.
- Fixed
prime.unstable
dependency in_tags
. - Deprecated
Panui_combo_selectors
. - Deprecated
Panograph_basic_editors.bool_checkbox
.
- Added abstract and richer error type in
Panui_error
andPanui_result
. - Added
Panui_complete
to replacePanui_completion
. - Deprecated most of
Panograph_basic_editors
.
- Update to Eliom 6.0.0.
- Fix server-client typing.
- Added
Panreact_event_array
. - Fixed tests.
- Updated to prime 0.7.0.
- Updated to latest topkg and adpkg.
- Added
Pwt_list.flatten_map_s
,Pwt_list.flatten_map_p
. - Removed package aliases
panograph-client
andpanograph-server
.
- Dropped version constraint for topkg.
- Findlib packages
panograph-client
andpanograph-server
have been replaced bypanograph.client
andpanograph.server
.