Commit graph

739 commits

Author SHA1 Message Date
robonetphy
856475f9e2 lint removed 2023-03-13 18:28:53 +05:30
robonetphy
10375f9e8e changes added 2023-03-13 17:39:44 +05:30
Umang G. Patel
2f43494e9c updated the logic 2023-02-28 10:02:43 +05:30
Umang G. Patel
0a4d53b2e6 comments added 2023-02-22 04:15:25 +05:30
Umang G. Patel
b560b26a31
Merge branch 'next' into feat/dragndrop 2023-02-22 03:43:29 +05:30
Umang G. Patel
23b7fd6e16 add the isDragStart getter 2023-02-22 03:35:20 +05:30
Umang G. Patel
fa33f1175f update the Inline tool close 2023-02-21 10:32:27 +05:30
Alireza Kamali
7bd5c53ab2
fix(types): compiler error from importing type BlockToolData (#2264)
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2023-02-21 00:18:50 +02:00
github-actions[bot]
58d6869285
Bump version (#2197) v2.27.0-rc.1
Co-authored-by: github-actions <action@github.com>
2023-02-20 22:00:25 +02:00
Umang G. Patel
2167b91d16 Caret added with drag and drop 2023-02-20 22:54:59 +05:30
Umang G. Patel
aa3dcd2439 drop logic updated 2023-02-20 09:49:14 +05:30
Peter Savchenko
dfb07ec4e4
fix(tests): fire mutation event on tune activation (#2281)
* fix(onchange): fire mutation event if there are other changes along with mutation-free nodes

* update header dependency

* use node 16 for windows

* fix onChange firing by manual dispatchChange() call

* eslint

* use node 16 for ci tests

* Update CHANGELOG.md
2023-02-20 00:59:10 +02:00
Umang G. Patel
23682640eb unused code removed 2023-02-20 01:10:14 +05:30
Umang G. Patel
b7add56b24 dragImage creation and removal functionality added 2023-02-20 01:08:43 +05:30
Umang G. Patel
722eb8ee7d unsed logic removed 2023-02-20 00:38:12 +05:30
Peter Savchenko
34d4b028c4
chore: update submodules 2023-02-17 02:28:11 +02:00
robonetphy
445eaf3255 cleardropTargets function added 2023-02-16 18:19:22 +05:30
Tatiana Fomina
d4edbe162b
Update a readme (#2267)
* Update a readme

* Update changelog link

* Update browsers table

* Update logo

* Fix image path

* Remove credits and references

* Upd

* Add features section

* added the about section

* update the installation guide

* Update community section

* Upd

* Upd

* Upd

* Fix linebreaks

* Fix

* Upd roadmap image indentation

* Add link to landing

* Upd

* Upd

* Fix

---------

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2023-02-15 22:51:43 +03:00
robonetphy
96deca87bc comments added 2023-02-16 00:04:45 +05:30
robonetphy
4c5a199661 update the enum for drop zone position 2023-02-15 23:48:45 +05:30
robonetphy
f1cb71537e comments added 2023-02-15 23:44:11 +05:30
robonetphy
7d362cc57f dragenter callback addedd 2023-02-15 23:38:29 +05:30
robonetphy
a5c4c119f7 remove unused events 2023-02-15 23:37:46 +05:30
robonetphy
3bbc9c2f9b remove unsed events 2023-02-15 23:36:16 +05:30
robonetphy
f14394dbf7 updates the events 2023-02-15 23:27:46 +05:30
robonetphy
92fe4588ab drop target added 2023-02-13 15:53:57 +05:30
robonetphy
49fe61cf89 event before clear section added 2023-02-13 15:50:39 +05:30
robonetphy
d29dfbd4cf remove repetitive code 2023-02-13 13:32:04 +05:30
robonetphy
6c770ba0cc remove unused binding 2023-02-13 13:25:26 +05:30
robonetphy
a47584b392 comments added 2023-02-13 13:24:14 +05:30
robonetphy
9b6b517b81 remove the repetitive code 2023-02-13 13:23:11 +05:30
robonetphy
2fefd72e1e add the comments from the mutable listeners 2023-02-13 13:20:02 +05:30
robonetphy
b5181f25dd unused class removed from the PR 2023-02-13 13:15:20 +05:30
robonetphy
508f7dd05e content highlighting added in block settinga 2023-02-13 13:06:48 +05:30
Tatiana Fomina
07b1ce2aca
Chore/popover refactoring (#2249) v2.27.0-rc.0
* Add new popover class

* Add flipper

* confirmation

* confirmation

* Add confirmation support

* Add search

* Add toggle group support and update popover tests

* Add custom content support

* Fix scroll issue

* Add mobile version

* Integration

* Fix animation

* Cleanup

* Fix popover position for narrow mode

* Fix tests

* Update version and changelog

* Rename css classes

* Move files

* Stop using PopoverItem from outside of popover context

* Fix jsdoc

* Move error animation to popover item

* Update css variables

* Update docs/CHANGELOG.md

Co-authored-by: Ilya Maroz <37909603+ilyamore88@users.noreply.github.com>

* Update src/components/block-tunes/block-tune-move-down.ts

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>

* Update src/components/block-tunes/block-tune-move-up.ts

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>

* Fixes

* Fix imports

* Fix toolbox close event

* Move search-input file

* Fix comment

* Rename method

* Cleanup

* Remove onFlip callback from popover item

* Rename

* Fix removing event listener

* Move popover animations to popover.css file

* Cleanup styles

* Fix jsdoc

* Fix confirmation chains

* Close toolbox oly when it's open

* Change activation error animation

* Update version and changelog

* Fix overlay

* Update icon border-radius on mobile

* Disable item text select

* Update changelog

* Update yarn.lock

* Add rc postfix to version

---------

Co-authored-by: Ilya Maroz <37909603+ilyamore88@users.noreply.github.com>
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2023-02-10 21:29:58 +03:00
Tatiana Fomina
551e3f10b9
Update README.md (#2258) 2023-02-01 00:09:08 +02:00
Umang G. Patel
8835210e28 Merge branch 'next' into feat/dragndrop 2023-01-31 23:10:39 +05:30
Denys Vuika
d6cad60af3
Remove incorrect import for typings (#2252) v2.26.5
* Remove incorrect import for typings

Removes incorrect `'cypress/types/bluebird'` import; fixes #2251

* Update changelog and version

* Update CHANGELOG.md

---------

Co-authored-by: Tanya Fomina <fomina.tatianaaa@yandex.ru>
2023-01-31 20:32:43 +03:00
Nick
24baf08c89
fix(issue templates) Made changes in issue templates (#2257)
* fix(issue templates) Made changes in issue templates

* Deleted issue--discussion
* Deleted feature_request
* Deleted link to the contributors chat in tg
* Changed bug_report title
* Renamed discussion to general_issue

* fix(issue templates) Made changes in issue templates

* Changed description for General Issue template
* Added link to the disscussions tab

* Revert "fix(issue templates) Made changes in issue templates"

This reverts commit 377d8a7da7.

* fix(issue templates) Made changes in issue templates

* Added link to discussions
* Changed "general issue" template description
2023-01-30 22:16:53 +03:00
Nick
b4e2429476
fix(issue templates) Made changes in issue templates (#2254)
* Deleted issue--discussion
* Deleted feature_request
* Deleted link to the contributors chat in tg
* Changed bug_report title
* Renamed discussion to general_issue
2023-01-26 00:37:20 +03:00
Tatiana Fomina
870e265af0
fix(tunes): Make label an alias for title in tunes menu item (#2198) v2.26.4
* Make label an alias for title in tunes item

* Cleanup

* Update version and changelog

* Update changelog

* Move resolveAlias to utils

* Add fallback for popover item title

* Lint

* Lint

* Add fallback icon and title to popover

* Update version

* Lint

* Fix changelog

* Fallback to empty string

This reverts commit ae9d643557.

* Fix changelog again

* Cleanup

* Add deprecated
2022-12-14 23:46:36 +03:00
Umang G. Patel
c97f0842f5
fix(paste): handle pasteConfig with tag names specified in upper case (#2217) v2.26.3
* toLower case added

* regression test case added

* change log update

* version updated

* Apply suggestions from code review

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>

* Update docs/CHANGELOG.md

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-12-14 14:25:02 +05:30
Tatiana Fomina
b9a0665672
fix(tunes): make installed tunes render above default tunes (#2204) v2.26.2
* Fix tunes order

* Update version and changelog

* Fix tests
2022-12-06 16:32:57 +03:00
Peter Savchenko
c18134daeb
update all submodules (#2196) 2022-12-02 23:36:14 +04:00
Tatiana Fomina
913ad0c8dc
feat: Add toggle group support (#2195) v2.26.1
* Add toggle group support

* Update version and changelog

* Fix

* Simplify

* Update test/cypress/tests/utils/popover.spec.ts

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-12-01 20:58:58 +03:00
github-actions[bot]
320a30afcc
bump: 2.26.0 is ready (#2189) v2.26.0
* Bump version

* Update package.json

Co-authored-by: github-actions <action@github.com>
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
2022-11-29 22:03:33 +04:00
Peter Savchenko
509023e307
chore(submodule): paragraph submodule updated with the new icons (#2191)
* do not show tooltip on mobile

* paragraph submodule updated with the new icon
2022-11-29 15:01:02 +04:00
Peter Savchenko
d56c07c3dc
chore(icons): icons size increased for mobile devices (#2190)
* popover icons size increased on mobile devices

* update icon size on mobile

* some mobile styles improvements

* inline tools click on mobile devices improved
2022-11-29 12:02:23 +04:00
Peter Savchenko
1a72d2153b
fix(toolbox): shortcuts appearance fixed, icons became optional (#2188)
* fix(toolbox): shortcuts appearing fixed, icons became optional

* rm only from test

* Update tools.spec.ts

* rm useless tests

* Update CHANGELOG.md
2022-11-29 01:57:48 +04:00
github-actions[bot]
04118b2d6e
bump: 2.26.0-rc.7 v2.26.0-rc.7
Co-authored-by: github-actions <action@github.com>
2022-11-28 20:28:41 +04:00