* feat(#14234): add LaTeX Support In Block Editor
* refactor: improve assignment regex in evaluateExpression helper
* refactor: Remove mathematics extension from Block Editor
* refactor: Remove mathematics extension from Block Editor
* chore: Update npm dependencies
* feat: Add react-latex-next package for LaTeX support in Block Editor
* refactor: Update MathEquation extension in Block Editor
* feat: Add Math Equation slash command option to Block Editor
* fix: isEditing attribute should be updated when updateAttributes is called
* chore: enable input rule for link and math equation
* fix: link mark being removed when cancel operation is performed
* feat: add trailing node extension to improve user experience by having empty node at the end
* chore: improve link markdown support and link posting support
* chore: Update link and math equation input rules
* chore: Update link icon size in LinkPopup component
* chore: Refactor link handling in EditorSlots component
* chore: Update MathEquationComponent to toggle isEditing class when editing math equation
* feat: Add placeholder text for math equation input
* fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
* process/browser support for okta (#14561)
---------
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Harsh Vador <58542468+harsh-vador@users.noreply.github.com>
* chore(ui): add support for service documentation md file
* sync local
* chore: add method for fetching markdown file
* chore: move fields to connections
* chore(ui): organize import paths with meaningful names
* fix tests
* fix: pages alias
* organize imports for pages
* fix: add jest config for pages and components
* organize imports for components
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* fix(ui): tag api related changes to UI
* fix api calls
* fix tests
* fix tag cypress tests
* address comments
* update tag api calls
* fix tests
* fix unit tests
* fix unit tests failures
* fix cypress failure
* fix tests
* fix unit tests
* Add logical query builder and Explore page refactor
* Add file headers
* Change search aggreagation keys
* Move query builder utils, remove comments
* Add comments
* Rename AdvancesSearch.constants.ts
* Add review changes
* Handle deleted elements correctly in Explore
The `deleted` field needs special handling because `showDeleted === false` should return only documents where `deleted` is false, but `showDeleted === true` should return documents regardless of their `deleted` field.
* Fix facet filter issue
Issue was the following: the user set a facet filter on `aggregationKey` and `value`. Then user changes the query builder so that in the new result there is no bucket in `aggregationKey` with `value`. The facet filter would still be used, but not visible to the user and not removable.
* Fix facetFilter tests
* Move isFilterObject type guard
* Use antd tabs for Explore component
* fix cypress failure
* miner fix in cypress
* fix typo
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>