-
Notifications
You must be signed in to change notification settings - Fork 39
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
Merge "Dev" into "Main" #126
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Initialized SelectionManager instance (Working version) * Updated packages and config files * Switched from puppeteer to playwright, and from tslint to eslint + some changes in configs * Fixed code style according to linter's suggestions * Updated packages * Removed jquery * Removed jasmine-jquery dependency and fixed tests * Increased visual's version * Increased the visual's version in pbiviz.json as well * Changed callback type for addTooltipService method * Increased version in the lock file * Removed redundant files * Updated libraries to latest versions * Increased versions of API and visual and fixed Karma config * Added support for keyboard focus * Updated build workflow * Fixed lodash imports and improved type checks in tests * Polished code * Fixed compilation errors in tests * Updated libraries * Updated changelog and set newest API version * Removed tslint file * Created formatting model * Migrated to formatting model * Changed displayName values for Quaity, Min font size and Max font size. Added minRepetitionsToDisplay to string resources * Fixed bug with ColorPicker when color was not applied * supportHighlight logic and tests * showAll, removed unused packages, packages version up * moved keys from cababilities to formatting settings * removed unused npm packages proper contextmenu handling renamed settings object renamed function names from c++ convention to js convention --------- Co-authored-by: Aleksandr Levochkin <v-alevockin@microsoft.com> Co-authored-by: Aleksandr Levochkin <v-allevockin@microsoft.com>
* removed support highlight logic * removed unused function peviously was used by supportHighlight
* Use selectionManager, added measure to selectionId * Fix word selection * Add test for selection * Update dependencies * Update formattingModel * Increment visual version * Add playwright-chromium * Store selection manager only inside behavior class * Remove valueSelectionManager * Remove incoming update options * Fix test * Remove animation * Update build file --------- Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
* Add keyboard navigation * Increment visual version * Add aria-labels * Add tests for keyboard navigation * Fix npm audit --------- Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
* Fix data displaying * Fix audit, update api and tools --------- Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
* Fix color reassignment bug * Update dependencies --------- Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
Update CHANGELOG.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge "Dev" into "Main"