Граф коммитов

46 Коммитов

Автор SHA1 Сообщение Дата
Mattia Roccoberton
36060c6be6 Update README 2021-03-14 14:35:51 +01:00
Mattia Roccoberton
809732d4ff Update dependencies to test on Rails 6.1 2021-03-14 12:44:55 +01:00
Mattia Roccoberton
b1363e3c69 Update NPM package files list 2020-10-06 22:37:25 +02:00
Mattia Roccoberton
287c15676c Set word-break: break-all to prevent editor overflow 2020-10-06 22:30:16 +02:00
Mattia Roccoberton
f417013326 Create brakeman-analysis.yml 2020-10-01 22:22:41 +02:00
Mattia Roccoberton
6bcc32d4b1 Merge pull request #15 from blocknotes/feature/webpacker-support
Webpacker support
2020-10-01 07:56:57 +02:00
Mattia Roccoberton
5e85785ef2 Webpacker support 2020-10-01 07:56:03 +02:00
Mattia Roccoberton
1f26dc6da7 v0.2.14 2020-09-10 07:40:35 +02:00
Mattia Roccoberton
c9e32504d9 Minor specs improvement 2020-09-09 12:58:14 +02:00
Mattia Roccoberton
865c8d3781 JS strict directive 2020-09-09 07:48:45 +02:00
Mattia Roccoberton
3929e61901 v0.2.12 2020-09-08 18:35:23 +02:00
Mattia Roccoberton
20d715f287 JS refactoring 2020-09-08 18:26:24 +02:00
Mattia Roccoberton
1f697fc9fb v0.2.10 2020-09-05 16:08:46 +02:00
Mattia Roccoberton
239340fbda Add a new example: upload plugin using Active Storage 2020-09-05 16:07:19 +02:00
Mattia Roccoberton
27d036d8a6 Editor default options refactoring + include imageUploader plugin
In order to use imageUploader plugin:
- js/css files must included in the app;
- an upload method must be provided in Active Admin entity;
- the image_uploader server_url field option needs to be set.
2020-09-04 10:53:29 +02:00
Mattia Roccoberton
32672911f4 README improvements 2020-09-04 09:14:18 +02:00
Mattia Roccoberton
1e0ef10307 v0.2.9 2020-09-04 08:49:20 +02:00
Mattia Roccoberton
7e91f948ab Merge pull request #14 from blocknotes/fix/text-alignment
Reduce the importance of the reset rules
2020-09-03 13:02:47 +02:00
Mattia Roccoberton
b609cebe0d Reduce the importance of the reset rules
This allows to let Quill features to override the reset styles.

Closes #8
2020-09-03 13:00:42 +02:00
m.pestov
e3ae42aadc Don't send paragraph tag if editor blank 2020-09-03 12:45:42 +02:00
Mattia Roccoberton
7e6eeffa9c v0.2.8 2020-09-03 11:53:48 +02:00
Mattia Roccoberton
d5cac772c8 Add specs for editor in nested resources 2020-09-03 11:50:23 +02:00
Mattia Roccoberton
be111eb8c2 Add Rubocop 2020-09-03 11:26:54 +02:00
Mattia Roccoberton
50a9269b07 Remove SimpleCov 2020-09-03 11:24:55 +02:00
Mattia Roccoberton
cdb65157e9 Update screenshot 2020-09-03 11:20:35 +02:00
Mattia Roccoberton
880cf8db2f Minor style improvements 2020-09-03 11:20:12 +02:00
Mattia Roccoberton
e2d4c643e0 README improvements 2020-09-01 11:48:47 +02:00
Mattia Roccoberton
92c21a88a8 Merge pull request #13 from blocknotes/circleci-project-setup
Add CircleCI setup
2020-09-01 11:45:00 +02:00
Mattia Roccoberton
4570fc14a7 Add .circleci/config.yml 2020-09-01 11:40:23 +02:00
Mattia Roccoberton
0fa164124f v0.2.4 2020-09-01 11:31:12 +02:00
Mattia Roccoberton
703de6dc5a Add minimum specs 2020-09-01 11:17:38 +02:00
Mattia Roccoberton
b89fc0f939 Add specs configuration 2020-09-01 11:16:56 +02:00
Mattia Roccoberton
80b5b3d3f3 Update Quill editor to version 1.3.7 2020-09-01 11:05:48 +02:00
Mattia Roccoberton
9eb6280e53 🎉 Support ActiveAdmin 2.x and code style improvements
- Add support ActiveAdmin for 2.x
- Add rubocop config
- Add frozen_string_literal to ruby files
- Apply changes to respect rubocop alerts
2019-06-15 19:55:45 +02:00
Mattia Roccoberton
ee7749c075 Merge pull request #6 from seanfcarroll/patch-1
Correct Quill options list link
2018-11-24 17:37:57 +01:00
Sean
dfc7de9f51 Correct Quill options list link 2018-11-16 13:39:41 +01:00
mat@blocknot.es
113332aaaf v0.1.4: PR4 + Quill Editor 1.3.6 2018-11-03 18:44:54 +01:00
Mattia Roccoberton
93d454fd18 Merge pull request #4 from mylescc/master
Thank you @mylescc
2018-11-03 17:07:30 +01:00
Myles Cowper-Coles
f2b71ed70e Making sure quill editor updates with has_many
What:

* adding an event listerner so when people add a 'has_many' relationship
the quill editor is initialized correctly on any fields;

Why:

* If you have a nested has_many attributes in active admin, the form
is not created until you click the 'Add New ObjectName' button. This
triggers a jQuery event called 'has_many_add:after' which you can use to
trigger the re init of the quill editor.
* 9a33a081c9/app/assets/javascripts/active_admin/lib/has_many.es6 (L52)
2018-09-25 14:57:33 +01:00
Mattia Roccoberton
6dfe7e6a35 Fix data-options lookup when multiple editors exist. 2018-04-02 09:12:39 +02:00
Mattia Roccoberton
b163bdd437 Merge pull request #2 from bcipriano/fix-multi-data-options
Fix data-options lookup when multiple editors exist.
2018-04-02 09:09:28 +02:00
Brian Cipriano
940ba2e9ca Fix data-options lookup when multiple editors exist. 2018-03-11 03:04:53 -07:00
Mattia Roccoberton
f3f2e500a1 Fix CSS import error v0.1.1 2017-10-23 18:52:27 +02:00
Mattia Roccoberton
a6acef4fbf Merge pull request #1 from louim/patch-1
Remove file extension from imported css
2017-10-23 18:50:44 +02:00
Louis-Michel Couture
4637707209 Remove file extension from imported css 2017-10-23 10:26:48 -04:00
Mattia Roccoberton
e11c759919 Version 0.1.0 🎉 2017-10-15 22:54:41 +02:00