Skip to content
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.

Merge from fork #2

Open
wants to merge 799 commits into
base: master
Choose a base branch
from
Open

Merge from fork #2

wants to merge 799 commits into from

Conversation

tzabian
Copy link

@tzabian tzabian commented Nov 19, 2018

No description provided.

greenkeeper bot and others added 30 commits February 17, 2020 00:00
* fix(package): update query-string to version 6.10.1

* chore(package): update lockfile package-lock.json

Co-authored-by: Antonio Davi Macedo Coelho de Castro <[email protected]>
* fix(package): update react-redux to version 7.2.0

* chore(package): update lockfile package-lock.json
* * chore(package): update lockfile package-lock.json
* chore(package): added react-simple-code-editor dependency
* feat(CodeEditor): added CodeEditor component

* added id tho the code editor props

* added playground to dashboard

* added react-json dependency to show playground results

* update changelog

* fix playground button CSS spacing and update risky dependencies

* fix(React life-cycle): fixes requested on PR #1464 review

* feat(Playground): update CodeEditor component and show result just in console

* feat(Playground): update CodeEditor component and show result just in console

* fix(Playground): fix erron in test of CodeEditor component

* Update parse-dashboard-config.json

* fix(Playground): implemented requested changes and put Playground into JS Console

* fix(Playground): fix double quotes and change JS Console playground

* fix(Playground): fix missing dependency

Co-authored-by: Antonio Davi Macedo Coelho de Castro <[email protected]>
* chore(package): update eslint-plugin-jest to version 23.8.0

* chore(package): update lockfile package-lock.json
* chore(package): update babel-eslint to version 10.1.0

* chore(package): update lockfile package-lock.json
* fix(package): update react to version 16.13.0

* fix(package): update react-dom to version 16.13.0

* chore(package): update react-test-renderer to version 16.13.0

* chore(package): update lockfile package-lock.json
* chore(package): update @babel/core to version 7.8.6

* chore(package): update @babel/preset-env to version 7.8.6

* chore(package): update lockfile package-lock.json
* chore(package): update eslint-plugin-jest to version 23.8.1

* chore(package): update lockfile package-lock.json
* chore(package): update webpack to version 4.42.0

* chore(package): update lockfile package-lock.json
* fix(package): update query-string to version 6.11.1

* chore(package): update lockfile package-lock.json
* chore(package): update cross-env to version 7.0.1

* chore(package): update lockfile package-lock.json
… Parse Objects 📃 (#1431)

* Context menu with quick filter initials

* Support for filtering Pointer type of entities

* Adding more filters to context menu

* Introducing general, reusable ContextMenu component

* Move ContextMenu item in pig list to keep alphabetical order

* Reverting changes in parse-dashboard-config.json file

* Showing "Get related records from..." context menu option when clicking on Pointer or objectId

* Changing categories to fill context menu horizontally

* Fully functional 'Get related records from...' context menu item

* Fixing CI build by removing empty test file

* Closing context menu after chosing an option

* Properly handling 'Get related records from...' logic when executing it on cell containing Pointer

* Fixing click on empty cell by checking value

* Closing context menu after clicking outside it

* Adding key attributes to ContextMenu JSX

* Positioning menu sections to not go off the screen + animations

* Functional options to add a filter to existing one(s)

* Showing "Add fiter..." context menu option only if there's any filter applied

* Generating context menu filters dynamically basing on available ones

* Code cleaning + missing import

* Passing BLACKLISTED_FILTERS when getting filters available for context menu

* Restoring accidentally removed line

* Sorting objects listed in context menu item "Get related records from..." alphabetically;

* Handling context menu filters for "Date" type of data

* Getting "compareTo" value only for constrains that are comparable

* Removing duplicated prop

* Fixing lint errors

* Adding "Edit row" option to BrowserCell context menu

* Keeping BLACKLISTED_FILTERS in single place

* Removing unnecessary onSelect call (as cell is already selected at this stage)

* Removing unnecessary setCopyableValue call (as it should be called at this stage)
* chip and multiselect dense variant

* autocomplete component

* popover refactor, ContextProxy -> portal

* add intersection observer component

* suggestions for autocomplete

* do not show security dialog in edit modal

* table will ignore keys when security modal opened

* add autocomplete for ACL

* add protected fields dialog component

* permissioons dialog refactor

* add new dialogs to databroowser toolbar

* protected fields dialog example

* removed comments

* fix floating menus - show on top of toolbar

* add whitespaces in toolbar menu

* use menuitem

* trailing newlines

* update examples

* adds scroll hint

* handle case when no fields to protect

Co-authored-by: Antonio Davi Macedo Coelho de Castro <[email protected]>
* Fix audience conditions when Installation class does not exist

* Improve code readability

Co-authored-by: Ricardo Paiva <[email protected]>
* chore(package): update @babel/core to version 7.8.7

* chore(package): update @babel/plugin-transform-regenerator to version 7.8.7

* chore(package): update @babel/preset-env to version 7.8.7

* fix(package): update @babel/runtime to version 7.8.7

* chore(package): update lockfile package-lock.json
* chore(package): update cross-env to version 7.0.2

* chore(package): update lockfile package-lock.json
* chore(package): update eslint-plugin-jest to version 23.8.2

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
* chore(package): update eslint-plugin-react to version 7.19.0

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
* fix(package): update regenerator-runtime to version 0.13.5

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
semantic-release-bot and others added 28 commits September 29, 2021 16:34
# [3.1.0](3.0.0...3.1.0) (2021-09-29)

### Features

* add support for npm 7 and Node 16, migrate to graphiql ([#1807](#1807)) ([b61fc7f](b61fc7f))
## [3.1.1](3.1.0...3.1.1) (2021-09-30)

### Bug Fixes

* incorrect autofocus for login form input fields ([#1825](#1825)) ([7ca6aae](7ca6aae))
refactor commit type currently does not generate a change log entry, hence it doesn't make sense to create a patch release for it
* refactor: replace query-string with URLSearchParams

* chore: revert eslint changes
… key navigation with hidden columns (#1827)

* Data Browser: skipping invisible column when navigating using keyboard

* Data Browser - navigating to the beggining/end when using left/right keys with modifier (ctrl/meta) key pressed

* Data Browser: taking hidden columns into account when establishing the left/right edges

* Data Browser: safety check to prevent from infinite loop

* Data Browser: updating comments

* Data Browser - navigating to the first/last row when using up/down keys with modifier (ctrl/meta) key pressed

Co-authored-by: Artur Drozdz <[email protected]>
Co-authored-by: Manuel <[email protected]>
# [3.2.0](3.1.2...3.2.0) (2021-10-05)

### Features

* add ctrl + arrow key to jump to first/last cell; fix left/right key navigation with hidden columns ([#1827](#1827)) ([b504c0f](b504c0f))
@mtrezza mtrezza deleted the branch dubizzle:master October 6, 2021 02:39
@mtrezza mtrezza deleted the master branch October 6, 2021 02:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.