Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Feb 22, 2024
1 parent 64926cf commit 88b4f27
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 9 deletions.
13 changes: 10 additions & 3 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
Changelog
=========

v0.30.15 (Feb 22, 2024)
-----------------------
* :bdg-info:`Enhancement` :bdg-secondary:`PRO` New xlwings Server methods: ``Range.clear()``, ``Range.clear_formats()``, ``Sheet.clear()``, ``Sheet.clear_contents()``, ``Sheet.clear_formats()``, and ``Sheet.delete()`` (:issue:`2325`).
* :bdg-warning:`Bug Fix` :bdg-secondary:`PRO` Custom functions now handle ``*args`` properly and allow to use the ``@server.arg("*args")`` decorator (:issue:`2398`).
* :bdg-warning:`Bug Fix` :bdg-secondary:`PRO` Added ``xlwings.getActiveBookName`` as convenience method in xlwings.js (:issue:`2405`).


v0.30.14 (Feb 21, 2024)
-----------------------

* :bdg-warning:`Bug Fix`: When files are auto-saved to SharePoint, the xlwings configuration is now checked before trying to derive the local path via registry/env variables (:issue:`2396`).
* :bdg-info:`Enhancement` :bdg-secondary:`PRO`: xlwings Reports now chunks the writing of big ranges (:issue:`2384`).
* :bdg-info:`Enhancement` :bdg-secondary:`PRO`: Office.js add-ins can now use ``xlwings.getAccessToken()`` via xlwings.js to acquire an Entra ID access token (:issue:`2399`).
* :bdg-warning:`Bug Fix` When files are auto-saved to SharePoint, the xlwings configuration is now checked before trying to derive the local path via registry/env variables (:issue:`2396`).
* :bdg-info:`Enhancement` :bdg-secondary:`PRO` xlwings Reports now chunks the writing of big ranges (:issue:`2384`).
* :bdg-info:`Enhancement` :bdg-secondary:`PRO` Office.js add-ins can now use ``xlwings.getAccessToken()`` via xlwings.js to acquire an Entra ID access token (:issue:`2399`).

v0.30.13 (Dec 12, 2023)
-----------------------
Expand Down
203 changes: 200 additions & 3 deletions xlwingsjs/dist/xlwings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion xlwingsjs/dist/xlwings.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion xlwingsjs/dist/xlwings.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion xlwingsjs/dist/xlwings.min.js.map

Large diffs are not rendered by default.

0 comments on commit 88b4f27

Please sign in to comment.