panda-editor 0.2.0 → 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,13 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panda-editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
- - Panda CMS Team
7
+ - Otaina Limited
8
+ - James Inman
9
+ autorequire:
8
10
  bindir: exe
9
11
  cert_chain: []
10
- date: 2025-08-12 00:00:00.000000000 Z
12
+ date: 2025-10-30 00:00:00.000000000 Z
11
13
  dependencies:
12
14
  - !ruby/object:Gem::Dependency
13
15
  name: rails
@@ -37,6 +39,20 @@ dependencies:
37
39
  - - "~>"
38
40
  - !ruby/object:Gem::Version
39
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'
40
56
  - !ruby/object:Gem::Dependency
41
57
  name: rspec-rails
42
58
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +98,7 @@ dependencies:
82
98
  description: A modular, extensible rich text editor using EditorJS for Rails applications.
83
99
  Extracted from Panda CMS.
84
100
  email:
85
- - hello@pandacms.io
101
+ - james@otaina.co.uk
86
102
  executables: []
87
103
  extensions: []
88
104
  extra_rdoc_files: []
@@ -99,8 +115,11 @@ files:
99
115
  - app/javascript/panda/editor/plain_text_editor.js
100
116
  - app/javascript/panda/editor/resource_loader.js
101
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
102
120
  - app/services/panda/editor/html_to_editor_js_converter.rb
103
121
  - config/importmap.rb
122
+ - docs/FOOTNOTES.md
104
123
  - lib/panda/editor.rb
105
124
  - lib/panda/editor/asset_loader.rb
106
125
  - lib/panda/editor/blocks/alert.rb
@@ -113,11 +132,13 @@ files:
113
132
  - lib/panda/editor/blocks/table.rb
114
133
  - lib/panda/editor/content.rb
115
134
  - lib/panda/editor/engine.rb
135
+ - lib/panda/editor/footnote_registry.rb
116
136
  - lib/panda/editor/renderer.rb
117
137
  - lib/panda/editor/version.rb
118
138
  - lib/tasks/assets.rake
119
139
  - log/test.log
120
140
  - panda-editor.gemspec
141
+ - test_footnotes_standalone.html
121
142
  homepage: https://github.com/tastybamboo/panda-editor
122
143
  licenses:
123
144
  - BSD-3-Clause
@@ -126,6 +147,7 @@ metadata:
126
147
  homepage_uri: https://github.com/tastybamboo/panda-editor
127
148
  source_code_uri: https://github.com/tastybamboo/panda-editor
128
149
  changelog_uri: https://github.com/tastybamboo/panda-editor/blob/main/CHANGELOG.md
150
+ post_install_message:
129
151
  rdoc_options: []
130
152
  require_paths:
131
153
  - lib
@@ -140,7 +162,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
162
  - !ruby/object:Gem::Version
141
163
  version: '0'
142
164
  requirements: []
143
- rubygems_version: 3.6.2
165
+ rubygems_version: 3.5.22
166
+ signing_key:
144
167
  specification_version: 4
145
168
  summary: EditorJS integration for Rails applications
146
169
  test_files: []