Skip to content

Commit

Permalink
Minor version bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwparsons committed Dec 3, 2024
1 parent c432170 commit ca01eeb
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 11 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,52 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.0]

### Changed

- Update SharePoint Framework to 1.20.0.
- Update development and vendor dependencies.

### Added

- _Download HTML_ button

## [1.3.0]

### Changed

- Update SharePoint Framework to 1.18.2.
- Update development and vendor dependencies.

## [1.2.0]

### Changed

- Update SharePoint Framework to 1.17.3.
- Update development and vendor dependencies.
- Add *Copy as HTML* button option
- Add _Copy as HTML_ button option

## [1.1.0]

### Changed

- Update custom properties to allow empty value fields. Previously, custom properties could not be empty and required potentially invalid placeholder text.
- Update email signature border container to take up the full width of a web part column (zone).
- Update development and vendor dependencies.

## [1.0.0]

- Initial release.

## [0.2.0]

### Added

- Editable option for custom properties.

## [0.1.0]

### Added

- Initial email signature web part.
8 changes: 5 additions & 3 deletions config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "spfx-email-signature-client-side-solution",
"id": "421f676f-6526-4167-9810-cf984c8d3105",
"version": "1.2.0.0",
"version": "1.4.0.0",
"includeClientSideAssets": true,
"isDomainIsolated": false,
"skipFeatureDeployment": true,
Expand All @@ -21,7 +21,9 @@
"longDescription": {
"default": "Create email signature templates and allow users to generate their own company branded signatures."
},
"screenshotPaths": [],
"screenshotPaths": [
"https://raw.githubusercontent.com/habaneroconsulting/spfx-email-signature/refs/heads/master/assets/screenshots/Preview.png"
],
"videoUrl": "",
"categories": []
},
Expand All @@ -35,4 +37,4 @@
"paths": {
"zippedPackage": "solution/email-signature-web-part.sppkg"
}
}
}
4 changes: 0 additions & 4 deletions config/write-manifests.json

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spfx-email-signatures",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"engines": {
"node": ">=18.17.1 <19.0.0"
Expand Down

0 comments on commit ca01eeb

Please sign in to comment.