Djblets 0.9.9 Release Notes¶
Release date: August 1, 2017
djblets.extensions¶
Fixed building and packaging extensions using LessCSS or UglifyJS.
A regression had caused packages utilizing LessCSS or UglifyJS to fail to build, due to some bad path information. Extensions should now properly build once again.
djblets.markdown¶
Added new CSS rules for table styling.
Markdown tables now have a better default styling when using the
.markdown-wysiwyg()
LessCSS mixin (available by importingdjblets/css/mixins/markdown.less
).
djblets.webapi¶
Fixed combining fields in
@webapi_request_fields
when using@augment_method_from
.When specifying fields using the decorator and augmenting other functions specifying other fields, the combined list of fields would be incomplete, preventing the fields from properly being validated and passed to the function.
Contributors¶
Beth Rennie
Christian Hammond
David Trowbridge