blueprint
blueprint copied to clipboard
A React-based UI toolkit for the web
#### Fixes #0000 #### Checklist - [ ] Includes tests - [ ] Update documentation #### Changes proposed in this pull request: #### Reviewers should focus on: #### Screenshot
#### Fixes #2550 #### Checklist - [x] Includes tests - [ ] Update documentation - not required for this fix imho #### Changes proposed in this pull request: This change...
#### Environment - __Package version(s)__: @blueprintjs/datetime2 v0.5.6 - __Operating System__: Windows 11 - __Browser name and version__: Google Chrome v105.0.5195.102 #### Code Sandbox N/A #### Steps to reproduce 1. Create...
#### Environment - __Package version(s)__: 0.55 - __Operating System__: macOS 12.4 - __Browser name and version__: Chrome 98 #### Code Sandbox Link to a minimal repro (fork [this code sandbox](https://codesandbox.io/s/blueprint-sandbox-et9xy)):...
#### Environment - __Package version(s)__: popover v1.x, core v4.x #### Feature request ContextMenu had an imperative API with `ContextMenu.show()`. The newer ContextMenu2 does not have such an API (`ContextMenu2.show()` does...
#### Environment - __Package version(s)__: ``` "dependencies": { "@blueprintjs/core": "^4.8.0", "preact": "^10.3.2", "preact-render-to-string": "^5.1.4", "preact-router": "^3.2.1", "react": "npm:@preact/compat", "react-dom": "npm:@preact/compat", "@types/react": "18.0.17", "@types/react-dom": "18.0.6", } ``` - __Operating System__: macOS...
Reverted in https://github.com/palantir/blueprint/pull/5513 We should include this tiny breaking change in Blueprint v5.0.
We had to revert most of https://github.com/palantir/blueprint/pull/5493 because of subtle breaks caused by interactions between the new Portal implementation and the (long-deprecated) react-hot-loader library. To be safe, we're going to...
#### Environment - __Package version(s)__: - __Browser and OS versions__: #### Question Need to add data-cy attributes to accordion button type and form item label Data-cy is amended to title...
#### Environment - __Package version(s)__: select 3.0.0 #### Steps to reproduce * open the omnibar example in the docs * type something to see some results * press `esc` ####...