Skip to content
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

Update upstream #16

Merged
merged 41 commits into from
Nov 23, 2018
Merged

Update upstream #16

merged 41 commits into from
Nov 23, 2018

Commits on Oct 15, 2018

  1. [DateInput] Add support for datepicker clearButtonText and todayButto…

    …nText props. (palantir#3020)
    
    * [DateInput] Add datepicker clearButtonText and todayButtonText props support.
    
    * [DateInput] Add unit test for clearButtonText and todayButtonText props.
    rfbotto authored and giladgray committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    9f89f66 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    dac7bc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Publish

     - @blueprintjs/docs-theme@3.0.2
    Gilad Gray committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    b91ea52 View commit details
    Browse the repository at this point in the history
  2. Publish

     - @blueprintjs/docs-theme@3.0.3
     - @blueprintjs/karma-build-scripts@0.9.0
     - @blueprintjs/node-build-scripts@0.8.0
     - @blueprintjs/webpack-build-scripts@0.7.0
    Gilad Gray committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    dbf9a98 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Fix reset of active item when query hasn't changed (palantir#3072)

    * Fix reset active item when query hasn't changed
    
    * Address comments
    jscheiny authored and giladgray committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    9145edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df5d488 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @blueprintjs/datetime@3.3.1
     - @blueprintjs/select@3.2.1
    Gilad Gray committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    15f8a82 View commit details
    Browse the repository at this point in the history
  4. Correct Table reference to HTMLTable (palantir#3075)

    Also correct link to html-table page.
    marcrocny authored and giladgray committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    2783834 View commit details
    Browse the repository at this point in the history
  5. 🔧 fix dependencies (palantir#3078)

    * node-gyp resolution
    
    * * dep for build-scripts packages
    
    * yarn.lock
    
    * preview script won't fail build without GH_AUTH_TOKEN
    
    * update yarn min version in readme
    giladgray authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    df02b5c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Configuration menu
    Copy the full SHA
    945b7f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    a0279ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ca38c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    484cb76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e93d2f View commit details
    Browse the repository at this point in the history
  3. [FormGroup] add contentClassName and style props (palantir#3120)

    * add contentClassName prop
    
    * add style prop
    giladgray authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    4b8aa49 View commit details
    Browse the repository at this point in the history
  4. [Portal] add container prop (palantir#3045)

    * [Portal] add container prop
    
    * [Overlay] add container prop
    
    * [Popover] add container prop
    
    * [Tooltip] add container prop
    
    * [Dialog] add container prop
    
    * [Alert] add container prop
    
    * fix test failed
    
    * [portal] avoid possible crash on componentDidMount
    
    * rename container to portalContainer for overlay components
    
    * chore: remove useless code
    KochiyaOcean authored and giladgray committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    e4905b3 View commit details
    Browse the repository at this point in the history
  5. add isotest for className prop (palantir#3119)

    * four args become two. add className isotest.
    
    refactor generateIsomorphicTests() to use config object in mapped type
    
    * refactor isotest suites to new config object
    giladgray authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    567dd08 View commit details
    Browse the repository at this point in the history
  6. [Tag] fix line-height for centering (palantir#3117)

    * fix lint error
    
    * set tag line-height to icon size
    
    * $tag-line-height(-large) vars
    giladgray authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    f8c0b73 View commit details
    Browse the repository at this point in the history
  7. fix label documentation example (palantir#3087)

    * fix label documentation example
    
    * Use class constants
    
    * remove first id
    
    * Label B
    mattacus authored and giladgray committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    be77356 View commit details
    Browse the repository at this point in the history
  8. added new icon (palantir#3052)

    pkwi authored and giladgray committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    31a7d0c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. [table] Perf improvements with selections (palantir#2005)

    * table performance improvements - reducing rerendering where possible
    
    * reinstate enum strings
    
    * fix compile errors
    
    * fix lint errors
    
    * fix test
    
    * cell: revert changes
    
    * code review suggestions; add forceRerenderOnSelectionChange flag
    
    * lint
    
    * default to false
    mcintyret authored and giladgray committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    dcad422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d88e5 View commit details
    Browse the repository at this point in the history
  3. [Breadcrumbs] Add new component (palantir#3106)

    * Add breadcrumbs component
    
    * Use lambda syntax
    
    * Add overflow list props
    
    * Disable overflow menu items
    
    * Add missing prop docs
    
    * Document new Breadcrumb special case
    
    * Add Breadcrumbs prop docs
    
    * Use ul tag
    
    * Add test to OverflowList
    
    * Add tests to Breadcrumb
    
    * Add tests for Breadcrumbs
    
    * Fix docstring
    
    Co-Authored-By: invliD <mail@invlid.com>
    
    * Improve docstring
    
    Co-Authored-By: invliD <mail@invlid.com>
    
    * Fix Breadcrumb docs
    
    * Fix linebreak
    
    * Default breadcrumbRenderer
    
    * Explain why the menu is reversed
    
    * Add link to OL
    
    * Add code example
    
    * Re-use breadcrumbs example using different name
    
    * docs edits
    invliD authored and giladgray committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    b40b5a1 View commit details
    Browse the repository at this point in the history
  4. Publish

     - @blueprintjs/core@3.8.0
     - @blueprintjs/icons@3.3.0
     - @blueprintjs/table@3.3.0
    Gilad Gray committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    0b1fc29 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Configuration menu
    Copy the full SHA
    8cf3542 View commit details
    Browse the repository at this point in the history
  2. Single Month Only Prop in DateRangePicker (palantir#3142)

    * allow singleMonthlyOnly in DateRangePicker
    
    * updated docs comment
    
    * added singleMonthOnly props in DateRangeInput
    
    * added DateRangeInput test to ensure prop is passed
    
    * updated documentation and example labels
    nileshr authored and giladgray committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    3139c0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    110deb8 View commit details
    Browse the repository at this point in the history
  4. Using tagName JSX variable for MenuItem (palantir#3061)

    * Using tagName JSX variable for MenuItem
    
    * Fixed minnor default issues as per the requests on PR
    barkermn01 authored and giladgray committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    aae9532 View commit details
    Browse the repository at this point in the history
  5. [Overlay] add portalClassName to IOverlayableProps (palantir#3148)

    * add portalClassName to IOverlayableProps
    
    * fix overlay test
    
    * unmount dialog test
    giladgray authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    2711eb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    650c2f7 View commit details
    Browse the repository at this point in the history
  7. Don't clear TagInput inputValue state if controlled (palantir#3137)

    * Don't clear TagInput inputValue state if controlled
    
    Fixes palantir#3134
    
    * Address PR comments
    
    * Revert fixes
    ericjeney authored and giladgray committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    412f0e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ee44a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20c7897 View commit details
    Browse the repository at this point in the history
  10. [Select] Flag to optionally scroll to active item for select componen…

    …ts (palantir#3096)
    
    * Flag to optionally scroll to active item for select components
    
    * Respect click and keyboard interactions
    
    * Change docs
    
    * edit prop docs
    
    * add uncontrolled note
    jscheiny authored and giladgray committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    12d1729 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. docs edits (palantir#3161)

    giladgray authored and adidahiya committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    1a724f5 View commit details
    Browse the repository at this point in the history
  2. [tslint] blueprint-html-components fixer! (palantir#3162)

    * enable strict mode in tslint-config
    
    * sort imports before adding
    
    * blueprint-html-components fixes imports
    
    * refactors
    
    * replaceTagName util
    
    * test formatting
    
    * add test for all imports
    
    * h2/h5
    giladgray authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    6fc03f3 View commit details
    Browse the repository at this point in the history
  3. ts-lint --fix (palantir#3159)

    giladgray authored and adidahiya committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    708cd04 View commit details
    Browse the repository at this point in the history
  4. relaxed typings for optional JSX.Elements (palantir#3118)

    * export type OptionalElement = JSX.Element | boolean | null | undefined;
    
    use it in `icon` props
    
    * more uses of OptionalElement
    
    * Icons docs uses props
    
    * MaybeElement, false
    giladgray authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    ca4ea58 View commit details
    Browse the repository at this point in the history
  5. [Popover] add boundary prop for easier modifiers (palantir#3149)

    * Popover add boundariesElement prop for easier modifiers
    
    * rename to boundary
    
    * rename type to PopperBoundary
    
    * fix examples
    giladgray authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    64c76fc View commit details
    Browse the repository at this point in the history
  6. Publish

     - @blueprintjs/core@3.9.0
     - @blueprintjs/datetime@3.4.0
     - @blueprintjs/select@3.3.0
     - @blueprintjs/tslint-config@1.7.0
    Gilad Gray committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    2dc2d1f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Configuration menu
    Copy the full SHA
    0d95aa2 View commit details
    Browse the repository at this point in the history