-
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.14.0 #944
Conversation
Prepare Release v1.14.0Preview: documentation | landing | table | github pages |
|
ok release notes ready |
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.
This release is 💯
assorted docs fixes (mostly links)Preview: documentation | landing | table | github pages |
rebuild sitePreview: documentation | landing | table | github pages |
🎆 Highlights: modularized documentation infrastructure, small buttons, input times with dates, focused cells!
📖 Latest docs: blueprintjs.com/docs
@blueprintjs/core
1.14.0
Tooltips
with empty content will be disabled automatically Disable tooltips with empty content by default #886null
,undefined
,""
, and strings composed entirely of whitespace.pt-button-group.pt-minimal
divider is now modifier-independent (to support.pt-large
) Button dividers don't scale properly .pt-minimal and .pt-large #910Collapse
container only setsoverflow-y
Collapse container should only set overflow-y #938Classes
constants:TEXT_MUTED
andUI_TEXT_LARGE
(:tophat: @ryanmcnamara) Add some class names #951@blueprintjs/datetime
1.12.0
DateInput
timePrecision
prop adds aTimePicker
to the popover! (:tophat: @mfedderly) Component request: DateTimeInput #748DateRangeInput
popoverProps
prop to expose Popover lifecycle methods [DateRangeInput] Add popoverProps prop #940DateRangeInput
supports the same props asDateRangePicker
[DateRangeInput] [DateRangePicker] Support the same props in DRI as in DRP #897contiguousCalendarMonths
andshortcuts
props to DRIDateRangePicker
internals have been refactored into aDateRangeSelectionStrategy
class [DateRangePicker] [DateRangeInput] Refactor related logic into DateRangeSelectionStrategy class #880🎁 @blueprintjs/docs
1.0.0
@blueprintjs/docs
is a new package providing the<Documentation>
React component, which renders documentation data generated using Documentalist, a new documentation data extractor from the Blueprint team. It powers our own docs site and can power yours, too!(Sorry, we're still polishing the documentation for this package so it's not listed on the docs site 😳)
@blueprintjs/table
1.11.0
Table
"focused cell" feature provides a foundation for more spreadsheet-like interactions [Table] Add focus cell to blueprint table #718Table
propsenableFocus
flag (default false),onFocus
callback, andfocusedCell
for controlled modeTable
columnWidths
type now accurately reflects sparse array Table'scolumnWidths
typings disagree with the doc comment #879Table
removes invalid selection regions when updating (uncontrolled mode only) Invalid table selections are not cleared on data updates #881Documentation
🌟 With this release, we finished a large project #796 to convert the existing documentation at http://blueprintjs.com/docs to use the new
@blueprintjs/docs
infrastructure. The internals of the site have been heavily refactored to leverage Documentalist for efficiently generating all the documentation data we could want (and nothing more) and the new@blueprintjs/docs
package for presenting that data in a React app. The externals remain largely unchanged, save for some organizational changes.