asposeslidescloud
Advanced tools
Comparing version 22.12.0 to 23.1.0
@@ -152,3 +152,3 @@ "use strict"; | ||
} | ||
requestOptions.headers["x-aspose-client"] = "nodejs sdk v22.12.0"; | ||
requestOptions.headers["x-aspose-client"] = "nodejs sdk v23.1.0"; | ||
if (configuration.timeout) { | ||
@@ -155,0 +155,0 @@ requestOptions.headers["x-aspose-timeout"] = configuration.timeout; |
{ | ||
"name": "asposeslidescloud", | ||
"version": "22.12.0", | ||
"version": "23.1.0", | ||
"description": "Aspose.Slides Cloud SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://products.aspose.cloud/slides/cloud", |
@@ -30,93 +30,6 @@ ![](https://img.shields.io/badge/api-v3.0-lightgrey) ![npm](https://img.shields.io/npm/v/asposeslidescloud) ![npm bundle size](https://img.shields.io/bundlephobia/min/asposeslidescloud) ![node-current](https://img.shields.io/node/v/asposeslidescloud) ![npm type definitions](https://img.shields.io/npm/types/asposeslidescloud) [![GitHub license](https://img.shields.io/github/license/aspose-slides-cloud/aspose-slides-cloud-nodejs)](https://github.com/aspose-slides-cloud/aspose-slides-cloud-nodejs/blob/master/LICENSE) | ||
## Enhancements in Version 22.9 | ||
## Enhancements in Version 23.1 | ||
* Added new **ReplaceFont** and **ReplaceFontOnline** methods that allow replacing presentation fonts. | ||
* Added new **SetEmbeddedFontFromRequest** and **SetEmbeddedFontFromRequestOnline** that allow to embed fonts without uploading them to the storage. | ||
* Added an optional **fontsFolder** parameter to **SetEmbeddedFont** and **SetEmbeddedFontOnline** methods to enable using custom fonts with those methods. | ||
* Added **FontSubstRules** property to **ExportOptions** class to allow specifying font substitution rules in conversion methods. | ||
* Added an optional **group** parameter to **ImportImagesFromSvg** method to allow importing SVG images as a GroupShape. | ||
* Added new **CreateSmartArtNode** and **DeleteSmartArtNode** methods to manage individual nodes in SmartArt shapes. | ||
* Added **FillFomat**, **LineFormat**, **EffectFormat** and **ThreeDFormat** properties to **DataPoint** class that allow formatting individual chart data points. | ||
* New **CompressEmbeddedFonts** and **CompressEmbeddedFontsOnline** methods allow to reduce the size taken by embedded fonts by excluding unused characters. | ||
## Enhancements in Version 22.8 | ||
* With new **GetFonts** and **GetFontsOnline** methods you can get a list for fonts used in the presentation. | ||
* Added new **SetEmbeddedFont**, **SetEmbeddedFontOnline**, **DeleteEmbeddedFont** and **DeleteEmbeddedFontOnline** methods to embed/unembed presentation fonts. | ||
* Added new **ImportImagesFromSvg** method to import SVG images as individual geometry shapes. | ||
## Enhancements in Version 22.7 | ||
* Added **Html**, **Pdf**, **Xps**, **Pptx**, **Odp**, **Otp**, **Ppt**, **Pps**, **Ppsx**, **Pptm**, **Ppsm**, **Potx**, **Pot**, **Potm**, **Svg**, **Fodp**, **Xaml**, **Html5** to the list of allowed values for **SlideExportFormat** enum. You can now export slide notes to those formats. | ||
* Added **Html5** to the list of allowed values for **SlideExportFormat** enum. You can now export individual slides to HTML5. | ||
* Added **Url** to the list of allowed values for **PresentationToMerge.SourceEnum** enum. You can now merge presentations from external URLs. | ||
* New **DeleteUnusedMasterSlides** and **DeleteUnusedMasterSlidesOnline** methods. | ||
* New **SetChartAxis**, **SetChartLegend**, **SetChartWall** methods allow to moduly chart elements more conveniently. | ||
* **UpdateChartSeriesGroup** method was renamed to **SetChartSeriesGroup**. | ||
## Enhancements in Version 22.6 | ||
* Added ned **GetSubshapeParagraphEffective**, **GetParagraphEffective** and **GetSubshapePortionEffective**, **GetPortionEffective** methods to retrieve actual format values for paragraphs and portions, whether they are inherited from parent entities or not. | ||
* Password parameter is now optional for **GetProtectionProperties** method. So, you don't need to specify the password to check whether a presentation has a password. | ||
* Added new **ChartSeriesGroup** class and **SeriesGroups** property to **Chart** class to enable managing chart series groups. Added new **UpdateChartSeriesGroup** method. | ||
* Added **HasRoundedCorners** property to **Chart** class. | ||
* Added **InvertIfNegative** property to **OneValueChartDataPoint** class. | ||
* Changed **FormatScheme** class to return actual format values instead of resource links. | ||
## Enhancements in Version 22.5 | ||
* Added **Paragraphs** property to **SmartArtNode** class to enable getting and setting text for SmartArt nodes. | ||
* Added **ImageTransformList** property to **PictureFill** class to enable setting image transform effects. Added **ImageTransformEffect** class and subclasses for different kind of of effects. | ||
* Added **PictureFillFormat** property to **VideoFrame** class to enable setting poster image for video frames. | ||
* Added **SlideIndex** and **ShapeIndex** properties to **ResourceUri** class to simplify retrieveing slide & shape indexes for resources. | ||
* Removed redundant **BoxAndWhiskersSeries**, **WaterfallSeries** and **WaterfallChartDataPoint** classes. | ||
## Enhancements in Version 22.4 | ||
* Added **TransitionType** and **SlidesTransitionDuration** properties to **VideoExportOptions** class to enable creation videos with transitions. | ||
* Added **DefaultPortionFormat** property to **Paragraph** class. Added new **PortionFormat** class. | ||
* Added **EmbeddedFileBase64Data** and a number of other properties to **OleObjectFrame** class to enable creation of OLE Object frames. | ||
* Added **AccessPermissions** class to support access permissions for PDF export. | ||
* Added **PictureFillformat** property to **AudioFrame** class. | ||
* Added **RowIndex** and **ColumnIndex** properties to **TableCell** class. | ||
* Moved **Width** and **Height** properties from **ExportOptions** base class to the new **ImageExportOptionsBase class**. This is a superclass for **ImageExportOptions**, **GifExportOptions** and **TiffExportOptions** classes. | ||
* Removed redundant **Shapes** property from **ShapeBase** class. It is only left for **GroupShape** class. | ||
## Enhancements in Version 22.3 | ||
* Added **ModernSlideComment** class to support modern comments. Also added **SlideCommentBase** as base class for comments. | ||
* Added optional **shapeIndex** parameter to **CreateComment** and **CreateCommentOnline** methods. | ||
* Added **GetParagraphRectangle**, **GetPortionRectangle** method and new **TextBounds** class to get paragraph or portion bounds. | ||
* Added optional **shapeType** parameter for **GetShapes** method. You can now get list of shapes of a particular type (e.g. charts or tables). | ||
* Added **FontFallbackRules** class and **FontFallbackRules** property to **ExportOptions** class. | ||
* Added **LatinFont**, **EastAsianFont** and **ComplexScriptFont** properties to **Portion** class to enable getting and seting portion font name. | ||
* Added **ChartLinesFormat** class; added **MajorGridLinesFormat** and **MinorGridLinesFormat** properties to Axis class. | ||
* Added **HideLegend** boolean property to **Legend** class. | ||
## Enhancements in Version 22.2 | ||
* Added **Mpeg4** to the list of allowed values for **ExportFormat** type. You can now convert presentations to video. | ||
* New **HighlightShapeText** and **HighlightShapeRegex** methods. | ||
* New **DeleteUnusedLayoutSlides** and **DeleteUnusedLayoutSlides** methods. | ||
* New **ZoomFrame** and **ZoomObject** classes with a number of subclasses. | ||
* Added **TextFrameFormat** property to **Shape** class to support WordArt. | ||
* Added **XYSeries** class as a supercalss for **ScatterSeries** and **BubbleSeries** methods. | ||
* Added **None** to the list of allowed values for **TimeUnitType** enum type. | ||
* **Level** property of **Category** class is deprecated and will be removed after v22.4. | ||
## Enhancements in Version 22.11 | ||
* You can now specify data sources for chart elements. This is done with new **DataSource** type which is use with propertries **Chart.DataSourceForCategories**, **Series.DataSourceForName**, **OneValueSeries.DataSourceForValues**, **XYSeries.DataSourceForXValues**, **XYSeries.DataSourceForYValues**, **BubbleSeries.DataSourceForBubbleSizeValues**. | ||
* You can now specify formulas for data points using new properties **OneValueChartDataPoint.ValueFormula**, **ScatterChartDataPoint.XValueFormula**, **ScatterChartDataPoint.YValueFormula**, **BubbleChartDataPoint.BubbleSizeFormula**. | ||
* Added boolean **UseFrameSize** and **UseFrameRotation** properties to **SvgExportOptions** class. | ||
## Enhancements in Version 22.10 | ||
* Added new **GetSlideShowProperties** and **SetSlideShowProperties** methods to get & set slideshow properties. | ||
* Methods that work with shapes, paragraphs and portions now have an optional **subShape** parameter which can be used to access subshapes (SmartArt elements, grouped shapes). Separate methods for subshapes (**GetSubshapeParagraphs**, **CreateSubshape**, **AlignSubshapes** etc.) have been removed. | ||
* Added boolean **RepeatUntilEndSlide** and **RepeatUntilNextClick** properties to **Effect** class. | ||
## Enhancements in Version 22.1 | ||
* New **MathParagraph** property of **Portion** class allows to get and set math formulas. A set of **MathElement** subclasses allows to specify complex mathematical expressions. | ||
* New **DownloadPortionAsMathMl** and **SavePortionAsMathMl** methods allow to export math formulas to MathML format. | ||
* New **HyperlinkClick** and **HyperlinkMouseOver** methods of **ShapeBase** and **Portion** classes enable creation and manipulating hyperlinks for shapes and portions. | ||
* New methods **GetShapeGeometryPath** and **SetShapeGeometryPath** can be used to get or set geometry paths for shapes. You can use lines, arcs and curves to specify custom shape boundaries. | ||
* New **AlignSubshapes** method enables aligning shapes within a shape group. | ||
* New **PlayAcrossSlides** and **RewindAudio** properties are added to **AudioFrame** class. | ||
* Added **InClickSequence** to the list of allowable values for **AudioPlayModePreset** and **AudioPlayModePreset** enum types. | ||
## Licensing | ||
@@ -123,0 +36,0 @@ All Aspose.Slides Cloud SDKs are licensed under MIT License. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27274
1306493
73