-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
10,420 additions
and
1,637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# These are supported funding model platforms | ||
|
||
github: [asturur] | ||
github: [asturur, ShaMan123, melchiar] | ||
patreon: fabricJS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
name: Pull Request | ||
about: Creating a PR | ||
|
||
--- | ||
|
||
<!-- | ||
Hi there! | ||
Thanks for taking the time and putting the effort into making fabric better! 💖 | ||
Take a look at ./CONTRIBUTING.md for crucial instructions regarding local setup, testing etc. | ||
https://github.com/fabricjs/fabric.js/blob/master/CONTRIBUTING.md | ||
Adding tests that verify your fix and safegurad it from unwanted loss and changes is a MUST. | ||
PRing is not always simple, don't hestitate to ask for help (beware of 'em gotchas 😓). | ||
We appreciate your effort and would like the process to be productive and enjoyable. | ||
A strong community means a strong and better product for everyone. | ||
--> | ||
|
||
|
||
<!-- | ||
📣 IMPORTANT NOTICE - PR LOCKDOWN 🔒 04/2022 | ||
We are excited to announce that fabric is migrating to modern typescript/javascript 🤩. | ||
This means we will ⛔ not be accepting any PRs out of scope with the migration. | ||
We understand this might be annoying but wasted work is ever more so. | ||
The migration will be extreme on the source code so PRs from before will probably become stale to the point of death after the migration. | ||
It hurts us the throw away good work, effort and time put into fabric so please stay patient. | ||
You are welcome to join the migration effort 🔨 | ||
https://github.com/fabricjs/fabric.js/issues/7596 | ||
If you remain strong minded about PRing and the fix is small you can submit a PR to the 5.x branch | ||
During the migration we will port these changes to master | ||
--> | ||
|
||
|
||
|
||
## Motivation | ||
<!-- Why you are proposing --> | ||
<!-- You can use the @closes notation to mark issues that will be resolved by this PR --> | ||
|
||
## Description | ||
<!-- What you are proposing --> | ||
|
||
## Changes | ||
<!-- before the fix vs. after --> | ||
|
||
## Gist | ||
<!-- Technical stuff if necessary --> | ||
|
||
## In Action | ||
<!-- Show case your accomplishment --> | ||
<!-- Upload screenshots, screencasts and live examples showing your fix in contrast to the current state --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
release: | ||
branches: | ||
- master | ||
- v3.x | ||
- 5.x | ||
types: [published] | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ before_commit | |
.idea/ | ||
/dist/fabric.require.js | ||
/dist/fabric.min.js.gz | ||
/scripts/cli_cache.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.