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

Release 1.1.0 #813

Merged
merged 87 commits into from
Sep 1, 2024
Merged

Release 1.1.0 #813

merged 87 commits into from
Sep 1, 2024

Conversation

Progi1984
Copy link
Member

Description

Release 1.1.0

mindline-analytics and others added 30 commits August 30, 2021 16:32
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](phpstan/phpstan@0.12.88...1.0.0)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
…pstan-tw-0.12.88or-tw-1.0.0

Update phpstan/phpstan requirement from ^0.12.88 to ^0.12.88 || ^1.0.0
Fix: Hyperlink text color for PowerPoint2007 writer
Support for axis options (Intersection Point & Reverse Axis) in PowerPoint2007 Writer
#738: Fix Reader/PowerPoint2007, float to int
Added support for PHP 8.2 & 8.3
Fixed broken powerpoint presentations due to MS Office update 2309
PowerPoint2077 Writer : Fixed error when defining min/max bounds to 0
PowerPoint2007 Writer : Outline : Fixed the base unit
Progi1984 and others added 27 commits December 13, 2023 14:18
PowerPoint2007 Writer : Enable style and position of a Placeholder
Add read/write Revision document attribut. Informations are stored into document properties. Available for Powerpoint 2007 (reading/writing)
Conserve thumbnail if already exist in file:
If an thumbnail exist in a file, when open it, thumbnail is loaded and when you save existing thumbnail is save to output
Sometime when loading PPTX I've some error
Evolution :
- move Shape::name to AbstractShape
- add reading name for Shape in PowerPoint2007
While wrting shape, the name is not preserved if it is not a placehoder
It seems tha Powerpoint 2007 use also richtext to define rectangle with or without text. So keep loading richtext without text
When loading richt text shape, read also properties who defining backgroupnd color, border color, etc.
use loadStyleFill function
When loading a ric text shape, get the spelling lang
Add reading typeface while load file in shape richt text
Preserving loading to save
Paragraph double strick were not supported, modification has been done to support different strick type
Using true/fasle and default value 300000 or  -250000 are too mutch (in Office 365). So when reading, get values setted by PowerPoint and modify default values into the code to set values seen during my tests
ADD the 'status' properties for reading and wrinting into the document
BUGFIX while cloning an existant slide :
- considere if existing object
- cloning each object into collection
- cloning each paragraph for RichText
ADD Read also from original PPTX mragin of shape (left,right,top,bottom)
Writing already existing and object have been initialized by default (so now setted by reading existing file)
ADD Vertical alignment for RichText
position top,middle and bottom
position center or not center
Reading from file, editing and saving
ADD Effect mangment
Effect is a collection of effect into each element (innerShadow, outerShadow, reflection, glos, etc.
Actualy only shadow are supported, but the strucure is desgin for other effect
BUGFIX when duplicating slide an each composants, text into paragraph into richText where forget
ADD vertical alos need horz sometimes
Need some mor informations to be same as original when reading, like charset, etc
BUGFIX Forgot clone for effect shape
For modifing existing slide, usefull to search shape and doing action on it
PowerPoint 2007 Reader/Writer : Improvements on Font, RichText, Thumbnail, Presentation Properties & Shadow
@Progi1984 Progi1984 added this to the 1.1.0 milestone Sep 1, 2024
@Progi1984 Progi1984 merged commit 7a70b57 into master Sep 1, 2024
55 of 57 checks passed
@Progi1984 Progi1984 deleted the develop branch September 1, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.