Skip to content

Releases: palantir/blueprint

@blueprintjs/docs-theme@1.0.2

16 Mar 17:13
Compare
Choose a tag to compare

Re-release; 1.0.1 never published successfully.

@blueprintjs/docs-theme@1.0.1

16 Mar 15:55
Compare
Choose a tag to compare
  • fix docs examples & nav jumping (#2229)

@blueprintjs/core@1.35.7

16 Mar 17:13
Compare
Choose a tag to compare

Re-release; 1.35.6 never published successfully.

@blueprintjs/core@1.35.6

16 Mar 15:55
Compare
Choose a tag to compare
  • Port #2255 to support multiple classes in blueprintPortalClassName (#2257)

@blueprintjs/timezone@2.0.0-rc.3

13 Mar 05:28
Compare
Choose a tag to compare

General

  • 🌟 #2200 Publish correct ES module files
    • Upgrade to TypeScript 2.7 for development and enable esModuleInterop and allowSyntheticDefaultImports compiler flags to emit valid ES import statements for modules such as classnames and moment.
    • ⚠️ bumped tslib dependency in all packages to support these new flags

@blueprintjs/table@2.0.0-rc.3

13 Mar 05:28
Compare
Choose a tag to compare

General

  • 🌟 #2200 Publish correct ES module files
    • Upgrade to TypeScript 2.7 for development and enable esModuleInterop and allowSyntheticDefaultImports compiler flags to emit valid ES import statements for modules such as classnames and moment.
    • ⚠️ bumped tslib dependency in all packages to support these new flags

@blueprintjs/select@2.0.0-rc.3

13 Mar 05:28
Compare
Choose a tag to compare

General

  • 🌟 #2200 Publish correct ES module files
    • Upgrade to TypeScript 2.7 for development and enable esModuleInterop and allowSyntheticDefaultImports compiler flags to emit valid ES import statements for modules such as classnames and moment.
    • ⚠️ bumped tslib dependency in all packages to support these new flags

@blueprintjs/select

  • #2135 MultiSelect correctly closes on escape key (🎩 @danielbh)
  • #2212 QueryList now passes className to renderer (🎩 @k-simons)
  • #2216 Fix support for inputRef in Suggest and MultiSelect (🎩 @alxmiron)
  • #2209 Fix ofType syntax so returned constructor supports props

@blueprintjs/docs-app@2.0.0-rc.3

13 Mar 05:28
Compare
Choose a tag to compare

Documentation

  • #2198 small improvements to UI of Icons list
  • #2199 fix style regressions from earlier 2.0 prereleases
  • #2219 pause logo animation on landing page when it is offscreen

@blueprintjs/datetime@2.0.0-rc.3

13 Mar 05:27
Compare
Choose a tag to compare

General

  • 🌟 #2200 Publish correct ES module files
    • Upgrade to TypeScript 2.7 for development and enable esModuleInterop and allowSyntheticDefaultImports compiler flags to emit valid ES import statements for modules such as classnames and moment.
    • ⚠️ bumped tslib dependency in all packages to support these new flags

@blueprintjs/datetime

  • #2197 fix alignment of caption icons
  • #2157 fix issue with focus due to react-day-picker upgrade (🎩 @mud)

@blueprintjs/core@2.0.0-rc.3

13 Mar 05:27
Compare
Choose a tag to compare

General

  • 🌟 #2200 Publish correct ES module files
    • Upgrade to TypeScript 2.7 for development and enable esModuleInterop and allowSyntheticDefaultImports compiler flags to emit valid ES import statements for modules such as classnames and moment.
    • ⚠️ bumped tslib dependency in all packages to support these new flags

@blueprintjs/core

  • 🌟 #2205 Portal supports SSR now - it renders nothing on the server
    • πŸ”₯ the DOM element created by Portal is now treated as its root, so className is applied to this element. this also means that no dummy element is created inside the portal, making it one level shallower.
    • πŸ”₯ Removed containerRef prop as it no longer makes sense given note above. Users can simply apply refs to the elements they render in the portal.
  • #1966 New TagInput addOnBlur prop adds items when input is blurred (in addition to enter key) (🎩 @kmblake)
  • #2182 New Icon title prop (defaults to icon name) (🎩 @reiv)
  • #2217 Fix Icon color prop so it actually sets color (🎩 @micooz)
  • #2180 Add space between Label text and helperText (🎩 @danielbh)
  • #2188 Label hides helperText element when omitted (🎩 @danielbh)
  • #2132 Tree nodes now support generic nodeData property for attaching arbitrary data (🎩 @izikorgad)
    • Tree.ofType<T>() static method can be used to create a non-generic Tree component for a given nodeData type