v1.3.0
·
4094 commits
to develop
since this release
π Highlights: restored live reload, added !default for Sass variables, no more Popover scrolling.
π Latest docs: blueprintjs.com/docs
General
- π Fixed Restored live reload for changes to Sass files #234
- Changed Use TSLint 4.0 for JS files too (and remove ESLint) #334
@blueprintjs/core 1.3.0
- π NEW Add
!defaultto all Sass variable declarations so they can be easily customized #194 (thanks @dmackerman π© ) - π Fixed
PopoverandTooltipno longer scroll the page when opening #231 #240- last release's move to
position: fixed#183 exposed an issue where Tether will move the element in the DOM, thereby making React very angry and generally breaking everything. - dependency on Tether has been updated to 1.4.0 to take advantage of new
bodyElementoption.
- last release's move to
- Fixed Allow changing
ButtontypeandAnchorButtonrole#242 - Fixed More careful
setTimeoutmanagement resolves a bunch of potential errors if components are unmounted while timers are still running #275 - Fixed
Popoveronly invokesonClosewhen becoming disabled #321 - Fixed Resolved "cannot find module" errors in
coreexamples #332 - Changed Moved the
FocusStyleManagerto its own file so it can be imported independently #308
@blueprintjs/datetime 1.3.0
- Fixed Fix
DateRangePickerbehavior when viewing the last month of the permitted range #289 - Fixed
DateInputis now compatible with moment-timezone #297 (thanks @mfedderly π© ) - Fixed Fix possibly mis-measured text width in
DatePicker#316 - Fixed Better handling of edge cases in
DateInputdata #322 #340