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

Bump tksheet from 7.2.12 to 7.2.20 #270

Merged
merged 2 commits into from
Nov 1, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps tksheet from 7.2.12 to 7.2.20.

Release notes

Sourced from tksheet's releases.

7.2.20

Version 7.2.20

Changed:

  • float_formatter() by default will no longer accept inputs that end in "%"
  • percentage_formatter() default format_function renamed: to_float() -> to_percentage()
  • Events no longer emitted for cut, paste or delete if the sheet has not been edited, for example due to read only cells 249
  • __init__() calls now use super()

Added:

  • Options for percentage formatter:
    • format_function option to_percentage()
    • format_function option alt_to_percentage()
    • to_str_function option alt_percentage_to_str()

Improved:

  • Documentation for data formatting

7.2.19

Version 7.2.19

Fixed:

  • Error when pasting into empty sheet
  • Potential error if using percentage formatter with more than just int, float and wrong type hint 250
  • Only show the selection box outline while the mouse is dragged if the control key is down
  • index and header Span parameters were not working with function readonly()

Added:

  • Shift + arrowkey bindings for expanding/contracting a selection box
  • Functions for getting cell properties (options) 249
  • Ability to edit index in treeview mode, if the binding is enabled

Improved:

  • Very slight performance boost to treeview insert, inserting rows when rows are hidden

7.2.18

Version 7.2.18

Fixed:

  • Inserting rows/columns with hidden rows/columns sometimes resulted in incorrect rows/columns being displayed
  • Treeview function insert() when using parameter index sometimes resulted in treeview items being displayed in the wrong locations

Changed:

  • Using function set_currently_selected() or any function/setter which does the same internally will now trigger a select event like creating selection boxes does
  • iids in Treeview mode are now case sensitive
  • Treeview function tree_build() when parameter safety is False will no longer check for missing ids in the iid column
  • Treeview function get_children() now gets item ids from the row index which provides them in the same order as in the treeview
  • Add parameter run_binding to treeview functions selection_add(), selection_set()
  • Slight color change for top left rectangle bars

Added:

  • Initialization parameters default_header and default_row_index can now optionally be set to None to not display anything in empty header cells / row index cells
  • Parameters lower and include_text_column to treeview function tree_build()

... (truncated)

Changelog

Sourced from tksheet's changelog.

Version 7.2.20

Changed:

  • float_formatter() by default will no longer accept inputs that end in "%"
  • percentage_formatter() default format_function renamed: to_float() -> to_percentage()
  • Events no longer emitted for cut, paste or delete if the sheet has not been edited, for example due to read only cells 249
  • __init__() calls now use super()

Added:

  • Options for percentage formatter:
    • format_function option to_percentage()
    • format_function option alt_to_percentage()
    • to_str_function option alt_percentage_to_str()

Improved:

  • Documentation for data formatting

Version 7.2.19

Fixed:

  • Error when pasting into empty sheet
  • Potential error if using percentage formatter with more than just int, float and wrong type hint 250
  • Only show the selection box outline while the mouse is dragged if the control key is down
  • index and header Span parameters were not working with function readonly()

Added:

  • Shift + arrowkey bindings for expanding/contracting a selection box
  • Functions for getting cell properties (options) 249
  • Ability to edit index in treeview mode, if the binding is enabled

Improved:

  • Very slight performance boost to treeview insert, inserting rows when rows are hidden

Version 7.2.18

Fixed:

  • Inserting rows/columns with hidden rows/columns sometimes resulted in incorrect rows/columns being displayed
  • Treeview function insert() when using parameter index sometimes resulted in treeview items being displayed in the wrong locations

Changed:

  • Using function set_currently_selected() or any function/setter which does the same internally will now trigger a select event like creating selection boxes does
  • iids in Treeview mode are now case sensitive
  • Treeview function tree_build() when parameter safety is False will no longer check for missing ids in the iid column
  • Treeview function get_children() now gets item ids from the row index which provides them in the same order as in the treeview
  • Add parameter run_binding to treeview functions selection_add(), selection_set()
  • Slight color change for top left rectangle bars

Added:

  • Initialization parameters default_header and default_row_index can now optionally be set to None to not display anything in empty header cells / row index cells
  • Parameters lower and include_text_column to treeview function tree_build()
  • Treeview function bulk_insert()
  • Treeview function get_nodes() behaves exactly the same as get_children() except it retrieves item ids from the tree nodes dict not the row index.
  • Treeview function descendants() which returns a generator

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tksheet](https://github.com/ragardner/tksheet) from 7.2.12 to 7.2.20.
- [Release notes](https://github.com/ragardner/tksheet/releases)
- [Changelog](https://github.com/ragardner/tksheet/blob/master/docs/CHANGELOG.md)
- [Commits](ragardner/tksheet@7.2.12...7.2.20)

---
updated-dependencies:
- dependency-name: tksheet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2024
@WWGolay WWGolay changed the base branch from main to wwg-dev November 1, 2024 16:10
Signed-off-by: Will Golay <87041778+WWGolay@users.noreply.github.com>
@WWGolay WWGolay merged commit ef6bd43 into wwg-dev Nov 1, 2024
2 checks passed
@WWGolay WWGolay deleted the dependabot/pip/tksheet-7.2.20 branch November 1, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant