-
Notifications
You must be signed in to change notification settings - Fork 950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Changelog #1279
Comments
The changes above were merged in #1295. Let's carry on in comments below this, if needed. |
New batch of changes:
For developers
|
#1364 includes the above comment. Let's carry on below... |
New batch: #1376 - make the label width configurable, and a real label attribute |
The batch of changes above went in for #1508 |
Add more to the changelog from #1279.
Since we’re nearing release, I think this about wraps up the changelog for 7.0. Fixes jupyter-widgets#1279
I put a few more notes in #1529. Since we're nearing the 7.0 release, I'll consider this issue fixed with that PR. Further additions to the changelog can just be made inline, if needed. |
Rather than updating the changelog in PRs (where different PRs will collide), I'm keeping a list of changelog notes here to add:
Developer-oriented
_model_module
and_view_module
Unicode traits defined.User-facing changes
rows
attribute for the number of rows to display, consistent with the Textarea widget. Thelayout.height
attribute overrides this to control the height of the widget. (#1250)Select
,Dropdown
, etc.) now coerce theiroptions
argument to a tuple of(label, value)
pairs. This makes it clearer the order in which the options will be presented. New.value
,.label
, and.index
traits make it easier to observe or access the selected option. (#1262)layout
andstyle
traits can be set with a dictionary for convenience, which will automatically converted to a Layout or Style object. (#1253)The text was updated successfully, but these errors were encountered: