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

Merge dev #5087

Merged
merged 42 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
3a80fd0
fix for when no implicit type (#4903)
wilsonsergio2500 Feb 7, 2023
3fa652d
Fix broken links in the docs (#4914)
lexoyo Feb 10, 2023
244d7d6
Fix typing of trigger to include `args` (#4910)
Zaxcoding Feb 10, 2023
3cc8766
Remove ComponentLabelView hotfix for the tagName
artf Feb 10, 2023
f941757
TS Types: Extends the type of property that scripts/styles can takes …
estebgonza Feb 22, 2023
379bfc2
Convert Trait test into TS (#4899)
xQwexx Feb 22, 2023
401f97d
Clear deferred stuff on editor destroy. Fixes #4940
artf Feb 23, 2023
45f23ac
Remove unused stuff from Editor
artf Feb 23, 2023
9e8038a
Add new `noCustom` option to `Component.getName()`
artf Feb 27, 2023
c7b6069
Up jsdoc
artf Feb 27, 2023
91058e7
Add `rename` method to SelectorManager
artf Feb 28, 2023
ae105c3
Use rename in ClassTagView
artf Feb 28, 2023
b6ca7ed
Add duplicateSelected
artf Feb 28, 2023
b90661b
Update Components.md (#4952)
jacobisknight Mar 3, 2023
85ba58c
Merge branch 'dev' of https://github.com/artf/grapesjs into dev
artf Mar 3, 2023
0a77654
Fix typos
artf Mar 11, 2023
9068253
docs: Fix a few typos (#4957)
timgates42 Mar 11, 2023
502c79f
Merge branch 'dev' of https://github.com/artf/grapesjs into dev
artf Mar 11, 2023
35517d5
Fix broken links in the docs (#4963)
himansh-gjr Mar 11, 2023
54e070c
Merge branch 'dev' of https://github.com/artf/grapesjs into dev
artf Mar 11, 2023
eff8e20
Fix link in Assets doc
artf Mar 11, 2023
a2ca4b1
Fix slider in StyleManager. Closes #4965
artf Mar 11, 2023
48498a6
Fix checkbox trait values on undo/redo. Closes #4972
artf Mar 17, 2023
6184b6c
Add `fetchOptions` to AssetManager configs
artf Mar 23, 2023
4a56ef3
Fix sorter placeholder with grid elements. Closes #4991
artf Mar 23, 2023
95633b4
Module cleanup (#4985)
xQwexx Mar 26, 2023
085e655
improve typing (#5010)
Singwai Mar 26, 2023
9628fcf
Add options to ExportTemplate command
artf Mar 26, 2023
700a555
Merge branch 'dev' of https://github.com/artf/grapesjs into dev
artf Mar 26, 2023
802b3c9
Fix showOffsetsSelected. Closes #4998
artf Mar 27, 2023
050a635
fix: resolved bug with top/left being sticky when resizing from l/t side
PaulRill00 Mar 31, 2023
eb4e438
Prevent top/left update if not in standard drag mode
artf Mar 31, 2023
24dd628
Up Resizer dim values
artf Mar 31, 2023
f5a9c38
Up key for the partial update
artf Mar 31, 2023
f63d7be
Merge branch 'PaulRill00-fix-absolute-position-on-resize' into dev
artf Mar 31, 2023
f295c81
Build
artf Mar 31, 2023
859cf71
Up docs
artf Apr 1, 2023
f388019
Add TS
artf Apr 1, 2023
01ff951
Remove previous index.d.ts
artf Apr 3, 2023
976e791
Update README links
artf Apr 3, 2023
b089693
Add getValue/setValue to Trait
artf Apr 13, 2023
cb04b97
Improve TS for `Components.addType`. Closes #5053
artf Apr 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Before submitting an expense contact core contributors via the current active ch

## Questions

If you have any questions, create an [issue](https://github.com/artf/grapesjs/issues) (protip: do a quick search first to see if someone else didn't ask the same question before!).
If you have any questions, create an [issue](https://github.com/GrapesJS/grapesjs/issues) (protip: do a quick search first to see if someone else didn't ask the same question before!).



## Credits

Thank you to all the people who have already contributed to GrapesJS!
<a href="/artf/grapesjs/graphs/contributors"><img src="https://opencollective.com/grapesjs/contributors.svg?width=890" /></a>
<a href="/GrapesJS/grapesjs/graphs/contributors"><img src="https://opencollective.com/grapesjs/contributors.svg?width=890" /></a>


[Open Collective]: <https://opencollective.com/grapesjs>
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [GrapesJS](http://grapesjs.com)

[![Build Status](https://github.com/artf/grapesjs/actions/workflows/build.yml/badge.svg)](https://github.com/artf/grapesjs/actions)
[![Build Status](https://github.com/GrapesJS/grapesjs/actions/workflows/build.yml/badge.svg)](https://github.com/GrapesJS/grapesjs/actions)
[![Chat](https://img.shields.io/badge/chat-discord-7289da.svg)](https://discord.gg/QAbgGXq)
[![CDNJS](https://img.shields.io/cdnjs/v/grapesjs.svg)](https://cdnjs.com/libraries/grapesjs)
[![npm](https://img.shields.io/npm/v/grapesjs.svg)](https://www.npmjs.com/package/grapesjs)
Expand Down Expand Up @@ -36,8 +36,8 @@ Newsletter Demo - http://grapesjs.com/demo-newsletter-editor.html<br/>
* [Testing](#testing)
* [Plugins](#plugins)
* [Support](#support)
* [Changelog](https://github.com/artf/grapesjs/releases)
* [Contributing](https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.md)
* [Changelog](https://github.com/GrapesJS/grapesjs/releases)
* [Contributing](https://github.com/GrapesJS/grapesjs/blob/master/CONTRIBUTING.md)
* [License](#license)


Expand Down Expand Up @@ -73,7 +73,7 @@ Newsletter Demo - http://grapesjs.com/demo-newsletter-editor.html<br/>
* NPM
* `npm i grapesjs`
* GIT
* `git clone https://github.com/artf/grapesjs.git`
* `git clone https://github.com/GrapesJS/grapesjs.git`

For the development purpose you should follow instructions below.

Expand Down Expand Up @@ -106,7 +106,7 @@ For a more practical example I'd suggest looking up the code inside this demo: h
Clone the repository and install all the necessary dependencies (`yarn` is highly recommended)

```sh
$ git clone https://github.com/artf/grapesjs.git
$ git clone https://github.com/GrapesJS/grapesjs.git
$ cd grapesjs
$ yarn
```
Expand Down Expand Up @@ -152,36 +152,36 @@ $ yarn test
## Plugins

### Extensions
* [grapesjs-plugin-export](https://github.com/artf/grapesjs-plugin-export) - Export GrapesJS templates in a zip archive
* [grapesjs-plugin-filestack](https://github.com/artf/grapesjs-plugin-filestack) - Add Filestack uploader in Asset Manager
* [grapesjs-plugin-ckeditor](https://github.com/artf/grapesjs-plugin-ckeditor) - Replaces the built-in RTE with CKEditor
* [grapesjs-aviary](https://github.com/artf/grapesjs-aviary) - Add the Aviary Image Editor (dismissed, use the plugin below instead)
* [grapesjs-tui-image-editor](https://github.com/artf/grapesjs-tui-image-editor) - GrapesJS TOAST UI Image Editor
* [grapesjs-blocks-basic](https://github.com/artf/grapesjs-blocks-basic) - Basic set of blocks
* [grapesjs-plugin-forms](https://github.com/artf/grapesjs-plugin-forms) - Set of form components and blocks
* [grapesjs-navbar](https://github.com/artf/grapesjs-navbar) - Simple navbar component
* [grapesjs-component-countdown](https://github.com/artf/grapesjs-component-countdown) - Simple countdown component
* [grapesjs-style-gradient](https://github.com/artf/grapesjs-style-gradient) - Add `gradient` type input to the Style Manager
* [grapesjs-style-filter](https://github.com/artf/grapesjs-style-filter) - Add `filter` type input to the Style Manager
* [grapesjs-style-bg](https://github.com/artf/grapesjs-style-bg) - Full-stack background style property type, with the possibility to add images, colors, and gradients
* [grapesjs-blocks-flexbox](https://github.com/artf/grapesjs-blocks-flexbox) - Add the flexbox block
* [grapesjs-lory-slider](https://github.com/artf/grapesjs-lory-slider) - Slider component by using [lory](https://github.com/meandmax/lory)
* [grapesjs-tabs](https://github.com/artf/grapesjs-tabs) - Simple tabs component
* [grapesjs-tooltip](https://github.com/artf/grapesjs-tooltip) - Simple, CSS only, tooltip component for GrapesJS
* [grapesjs-custom-code](https://github.com/artf/grapesjs-custom-code) - Embed custom code
* [grapesjs-touch](https://github.com/artf/grapesjs-touch) - Enable touch support
* [grapesjs-indexeddb](https://github.com/artf/grapesjs-indexeddb) - Storage wrapper for IndexedDB
* [grapesjs-firestore](https://github.com/artf/grapesjs-firestore) - Storage wrapper for [Cloud Firestore](https://firebase.google.com/docs/firestore)
* [grapesjs-parser-postcss](https://github.com/artf/grapesjs-parser-postcss) - Custom CSS parser for GrapesJS by using [PostCSS](https://github.com/postcss/postcss)
* [grapesjs-typed](https://github.com/artf/grapesjs-typed) - Typed component made by wrapping Typed.js library
* [grapesjs-plugin-export](https://github.com/GrapesJS/export) - Export GrapesJS templates in a zip archive
* [grapesjs-plugin-filestack](https://github.com/GrapesJS/filestack) - Add Filestack uploader in Asset Manager
* [grapesjs-plugin-ckeditor](https://github.com/GrapesJS/ckeditor) - Replaces the built-in RTE with CKEditor
* [grapesjs-aviary](https://github.com/GrapesJS/aviary) - Add the Aviary Image Editor (dismissed, use the plugin below instead)
* [grapesjs-tui-image-editor](https://github.com/GrapesJS/tui-image-editor) - GrapesJS TOAST UI Image Editor
* [grapesjs-blocks-basic](https://github.com/GrapesJS/blocks-basic) - Basic set of blocks
* [grapesjs-plugin-forms](https://github.com/GrapesJS/components-forms) - Set of form components and blocks
* [grapesjs-navbar](https://github.com/GrapesJS/components-navbar) - Simple navbar component
* [grapesjs-component-countdown](https://github.com/GrapesJS/components-countdown) - Simple countdown component
* [grapesjs-style-gradient](https://github.com/GrapesJS/style-gradient) - Add `gradient` type input to the Style Manager
* [grapesjs-style-filter](https://github.com/GrapesJS/style-filter) - Add `filter` type input to the Style Manager
* [grapesjs-style-bg](https://github.com/GrapesJS/style-bg) - Full-stack background style property type, with the possibility to add images, colors, and gradients
* [grapesjs-blocks-flexbox](https://github.com/GrapesJS/blocks-flexbox) - Add the flexbox block
* [grapesjs-lory-slider](https://github.com/GrapesJS/components-lory) - Slider component by using [lory](https://github.com/meandmax/lory)
* [grapesjs-tabs](https://github.com/GrapesJS/components-tabs) - Simple tabs component
* [grapesjs-tooltip](https://github.com/GrapesJS/components-tooltip) - Simple, CSS only, tooltip component for GrapesJS
* [grapesjs-custom-code](https://github.com/GrapesJS/components-custom-code) - Embed custom code
* [grapesjs-touch](https://github.com/GrapesJS/touch) - Enable touch support
* [grapesjs-indexeddb](https://github.com/GrapesJS/storage-indexeddb) - Storage wrapper for IndexedDB
* [grapesjs-firestore](https://github.com/GrapesJS/storage-firestore) - Storage wrapper for [Cloud Firestore](https://firebase.google.com/docs/firestore)
* [grapesjs-parser-postcss](https://github.com/GrapesJS/parser-postcss) - Custom CSS parser for GrapesJS by using [PostCSS](https://github.com/postcss/postcss)
* [grapesjs-typed](https://github.com/GrapesJS/components-typed) - Typed component made by wrapping Typed.js library
* [grapesjs-ui-suggest-classes](https://github.com/silexlabs/grapesjs-ui-suggest-classes) - Enable auto-complete of classes in the SelectorManager UI
* [grapesjs-fonts](https://github.com/silexlabs/grapesjs-fonts) - Custom Fonts plugin, adds a UI to manage fonts in websites
* [grapesjs-symbols](https://github.com/silexlabs/grapesjs-symbols) - Symbols plugin to reuse elements in a website and accross pages

### Presets
* [grapesjs-preset-webpage](https://github.com/artf/grapesjs-preset-webpage) - Webpage Builder
* [grapesjs-preset-newsletter](https://github.com/artf/grapesjs-preset-newsletter) - Newsletter Builder
* [grapesjs-mjml](https://github.com/artf/grapesjs-mjml) - Newsletter Builder with MJML components
* [grapesjs-preset-webpage](https://github.com/GrapesJS/preset-webpage) - Webpage Builder
* [grapesjs-preset-newsletter](https://github.com/GrapesJS/preset-newsletter) - Newsletter Builder
* [grapesjs-mjml](https://github.com/GrapesJS/mjml) - Newsletter Builder with MJML components


Find out more about plugins here: [Creating plugins](https://grapesjs.com/docs/modules/Plugins.html)
Expand Down
4 changes: 2 additions & 2 deletions dist/grapes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/grapes.min.js.map

Large diffs are not rendered by default.

Loading