-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Prepare Release v1.11.0 #774
Conversation
Prepare Release v1.11.0Preview: docs | table | github pages |
revert datetime core depPreview: docs | table | github pages |
.pt-dark .pt-daterangepicker .DayPicker-Day--selected-range { | ||
background-color: #394b59; } | ||
.pt-dark .pt-daterangepicker .DayPicker-Day--selected-range:hover { | ||
background-color: #5c7080; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these css diffs are so cool 🕶
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Approving language of the release notes from my phone while I'm OOTO)
@giladgray are we going to fill out the Highlights? |
🔢 fixing search input, filling out highlights, releasing blueprint |
adjust height of navbar tabs onlyPreview: docs | table | github pages |
🎆 Highlights: two new components
DateRangeInput
andTabs2
(rewrite ofTabs
), some really great bugfixes.📖 Latest docs: blueprintjs.com/docs
General
browser
andwebpack
entries to each package.json so unpkg will serve the.bundle.js
file unpkg consumption enhancements #621.bundle.js
files now export to the globalBlueprint
variable, namespaced by package:Blueprint.Core.Button
,Blueprint.Table.Table
etc. Webpack-bundled JS in NPM distribution is not browser-ready #631@blueprintjs/core
1.11.0
Tabs2
is a rewrite ofTabs
with a simpler and more flexible API Tabs component improvements #261 Tabs2: new API for Tabs component #7222
. The originalTabs
components are still available under their old names but are deprecated and will be replaced in v2.0.Tabs2
andTab2
) are needed, rather than the previous four.Tab2
have a locally uniqueid
prop (which also resolves SSR issues SSR tabs are not reused on client #384).Popover
s in Firefox Certain dialog/popover combinations mess up cursor/selection rendering in text inputs in Firefox #406NumericInput
&Button
React prop warnings Numeric Input - selectAllOnIncrement React warning #736 remove active prop from <button> to fix react warning #753Tree
error when removing nodes Removing nodes from Tree broken #741Tabs
component in favor ofTabs2
add deprecation warning to Tabs constructor #767@blueprintjs/datetime
1.9.0
.pt-control-group
of twoInputGroup
s that shows aDateRangePicker
on focus.DatePicker
selected day is always blue DatePicker visual issues #740DatePicker
outside days appearance DatePicker visual issues #740@blueprintjs/table
1.8.0
JSONFormat
detectTruncation
properly detects truncation Detect truncation does not work on JSONFormat #760Column
component respectsclassName
prop TableColumn
component doesn't respect className prop #690TruncatFormated
Popover
scrollbars only appear when needed Use style overflow: auto in certain components in JS Table to deliver better UI when mouse is attached #720console.warn
ing instead of throwing errors table does not work with react-hot-loader #723Documentation
active
switch toButton
example (:tophat: @DrewDennison) Update Button docs to add a switch demonstrating the new active prop #749