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

Get upstream latest changes #27

Merged
merged 147 commits into from
Apr 12, 2019
Merged

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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 27, 2018

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

Commits on Nov 29, 2018

  1. Fix change activeItem when query changes on props for QueryList (pala…

    …ntir#3180)
    
    * Fix change activeItem when query changes on props for QueryList
    
    * move willRecieveProps to componentDidUpdate
    
    * put back
    
    * fix import. VSCode - I ahte you
    rhysbrettbowen authored and giladgray committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    7b048d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    628f4ae View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    a4e12ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c7e91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b1ac3f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

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

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    9a35147 View commit details
    Browse the repository at this point in the history
  2. [Popover/DateInput] fix tabIndex & inputRef support (palantir#3200)

    * fix Popover openOnTargetFocus tabIndex logic
    
    * refactor DateInput inputRef logic & add tests
    
    * fix import path
    
    * add corresponding InputGroup tests
    giladgray committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    2f44a73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab2d268 View commit details
    Browse the repository at this point in the history
  4. [NumericInput] ❤️ (palantir#3204)

    * ref type | null
    
    * remove <T> on react events
    
    optional type!!
    
    * Keys.isKeyboardClick
    
    it's like a method on a java enum!
    
    * total render refactor
    
    - FIX: css class is applied when buttons=none
    - renderButtons() and renderInput()
    - conditionals to place buttons before or after input
    - remove special-casing for buttons=none
    
    * generate button event handlers, fix key holding
    
    one little function to cache handler objects.
    fix holding enter/space to continuously change value.
    
    * onKeyUp handler is obsolete
    
    Button handles enter/space click logic.
    onKeyDown is actually enough - quite elegant.
    
    * remove isButtonGroupFocused state
    
    set but never read
    
    * move shouldSelectAfterUpdate to state so it triggers updates
    
    for the selection logic in cmpDidUpdate
    
    * required state, missed a <T>
    
    * update and refactor tests
    
    not much needed here
    
    * pull pure methods out to utils file
    
    * fix tabs usage
    
    * little things: public state, {value}
    
    * orgainze
    
    * missed a reset
    giladgray committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    f5eaa42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a5d155 View commit details
    Browse the repository at this point in the history
  6. [DateRangePicker] Remove unused styling in daterangepicker.scss (pala…

    …ntir#3199)
    
    * Remove unused styling in daterangepicker.scss
    
    * Configure CircleCI previews
    shuyangli authored and giladgray committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    c88b046 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

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

Commits on Dec 5, 2018

  1. [Popover] add targetProps (palantir#3213)

    * add safeInvokeMember util
    
    * add Popover targetProps, using new util for overridden events
    
    * tests
    
    * only one spread
    
    * add note about ref
    
    * add notes about types
    giladgray committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    19d1b78 View commit details
    Browse the repository at this point in the history
  2. Circle bot logs artifact URLs if auth token is missing (palantir#3209)

    * upgrade circle-github-bot
    
    * refactor script so it logs artifact URLs if auth token is missing
    giladgray committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    6e9076a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Add htmlTitle prop to Icon (palantir#3216)

    * add htmlTitle prop to Icon
    
    * try to kick circleci?
    
    * comment update & backticks
    
    * add "on hover"
    gabeboning authored and giladgray committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    8323b88 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Added new icons (palantir#3222)

    pkwi authored and giladgray committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    b2113b7 View commit details
    Browse the repository at this point in the history
  2. update contributing notes: DO NOT enable Circle for forks. (palantir#…

    …3217)
    
    * update contributing notes: DO NOT enable Circle for forks.
    
    * finish the sentence
    giladgray committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    cc11652 View commit details
    Browse the repository at this point in the history
  3. [Popover/Tooltip] add public reposition() method to schedule popper u…

    …pdate (palantir#3215)
    
    * [Popover] public reposition method to schedule popper update
    
    * add tooltip.reposition()
    giladgray committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    9728e61 View commit details
    Browse the repository at this point in the history
  4. [DateRangePicker] Fix caption behavior in contiguous month mode (pala…

    …ntir#3198)
    
    * Add failing tests
    
    * Use two DayPickers for contiguous months
    
    This is so that we can customize the behavior for captions, so the left
    caption changes the start month/year and the right caption changes the
    end.
    
    * Add additional rendering tests
    
    * Lint
    
    * Configure CircleCI previews
    
    * Add enforcement for contiguousMonth toggling
    shuyangli authored and giladgray committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    6a852ca View commit details
    Browse the repository at this point in the history
  5. Publish

     - @blueprintjs/core@3.10.0
     - @blueprintjs/datetime@3.5.0
     - @blueprintjs/icons@3.4.0
     - @blueprintjs/select@3.4.0
    Gilad Gray committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    cde3dc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Update hotkeys.md (palantir#3227)

    hughhhh authored and giladgray committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    f29ca79 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Added EditableText input type field (palantir#3235)

    Rhys authored and giladgray committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    ab3078a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Fix setState calls using updater functions (palantir#3247)

    React does not guarantee that the state changes are applied immediately. It is best practice to use an updater function if the new state relies on the current state.
    Christian Ivicevic authored and giladgray committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    8e1e03d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Add menu item classnames (palantir#3251)

    * Add menu item label classname
    
    * Add text classname prop
    
    * Alphabetize props & improve docs
    spefley authored and giladgray committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    ff71092 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. docs: tag-input: fix garbled unescaped html appearing due to hard lin…

    …e breaking in md source (palantir#3266)
    jaamison authored and giladgray committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    33d790e View commit details
    Browse the repository at this point in the history
  2. Fix dialog css docs (palantir#3271)

    jscheiny authored and giladgray committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    3d26565 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    7e8bf8e View commit details
    Browse the repository at this point in the history
  2. [docs] Suggest using ContextMenuTarget as a HOC (palantir#3259)

    Instead of falling back to the imperative API, suggest using `ContextMenuTarget`, where decorators are not an option.
    ClaudiuCeia authored and adidahiya committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    d8b247a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. [docs] show optional isDarkTheme parameter in ContextMenu API docs (p…

    …alantir#3273)
    
    To make it more obvious that you can manually create a dark context menu, as raised in palantir#3229
    adidahiya authored and giladgray committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    6de8989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9987b6b View commit details
    Browse the repository at this point in the history
  3. 🔧 upgrade to webpack 4 (palantir#3252)

    * upgrade to webpack 4
    
    * migrate webpack config
    
    * add cssnano, though it doesn't seem to work
    
    * fix cssnano in docs-app
    
    * small config refactors
    
    * upgrade karma deps
    
    * migrate karma webpack usage.
    
    use webpack alias for enzyme adapter instead of template string
    
    * upgrade sinon
    
    * skip borked table tests that rely on now-impossible sinon spy behavior.
    
    sinonjs/sinon#1711
    
    * fix lint
    
    * Use cjs modules for karma testing
    
    * Forgot to enable cjs for table
    giladgray committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5175bd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Popover docs: inline -> usePortal={false} (palantir#3277)

    I _think_ inline is outdated b/c I don't see docs on that prop above. I'm pretty sure this section means to reference `usePortal={false}` instead.
    rootulp authored and giladgray committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    ead1dc5 View commit details
    Browse the repository at this point in the history
  2. [docs] fix CDN usage & bundle externals (palantir#3276)

    * update webpack externals
    
    * update CDN guide in getting started
    
    * push CDN section to the bottom (to avoid distraction)
    
    * remove repeated install notes
    
    * remove jquery
    giladgray committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1c89f7b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Publish

     - @blueprintjs/core@3.11.0
     - @blueprintjs/datetime@3.6.0
     - @blueprintjs/icons@3.5.0
     - @blueprintjs/select@3.5.0
     - @blueprintjs/table@3.4.0
     - @blueprintjs/timezone@3.2.0
    Gilad Gray committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    d7b3425 View commit details
    Browse the repository at this point in the history
  2. refactor toast timeout update logic to be more obvious (palantir#3275)

    always clear timeout when starting to cancel any previous now-outdated active timer.
    giladgray committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    aa6b21f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    63fa341 View commit details
    Browse the repository at this point in the history
  2. Allow overriding of heading typography in Sass (palantir#3283)

    Ed Hinchliffe authored and adidahiya committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    6bda87b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. [TimezonePicker] Support a custom target via <children> (palantir#3287)

    * Export getTimezoneMetadata(), add default value for date parameter
    
    * Support one custom child in <TimezonePicker>
    
    * Update example
    
    * Update tests
    
    * (nit) Rename to CustomTimezonePickerTarget
    
    * Add more docs about possibly ignored props
    
    * Update docs
    
    * Respond to @giladgray CR
    cmslewis authored and giladgray committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    d9a50ad View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Create CHANGELOG.md

    Gilad Gray committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    a05506f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42af8eb View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Allow shortcuts to change time in Date Range Picker (palantir#3223)

    * Allow date range shortcuts to change time
    
    * Address PR comments
    
    * lint
    yixunx authored and giladgray committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    b8aa076 View commit details
    Browse the repository at this point in the history
  2. [Suggest] add disabled and resetOnClose props (palantir#3292)

    * add Suggest resetOnClose prop a la Select
    
    * add Suggest disabled prop
    
    * add resetOnClose switch to example
    
    * docs note
    giladgray committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    c4d8494 View commit details
    Browse the repository at this point in the history
  3. [QueryList] Initialize activeItem state correctly based on prop. (pal…

    …antir#3290)
    
    * Initialize QueryList's activeItem state correctly based on prop.
    
    * Fix comment typo
    
    * Code cleanup
    UselessPickles authored and giladgray committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    fcf0d0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8113bb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9626d7 View commit details
    Browse the repository at this point in the history
  6. [Tag] fill & [TagInput] intent props (palantir#3237)

    * add Tag fill prop
    
    * add TagInput intent prop
    
    * add tag fill styles & example switch
    giladgray committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    56f8fa3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    bf3b09d View commit details
    Browse the repository at this point in the history
  2. Add directory details to packages/*/package.json (palantir#3301)

    Specifying the directory as part of the `repository` field in a `package.json`
    allows third party tools to provide better support when working with monorepos.
    For example, it allows them to correctly construct a commit diff for a specific
    package.
    
    This format was accepted by npm in
    [npm/rfcs#19](npm/rfcs#19).
    feelepxyz authored and giladgray committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    40d2c22 View commit details
    Browse the repository at this point in the history
  3. Add directory to repository details in package.json files (palantir#3299

    )
    
    Specifying the directory as part of the `repository` field in a `package.json`
    allows third party tools to provide better support when working with monorepos.
    For example, it allows them to correctly construct a commit diff for a specific
    package.
    
    This format was accepted by npm in npm/rfcs#19.
    greysteil authored and giladgray committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0ba3334 View commit details
    Browse the repository at this point in the history
  4. [select] Add optional "itemsEqual" comparator prop to QueryList and r…

    …elated components (palantir#3285)
    
    * Improve QueryList and related components to support optional
    equality test implementation for non-primitive item types.
    
    * Revert change to use undefined for representing no selection
    
    * Finish revert change to use undefined for representing no selection
    
    * Remove TODO
    
    * Remove unnecessary param documentation
    
    * Rename "areValuesEqual" prop to "itemsEqual"
    
    * Improve "itemsEqual" prop to also support a property name.
    
    * Documentation typos
    
    * Documentation improvements
    
    * Update copyright year in new file
    
    * Rename new unit test file
    UselessPickles authored and giladgray committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    f351c3f View commit details
    Browse the repository at this point in the history
  5. [DRP] Shortcuts support changing time & docs (palantir#3293)

    * shortcut shouldChangeTime => includeTime
    
    * revert unnecessary test changes
    
    * add Shortcuts docs to DRP
    giladgray committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0c02b98 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Publish

     - @blueprintjs/core@3.12.0
     - @blueprintjs/datetime@3.7.0
     - @blueprintjs/docs-theme@3.0.4
     - @blueprintjs/icons@3.5.1
     - @blueprintjs/karma-build-scripts@0.9.1
     - @blueprintjs/labs@0.16.3
     - @blueprintjs/node-build-scripts@0.8.1
     - @blueprintjs/select@3.6.0
     - @blueprintjs/table@3.4.1
     - @blueprintjs/test-commons@0.8.1
     - @blueprintjs/timezone@3.3.0
     - @blueprintjs/tslint-config@1.7.1
     - @blueprintjs/webpack-build-scripts@0.7.1
    Gilad Gray committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    10e4eb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. [select] consistency refactors (palantir#3305)

    * code consistency across `select` components:
    
    - public state = ... (not inconstructor)
    - non-optional refs
    - safeInvokeMember to reduce destructuring
    
    * fix tests, explicit null check
    giladgray committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    670aabb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    471741c View commit details
    Browse the repository at this point in the history
  3. [NumericInput] allows min === max (palantir#3296)

    * NumericInput allows min === max
    
    * add test
    giladgray committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    8b7b663 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fe95be View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

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

Commits on Jan 30, 2019

  1. Fixing typo (palantir#3318)

    Missing "and"
    mohanaravind authored and giladgray committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    9a7d665 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Added new inbox icons (palantir#3335)

    pkwi authored and giladgray committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    1132304 View commit details
    Browse the repository at this point in the history
  2. [docs] click to download sketch files from Resources page (palantir#3334

    )
    
    * click to download sketch files from Resources page
    
    * lint
    
    * use /raw/ url to download actual file
    
    * rename resource files so they download correctly
    
    * add "Missing fonts?" callout
    
    * minor style polish
    giladgray committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    2ad4220 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Add internal text to switch component (palantir#3327)

    * switch text v0
    
    * font size a bit smaller
    
    * add an example of internal text property
    
    * test
    
    * cleanup
    
    * lint fixes
    
    * review comments
    
    * remove whitespace in tests
    
    * more review comments
    
    * even more review changes
    
    * remove errant property
    
    * restore comment
    
    * update prop docs
    
    * additional tests
    
    * remove unnecessary checks
    leahand authored and giladgray committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    c5ccaf1 View commit details
    Browse the repository at this point in the history
  2. [Spinner] SIZE_SMALL = 20 (palantir#3342)

    * Spinner.SIZE_SMALL = 20
    
    * fix isotest
    giladgray committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    8d7708b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4fc5d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. New Drawer component (palantir#2957)

    * add files
    
    * fixed styling
    
    * dark theme added
    
    * Added vertical orientation
    
    * changed viewport units
    
    * Added small and large sizes
    
    * Standardized sizing
    
    * backdrop fixed
    
    * add tests
    
    * small/large => one size prop
    
    * update size constants
    
    * add hasBackdrop switch to example
    
    * use Drawer for API browser
    
    * size prop docs
    
    * fix isotest
    
    * add size+vertical tests, actually run suite
    pkwi authored and giladgray committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    a44ce29 View commit details
    Browse the repository at this point in the history
  2. [DatePicker] fix onChange on month change after initial day selection (

    …palantir#3343)
    
    * fix onChange doesn't fire on month change after initial day selection
    Fixes palantir#3340
    
    * change !== to != operator
    
    * add test onChange fired when month is changed for uncontrolled datepicker
    EndiM authored and giladgray committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    6b607f3 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @blueprintjs/core@3.13.0
     - @blueprintjs/datetime@3.7.1
     - @blueprintjs/icons@3.6.0
     - @blueprintjs/select@3.6.1
    Gilad Gray committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    85792c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    6013fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee3aea View commit details
    Browse the repository at this point in the history
  3. 🔧 upgrade tslint (palantir#3315)

    giladgray authored and adidahiya committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    f78265f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

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

Commits on Feb 19, 2019

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

Commits on Feb 22, 2019

  1. Fix lint (palantir#3374)

    shuyangli authored and adidahiya committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    221926f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    7816c70 View commit details
    Browse the repository at this point in the history
  2. [Core] Add option to make tree node disabled (palantir#3354)

    Jacek Jagiełło authored and adidahiya committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    f7d08a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

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

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    3d6f13e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e77b38 View commit details
    Browse the repository at this point in the history
  3. Publish

     - @blueprintjs/core@3.14.0
     - @blueprintjs/docs-app@3.14.0
     - @blueprintjs/select@3.7.0
    adidahiya committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    940ceb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

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

Commits on Mar 4, 2019

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

     - @blueprintjs/core@3.14.1
     - @blueprintjs/docs-app@3.14.1
    adidahiya committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    78b8f65 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Publish

     - @blueprintjs/datetime@3.7.2
    adidahiya committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    a919718 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    d724c5d View commit details
    Browse the repository at this point in the history
  2. Minor README updates

    adidahiya committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    ad27799 View commit details
    Browse the repository at this point in the history
  3. [Core] Docs: fix small typo (palantir#3411)

    "accomodate" to "accommodate"
    ohsk authored and adidahiya committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    781a10b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

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

Commits on Mar 20, 2019

  1. Update Bug_report.md

    adidahiya committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    ec81076 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

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

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    00b7602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4395132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14ce4ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c394e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f396d57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    353acf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    beefef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de5b33 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    06a186c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    406e0b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6665bc View commit details
    Browse the repository at this point in the history
  4. Publish

     - @blueprintjs/core@3.15.0
     - @blueprintjs/datetime@3.8.0
     - @blueprintjs/docs-app@3.15.0
     - @blueprintjs/docs-theme@3.1.0
     - @blueprintjs/icons@3.7.0
     - @blueprintjs/karma-build-scripts@0.10.0
     - @blueprintjs/node-build-scripts@0.9.0
     - @blueprintjs/select@3.8.0
     - @blueprintjs/table@3.5.0
     - @blueprintjs/test-commons@0.9.0
     - @blueprintjs/timezone@3.4.0
     - @blueprintjs/tslint-config@1.8.0
     - @blueprintjs/webpack-build-scripts@0.8.0
    adidahiya committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    7a5537b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ab9a82 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Merge latest changes from upstream and resolve conflicts

    NachoJusticia committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    944233f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4be58b View commit details
    Browse the repository at this point in the history
  3. Add yarn lock from upstream

    NachoJusticia committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    a6b45fb View commit details
    Browse the repository at this point in the history
  4. Update graphext packages versions

    NachoJusticia committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    296247f View commit details
    Browse the repository at this point in the history