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

Changelog/v8.0.0 #2567

Merged
merged 6 commits into from
Jan 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix missprints
  • Loading branch information
DenisDeeSign committed Jan 29, 2024
commit c19d4e73b6c57e4b3f7d95c054d3a1b678c56689
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* Dialog for converting old `OFORM` files to `PDF`
* For the radio button field, add the setting for the name of the selected
element (Radio button choice)
* Add a chain of tips when working with docxf files
* Add a chain of tips when working with `DOCXF` files

#### Security

Expand Down Expand Up @@ -104,13 +104,13 @@

* Add the ability to set an avatar for the current user using the editor
config: `config.editorConfig.user.image` (this image will not be visible
for other users)`
for other users)

#### API

* Add the following methods: `GetFreezePanesType`, `SetFreezePanesType`, and
the `FreezePanes` property
* Add the `GetFreezePanes` method and the `FreezePanes` property to `ApiWorkseet`
* Add the `GetFreezePanes` method and the `FreezePanes` property to `ApiWorksheet`
* Add the `ApiFreezePanes` class with the following methods: `FreezeAt`,
`FreezeColumns`, `FreezeRows`, `GetLocation`, `Unfreeze`
* Add the following methods for obtaining and filling out form data
Expand Down
Loading