panda-editor 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panda-editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
- - Panda CMS Team
7
+ - Otaina Limited
8
+ - James Inman
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2025-08-13 00:00:00.000000000 Z
12
+ date: 2025-10-30 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rails
@@ -38,6 +39,20 @@ dependencies:
38
39
  - - "~>"
39
40
  - !ruby/object:Gem::Version
40
41
  version: '6.0'
42
+ - !ruby/object:Gem::Dependency
43
+ name: dry-configurable
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - "~>"
47
+ - !ruby/object:Gem::Version
48
+ version: '1.0'
49
+ type: :runtime
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - "~>"
54
+ - !ruby/object:Gem::Version
55
+ version: '1.0'
41
56
  - !ruby/object:Gem::Dependency
42
57
  name: rspec-rails
43
58
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +98,7 @@ dependencies:
83
98
  description: A modular, extensible rich text editor using EditorJS for Rails applications.
84
99
  Extracted from Panda CMS.
85
100
  email:
86
- - hello@pandacms.io
101
+ - james@otaina.co.uk
87
102
  executables: []
88
103
  extensions: []
89
104
  extra_rdoc_files: []
@@ -100,8 +115,11 @@ files:
100
115
  - app/javascript/panda/editor/plain_text_editor.js
101
116
  - app/javascript/panda/editor/resource_loader.js
102
117
  - app/javascript/panda/editor/rich_text_editor.js
118
+ - app/javascript/panda/editor/tools/footnote_tool.js
119
+ - app/javascript/panda/editor/tools/paragraph_with_footnotes.js
103
120
  - app/services/panda/editor/html_to_editor_js_converter.rb
104
121
  - config/importmap.rb
122
+ - docs/FOOTNOTES.md
105
123
  - lib/panda/editor.rb
106
124
  - lib/panda/editor/asset_loader.rb
107
125
  - lib/panda/editor/blocks/alert.rb
@@ -114,11 +132,13 @@ files:
114
132
  - lib/panda/editor/blocks/table.rb
115
133
  - lib/panda/editor/content.rb
116
134
  - lib/panda/editor/engine.rb
135
+ - lib/panda/editor/footnote_registry.rb
117
136
  - lib/panda/editor/renderer.rb
118
137
  - lib/panda/editor/version.rb
119
138
  - lib/tasks/assets.rake
120
139
  - log/test.log
121
140
  - panda-editor.gemspec
141
+ - test_footnotes_standalone.html
122
142
  homepage: https://github.com/tastybamboo/panda-editor
123
143
  licenses:
124
144
  - BSD-3-Clause