Skip to content

Commit 3454f44

Browse files
Release v1.0.0
1 parent 61e7af9 commit 3454f44

5 files changed

Lines changed: 82 additions & 71 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).
88
### Breaking Changes
99
-
1010

11+
### Added
12+
-
13+
14+
### Fixed
15+
-
16+
17+
## v1.0.0 - 2021-06-15
18+
19+
### Breaking Changes
20+
-
21+
1122
### Added
1223
- Reusable Blocks
1324
- Block Inserter Library
@@ -20,7 +31,7 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).
2031
- Keyboard shortcuts
2132

2233
### Fixed
23-
-
34+
- Added margin-bottom to sidebar to account for footer
2435

2536
## v0.1.3 - 2021-03-16
2637

Gemfile.lock

Lines changed: 65 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,121 @@
11
PATH
22
remote: .
33
specs:
4-
block_editor (0.1.3)
4+
block_editor (1.0.0)
55
rails (~> 6.0)
66
webpacker (~> 5.1)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (6.1.3)
12-
actionpack (= 6.1.3)
13-
activesupport (= 6.1.3)
11+
actioncable (6.1.3.2)
12+
actionpack (= 6.1.3.2)
13+
activesupport (= 6.1.3.2)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
16-
actionmailbox (6.1.3)
17-
actionpack (= 6.1.3)
18-
activejob (= 6.1.3)
19-
activerecord (= 6.1.3)
20-
activestorage (= 6.1.3)
21-
activesupport (= 6.1.3)
16+
actionmailbox (6.1.3.2)
17+
actionpack (= 6.1.3.2)
18+
activejob (= 6.1.3.2)
19+
activerecord (= 6.1.3.2)
20+
activestorage (= 6.1.3.2)
21+
activesupport (= 6.1.3.2)
2222
mail (>= 2.7.1)
23-
actionmailer (6.1.3)
24-
actionpack (= 6.1.3)
25-
actionview (= 6.1.3)
26-
activejob (= 6.1.3)
27-
activesupport (= 6.1.3)
23+
actionmailer (6.1.3.2)
24+
actionpack (= 6.1.3.2)
25+
actionview (= 6.1.3.2)
26+
activejob (= 6.1.3.2)
27+
activesupport (= 6.1.3.2)
2828
mail (~> 2.5, >= 2.5.4)
2929
rails-dom-testing (~> 2.0)
30-
actionpack (6.1.3)
31-
actionview (= 6.1.3)
32-
activesupport (= 6.1.3)
30+
actionpack (6.1.3.2)
31+
actionview (= 6.1.3.2)
32+
activesupport (= 6.1.3.2)
3333
rack (~> 2.0, >= 2.0.9)
3434
rack-test (>= 0.6.3)
3535
rails-dom-testing (~> 2.0)
3636
rails-html-sanitizer (~> 1.0, >= 1.2.0)
37-
actiontext (6.1.3)
38-
actionpack (= 6.1.3)
39-
activerecord (= 6.1.3)
40-
activestorage (= 6.1.3)
41-
activesupport (= 6.1.3)
37+
actiontext (6.1.3.2)
38+
actionpack (= 6.1.3.2)
39+
activerecord (= 6.1.3.2)
40+
activestorage (= 6.1.3.2)
41+
activesupport (= 6.1.3.2)
4242
nokogiri (>= 1.8.5)
43-
actionview (6.1.3)
44-
activesupport (= 6.1.3)
43+
actionview (6.1.3.2)
44+
activesupport (= 6.1.3.2)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (6.1.3)
50-
activesupport (= 6.1.3)
49+
activejob (6.1.3.2)
50+
activesupport (= 6.1.3.2)
5151
globalid (>= 0.3.6)
52-
activemodel (6.1.3)
53-
activesupport (= 6.1.3)
54-
activerecord (6.1.3)
55-
activemodel (= 6.1.3)
56-
activesupport (= 6.1.3)
57-
activestorage (6.1.3)
58-
actionpack (= 6.1.3)
59-
activejob (= 6.1.3)
60-
activerecord (= 6.1.3)
61-
activesupport (= 6.1.3)
62-
marcel (~> 0.3.1)
63-
mimemagic (~> 0.3.2)
64-
activesupport (6.1.3)
52+
activemodel (6.1.3.2)
53+
activesupport (= 6.1.3.2)
54+
activerecord (6.1.3.2)
55+
activemodel (= 6.1.3.2)
56+
activesupport (= 6.1.3.2)
57+
activestorage (6.1.3.2)
58+
actionpack (= 6.1.3.2)
59+
activejob (= 6.1.3.2)
60+
activerecord (= 6.1.3.2)
61+
activesupport (= 6.1.3.2)
62+
marcel (~> 1.0.0)
63+
mini_mime (~> 1.0.2)
64+
activesupport (6.1.3.2)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
6969
zeitwerk (~> 2.3)
7070
builder (3.2.4)
71-
concurrent-ruby (1.1.8)
71+
concurrent-ruby (1.1.9)
7272
crass (1.0.6)
7373
erubi (1.10.0)
7474
globalid (0.4.2)
7575
activesupport (>= 4.2.0)
76-
i18n (1.8.9)
76+
i18n (1.8.10)
7777
concurrent-ruby (~> 1.0)
78-
loofah (2.9.0)
78+
loofah (2.10.0)
7979
crass (~> 1.0.2)
8080
nokogiri (>= 1.5.9)
8181
mail (2.7.1)
8282
mini_mime (>= 0.1.1)
83-
marcel (0.3.3)
84-
mimemagic (~> 0.3.2)
83+
marcel (1.0.1)
8584
method_source (1.0.0)
86-
mimemagic (0.3.5)
87-
mini_mime (1.0.2)
85+
mini_mime (1.0.3)
8886
minitest (5.14.4)
8987
nio4r (2.5.7)
90-
nokogiri (1.11.2-x86_64-darwin)
88+
nokogiri (1.11.7-x86_64-darwin)
9189
racc (~> 1.4)
9290
racc (1.5.2)
9391
rack (2.2.3)
94-
rack-proxy (0.6.5)
92+
rack-proxy (0.7.0)
9593
rack
9694
rack-test (1.1.0)
9795
rack (>= 1.0, < 3)
98-
rails (6.1.3)
99-
actioncable (= 6.1.3)
100-
actionmailbox (= 6.1.3)
101-
actionmailer (= 6.1.3)
102-
actionpack (= 6.1.3)
103-
actiontext (= 6.1.3)
104-
actionview (= 6.1.3)
105-
activejob (= 6.1.3)
106-
activemodel (= 6.1.3)
107-
activerecord (= 6.1.3)
108-
activestorage (= 6.1.3)
109-
activesupport (= 6.1.3)
96+
rails (6.1.3.2)
97+
actioncable (= 6.1.3.2)
98+
actionmailbox (= 6.1.3.2)
99+
actionmailer (= 6.1.3.2)
100+
actionpack (= 6.1.3.2)
101+
actiontext (= 6.1.3.2)
102+
actionview (= 6.1.3.2)
103+
activejob (= 6.1.3.2)
104+
activemodel (= 6.1.3.2)
105+
activerecord (= 6.1.3.2)
106+
activestorage (= 6.1.3.2)
107+
activesupport (= 6.1.3.2)
110108
bundler (>= 1.15.0)
111-
railties (= 6.1.3)
109+
railties (= 6.1.3.2)
112110
sprockets-rails (>= 2.0.0)
113111
rails-dom-testing (2.0.3)
114112
activesupport (>= 4.2.0)
115113
nokogiri (>= 1.6)
116114
rails-html-sanitizer (1.3.0)
117115
loofah (~> 2.3)
118-
railties (6.1.3)
119-
actionpack (= 6.1.3)
120-
activesupport (= 6.1.3)
116+
railties (6.1.3.2)
117+
actionpack (= 6.1.3.2)
118+
activesupport (= 6.1.3.2)
121119
method_source
122120
rake (>= 0.8.7)
123121
thor (~> 1.0)
@@ -134,12 +132,12 @@ GEM
134132
thor (1.1.0)
135133
tzinfo (2.0.4)
136134
concurrent-ruby (~> 1.0)
137-
webpacker (5.2.1)
135+
webpacker (5.4.0)
138136
activesupport (>= 5.2)
139137
rack-proxy (>= 0.6.1)
140138
railties (>= 5.2)
141139
semantic_range (>= 2.3.0)
142-
websocket-driver (0.7.3)
140+
websocket-driver (0.7.5)
143141
websocket-extensions (>= 0.1.0)
144142
websocket-extensions (0.1.5)
145143
zeitwerk (2.4.2)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Block Editor for Ruby on Rails
22
This editor uses packages from the [Wordpress Gutenberg project](https://github.com/WordPress/gutenberg) to build a standalone block editor for Rails. This editor has been extracted from [Integral CMS](https://github.com/yamasolutions/integral) where it was built following the [Wordpress custom block editor tutorial](https://developer.wordpress.org/block-editor/how-to-guides/platform/custom-block-editor/).
33

4+
The editor currently uses the v9.2.1 Gutenberg release packages which were part of the Wordpress v5.6 release.
5+
46
Looking for a demo? Checkout this [simple host application example.](https://block-editor-rails.herokuapp.com/)
57

68
More information;

block_editor.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Gem::Specification.new do |spec|
44
spec.name = "block_editor"
55
spec.version = BlockEditor::VERSION
66
spec.authors = ["Patrick Lindsay"]
7-
spec.email = ["ptrick@yamasolutions.com"]
7+
spec.email = ["patrick@yamasolutions.com"]
88
spec.homepage = "https://github.com/yamasolutions/block-editor"
99
spec.summary = "Ruby on Rails Block Editor"
10-
spec.description = "WYSIWYG editor but much better.."
10+
spec.description = "A block editor for Ruby on Rails built from the Wordpress Gutenberg project"
1111
spec.license = "MIT"
1212

1313
spec.metadata["homepage_uri"] = spec.homepage

lib/block_editor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BlockEditor
2-
VERSION = '0.1.3'
2+
VERSION = '1.0.0'
33
end

0 commit comments

Comments
 (0)