Skip to content

Commit 4933bd1

Browse files
Merge pull request #3 from mohammadrezaeicode/V6.0.0
V6.0.0
2 parents 53540ad + 79bac65 commit 4933bd1

File tree

176 files changed

+20759
-102515
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+20759
-102515
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Pull Request
2+
3+
## Description
4+
Please include a summary of the changes and the motivation behind them.
5+
6+
- **What does this PR do?**
7+
- **Why is this change needed?**
8+
9+
## Type of Change
10+
Please select the type(s) of changes made in your pull request:
11+
12+
- [ ] Bug fix (non-breaking change that fixes an issue)
13+
- [ ] New feature (non-breaking change that adds functionality)
14+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
15+
- [ ] Documentation update (changes to documentation)
16+
- [ ] Other (please describe):
17+
18+
## Related Issue
19+
If applicable, please reference the issue number this PR addresses:
20+
- Closes #[issue-number]
21+
22+
## Testing
23+
Please describe how you have tested your changes:
24+
25+
- [ ] I have tested my changes locally.
26+
- [ ] I have written tests for my changes.
27+
28+
If you are adding a new feature, please describe the tests you added:
29+
30+
## Checklist
31+
Please make sure your PR meets the following criteria:
32+
33+
- [ ] I have read the [contributing guidelines](CONTRIBUTING.md).
34+
- [ ] The code follows the project's coding style.
35+
- [ ] I have added tests (if applicable) to verify my changes.
36+
- [ ] I have updated the documentation (if applicable).
37+
- [ ] I have checked my code for potential errors or issues.
38+
39+
## Screenshots (if applicable)
40+
If your changes include visual components, please include screenshots to help reviewers understand the modifications.
41+
42+
## Additional Information
43+
Please provide any additional information regarding your PR here. This can include any assumptions, caveats, or specific areas you would like the reviewers to focus on.

.github/workflows/release.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: Release & Publish Package
2-
on:
2+
on:
33
push:
44
branches:
5-
- main
5+
- main
66
paths:
7-
- CHANGELOG.md
7+
- CHANGELOG.md
8+
pull_request:
9+
branches:
10+
- main
11+
paths:
12+
- CHANGELOG.md
813
jobs:
914
release:
1015
name: Create release package

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ on: push
33
jobs:
44
test:
55
name: Test
6-
timeout-minutes: 20
6+
timeout-minutes: 30
77
continue-on-error: true
88
strategy:
99
matrix:
10-
os: [macos-latest, windows-latest, ubuntu-latest,macos-13]
11-
version: ['14.x', '15.x', '16.x','17.x', '18.x','19.x','20.x']
10+
os: [windows-latest, ubuntu-latest]
11+
version: ['18.x','19.x','20.x']
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout to code

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ node_modules
22
coverage
33
build/*
44
compile/*
5-
TODO.md
5+
TODO.md
6+
*.backup
7+
stats.html
8+
backup

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ example
22
_test_
33
coverage
44
.github
5-
*.backup
5+
*.backup
6+
backup

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@mohammadrezaeicode:registry=https://npm.pkg.github.com

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Version 6.0.0 (2024-08-07)
4+
5+
### New Features
6+
7+
- Introduced formatMap to support new data formats.
8+
- Added the excelToJson and excelToNode functions.
9+
10+
### Improvements
11+
12+
- Increased code coverage to 90%.
13+
- Enhanced capability to use image, checkbox, and comment together.
14+
- Incorporated GitHub Community Standards for better collaboration.
15+
- more
16+
17+
### Bug Fixes
18+
19+
- Resolved issues related to backgroundImage.
20+
321
## Version 5.3.0 (2024-06-21)
422

523
### New Feature

Contributing.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Contributing
2+
3+
We welcome contributions from the community to improve this project. If you'd like to contribute, please follow these simple guidelines:
4+
5+
- Fork the repository and create a new branch for your changes.
6+
- Make your changes and ensure that your code follows the project's style guide.
7+
- Test your changes to make sure they work as intended.
8+
- Submit a pull request with a clear description of your changes.
9+
10+
## Code Style
11+
12+
- Follow the existing code style and formatting of the project.
13+
- Make sure your code is well-documented to help others understand your changes.
14+
- Use clear and descriptive variable and function names.
15+
16+
## Reporting Issues
17+
18+
If you encounter any issues or bugs, please open an issue on the repository with a clear description of the problem. Include any steps to reproduce the issue if possible.
19+
20+
## Providing Feedback
21+
22+
We value feedback from the community. If you have suggestions for improvement or new features, please don't hesitate to share them with us.
23+
24+
## Thank You
25+
26+
Thank you for considering contributing to this project. Your help is greatly appreciated!
27+
28+
By contributing to this project, you agree to abide by the Code of Conduct.

Example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Theme result Images
2+
# Some Example result Images
33

44
![ex](https://github.com/mohammadrezaeicode/mr-excel-page-repo/blob/main/public/img/ex.PNG?raw=true)
55

0 commit comments

Comments
 (0)