Skip to content

v1.3.0

Choose a tag to compare

@giladgray giladgray released this 09 Dec 23:55
· 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 !default to all Sass variable declarations so they can be easily customized #194 (thanks @dmackerman 🎩 )
  • 🌟 Fixed Popover and Tooltip no 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 bodyElement option.
  • Fixed Allow changing Button type and AnchorButton role #242
  • Fixed More careful setTimeout management resolves a bunch of potential errors if components are unmounted while timers are still running #275
  • Fixed Popover only invokes onClose when becoming disabled #321
  • Fixed Resolved "cannot find module" errors in core examples #332
  • Changed Moved the FocusStyleManager to its own file so it can be imported independently #308

@blueprintjs/datetime 1.3.0

  • Fixed Fix DateRangePicker behavior when viewing the last month of the permitted range #289
  • Fixed DateInput is 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 DateInput data #322 #340

Documentation

  • Improved Add Facebook Open Graph tags for better social sharing #333 #104