pageflow 15.1.0.rc0 → 15.1.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pageflow might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 08558155f5c70177a1eed286764157dae4b05d8fe5d5e4386f76c31727395a82
4
- data.tar.gz: 2854663e54564f273bf779760b22636f26bcbf2644cdb5a28eed3133be6324b8
3
+ metadata.gz: 14b74c67c4c51cb8e8b753f5ba3b9a285fade60db4af15a81189a4986ab695cf
4
+ data.tar.gz: ac8d1c183d0e9d0d13c621523f117a060e18cbad35feb47cf4796ff6e55d44eb
5
5
  SHA512:
6
- metadata.gz: 36b63f17d6d9408dc2519509b960354fb243a0038d58f53eab3b640bbe6b602af1a99dc9a9d55ec1a615b7f5ce349a84ee47f97adb7c4f8ddbad145dfa232bc2
7
- data.tar.gz: 3cdfa12ed5e775ac7f998a15dcb9152c3243de25c837dbb8302768635994107c578d4be308f33d0cf0ce3b89573b7b85a56eb6dba1f3a546bda04347fb2059d4
6
+ metadata.gz: b3f281f75b9c458be05082c8bdc5e23773e9662c23efddaa55e1c783dafde77484e94a67386e6e7743950cf3411ee0024f542077ebfafb8e64ef7154aaeb95a8
7
+ data.tar.gz: bf6bae79a9eee4cecd0c9d69dce4fb67be8c7fcd0357f5f2a02cfae80e9238ff29c639e9ef25c5ec8f465e0c433b301932d76426b2c9e4a8d44230bb2bf438bf
@@ -1,58 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
- ### Version 15.1.0.rc0
3
+ ### Version 15.1.0
4
4
 
5
5
  2020-02-05
6
6
 
7
- [Compare changes](https://github.com/codevise/pageflow/compare/15-0-stable...v15.1.0.rc0)
7
+ [Compare changes](https://github.com/codevise/pageflow/compare/15-0-stable...v15.1.0)
8
8
 
9
- - Changed file importer box size and margins of footer
10
- ([#1323](https://github.com/codevise/pageflow/pull/1323))
11
- - Add meta charset tag in application layout of paged entries
12
- ([#1322](https://github.com/codevise/pageflow/pull/1322))
13
- - Re-add help entries for appearance options
14
- ([#1321](https://github.com/codevise/pageflow/pull/1321))
15
- - Sharing, imprint, privacy in navigation
16
- ([#1319](https://github.com/codevise/pageflow/pull/1319))
17
- - Outline editing for scrolled entries
18
- ([#1318](https://github.com/codevise/pageflow/pull/1318))
19
-
20
- ### Version 15.1.0.beta6
21
-
22
- 2020-01-29
23
-
24
- [Compare changes](https://github.com/codevise/pageflow/compare/v15.1.0.beta5...v15.1.0.beta6)
25
-
26
- #### Core
27
-
28
- ##### Internal
29
-
30
- - Add configuration to revisions
31
- ([#1306](https://github.com/codevise/pageflow/pull/1306))
32
-
33
- ### Version 15.1.0.beta5
34
-
35
- 2020-01-29
36
-
37
- [Compare changes](https://github.com/codevise/pageflow/compare/v15.1.0.beta4...v15.1.0.beta5)
38
-
39
- Include `pageflow` and `pageflow-scrolled` packages in gem to allow a
40
- host application setup where Yarn uses packages from the gem directory
41
- managed by bundler.
42
-
43
- ### Version 15.1.0.beta4
44
-
45
- 2020-01-29
46
-
47
- [Compare changes](https://github.com/codevise/pageflow/compare/v15.1.0.beta3...v15.1.0.beta4)
48
-
49
- Forgot to build assets before doing previous release.
50
-
51
- ### Version 15.1.0.beta3
52
-
53
- 2020-01-29
54
-
55
- [Compare changes](https://github.com/codevise/pageflow/compare/v15.1.0.beta2...v15.1.0.beta3)
9
+ See
10
+ [changes grouped by pre releases](https://github.com/codevise/pageflow/blob/v15.1.0.rc0/CHANGELOG.md).
56
11
 
57
12
  #### Core
58
13
 
@@ -88,6 +43,8 @@ Forgot to build assets before doing previous release.
88
43
 
89
44
  ##### Engine Config
90
45
 
46
+ - Add entry type concept
47
+ ([#1249](https://github.com/codevise/pageflow/pull/1249))
91
48
  - Render entry type specific editor seed data
92
49
  ([#1265](https://github.com/codevise/pageflow/pull/1265))
93
50
  - Entry type specific editor views
@@ -107,7 +64,8 @@ Forgot to build assets before doing previous release.
107
64
  - Consider feature flags for file types available in editor
108
65
  ([#1275](https://github.com/codevise/pageflow/pull/1275))
109
66
  - Extract part of appearance options into paged entry type
110
- ([#1304](https://github.com/codevise/pageflow/pull/1304))
67
+ ([#1304](https://github.com/codevise/pageflow/pull/1304),
68
+ [#1321](https://github.com/codevise/pageflow/pull/1321))
111
69
  - Scope existing built ins to paged entry type
112
70
  ([#1296](https://github.com/codevise/pageflow/pull/1296))
113
71
  - Integrate entry type specific config with feature flags
@@ -116,15 +74,34 @@ Forgot to build assets before doing previous release.
116
74
  ([#1284](https://github.com/codevise/pageflow/pull/1284))
117
75
  - Let entry types define editor controllers
118
76
  ([#1271](https://github.com/codevise/pageflow/pull/1271))
77
+ - Add authentication provider
78
+ ([#1236](https://github.com/codevise/pageflow/pull/1236))
79
+ - Bug fix: Change revision#locale to always return string
80
+ ([#1239](https://github.com/codevise/pageflow/pull/1239))
119
81
 
120
82
  ##### File Importers
121
83
 
122
- - Mentioned that file importer should be registered in a feature flag
123
- ([#1266](https://github.com/codevise/pageflow/pull/1266))
124
- - File import feature flag
125
- ([#1258](https://github.com/codevise/pageflow/pull/1258))
126
- - Bug fix: Minor file import lint change
127
- ([#1269](https://github.com/codevise/pageflow/pull/1269))
84
+ - Introduce file importer API
85
+ ([#1250](https://github.com/codevise/pageflow/pull/1250),
86
+ [#1266](https://github.com/codevise/pageflow/pull/1266),
87
+ [#1258](https://github.com/codevise/pageflow/pull/1258),
88
+ [#1269](https://github.com/codevise/pageflow/pull/1269),
89
+ [#1323](https://github.com/codevise/pageflow/pull/1323))
90
+
91
+ ##### Internal
92
+
93
+ - Add configuration to revisions
94
+ ([#1306](https://github.com/codevise/pageflow/pull/1306))
95
+ - Add entry type engines
96
+ ([#1247](https://github.com/codevise/pageflow/pull/1247))
97
+ - Migrate legacy JavaScript to Rollup/Jest
98
+ ([#1241](https://github.com/codevise/pageflow/pull/1241))
99
+ - Update pageflow-react build stack
100
+ ([#1240](https://github.com/codevise/pageflow/pull/1240))
101
+ - Modernize editor JavaScript build stack
102
+ ([#1238](https://github.com/codevise/pageflow/pull/1238))
103
+ - Replace chromedriver-helper by webdrivers
104
+ ([#1251](https://github.com/codevise/pageflow/pull/1251))
128
105
 
129
106
  #### Paged Entry Type
130
107
 
@@ -135,6 +112,13 @@ Forgot to build assets before doing previous release.
135
112
 
136
113
  ##### Published Entry
137
114
 
115
+ - Add width/height to social share images to make Facebook display
116
+ them faster.
117
+ ([#1223](https://github.com/codevise/pageflow/pull/1223))
118
+ - Add translations for some text track languages
119
+ ([#1237](https://github.com/codevise/pageflow/pull/1237))
120
+ - Add meta charset tag in application layout of paged entries
121
+ ([#1322](https://github.com/codevise/pageflow/pull/1322))
138
122
  - Bug fix: Invalidate page partial cache on locale change
139
123
  ([#1311](https://github.com/codevise/pageflow/pull/1311))
140
124
  - Bug fix: Do not prefix partial paths with pageflow_paged
@@ -160,7 +144,8 @@ Forgot to build assets before doing previous release.
160
144
  [#1270](https://github.com/codevise/pageflow/pull/1270),
161
145
  [#1278](https://github.com/codevise/pageflow/pull/1278),
162
146
  [#1286](https://github.com/codevise/pageflow/pull/1286),
163
- [#1314](https://github.com/codevise/pageflow/pull/1314))
147
+ [#1314](https://github.com/codevise/pageflow/pull/1314),
148
+ [#1242](https://github.com/codevise/pageflow/pull/1242))
164
149
  - Fix section index and references to adjacent chapters
165
150
  ([#1316](https://github.com/codevise/pageflow/pull/1316))
166
151
  - Render uploaded images in scrolled entries
@@ -170,6 +155,8 @@ Forgot to build assets before doing previous release.
170
155
  ([#1298](https://github.com/codevise/pageflow/pull/1298),
171
156
  [#1300](https://github.com/codevise/pageflow/pull/1300),
172
157
  [#1308](https://github.com/codevise/pageflow/pull/1308))
158
+ - Sharing, imprint, privacy in navigation
159
+ ([#1319](https://github.com/codevise/pageflow/pull/1319))
173
160
 
174
161
  ##### Editor
175
162
 
@@ -181,6 +168,8 @@ Forgot to build assets before doing previous release.
181
168
  [#1292](https://github.com/codevise/pageflow/pull/1292),
182
169
  [#1294](https://github.com/codevise/pageflow/pull/1294),
183
170
  [#1305](https://github.com/codevise/pageflow/pull/1305))
171
+ - Outline editing for scrolled entries
172
+ ([#1318](https://github.com/codevise/pageflow/pull/1318))
184
173
 
185
174
  ##### Internal
186
175
 
@@ -205,55 +194,6 @@ Forgot to build assets before doing previous release.
205
194
  - Improve Capybara Chrome setup
206
195
  ([#1291](https://github.com/codevise/pageflow/pull/1291))
207
196
 
208
- ### Version 15.1.0.beta2
209
-
210
- 2019-12-05
211
-
212
- [Compare changes](https://github.com/codevise/pageflow/compare/v15.1.0.beta1...v15.1.0.beta2)
213
-
214
- - Exclude entry type spec dummy directories from gem which were
215
- included by accident and multiplied the gem file size.
216
-
217
- ### Version 15.1.0.beta1
218
-
219
- 2019-12-05
220
-
221
- [Compare changes](https://github.com/codevise/pageflow/compare/15-0-stable...v15.1.0.beta1)
222
-
223
- #### Published Entries
224
-
225
- - Add width/height to social share images to make Facebook display
226
- them faster.
227
- ([#1223](https://github.com/codevise/pageflow/pull/1223))
228
- - Add translations for some text track languages
229
- ([#1237](https://github.com/codevise/pageflow/pull/1237))
230
-
231
- #### Rails Engine
232
-
233
- - Introduce file importer API
234
- ([#1250](https://github.com/codevise/pageflow/pull/1250))
235
- - Add entry type concept
236
- ([#1249](https://github.com/codevise/pageflow/pull/1249))
237
- - Add authentication provider
238
- ([#1236](https://github.com/codevise/pageflow/pull/1236))
239
- - Bug fix: Index seed entry data files by perma id
240
- ([#1242](https://github.com/codevise/pageflow/pull/1242))
241
- - Bug fix: Change revision#locale to always return string
242
- ([#1239](https://github.com/codevise/pageflow/pull/1239))
243
-
244
- #### Internal
245
-
246
- - Add entry type engines
247
- ([#1247](https://github.com/codevise/pageflow/pull/1247))
248
- - Migrate legacy JavaScript to Rollup/Jest
249
- ([#1241](https://github.com/codevise/pageflow/pull/1241))
250
- - Update pageflow-react build stack
251
- ([#1240](https://github.com/codevise/pageflow/pull/1240))
252
- - Modernize editor JavaScript build stack
253
- ([#1238](https://github.com/codevise/pageflow/pull/1238))
254
- - Replace chromedriver-helper by webdrivers
255
- ([#1251](https://github.com/codevise/pageflow/pull/1251))
256
-
257
197
  See
258
198
  [15-0-stable branch](https://github.com/codevise/pageflow/blob/15-0-stable/CHANGELOG.md)
259
199
  for previous changes.
@@ -3658,7 +3658,7 @@ this.pageflow._editorGlobalInterop = (function (exports, Backbone, _$1, Marionet
3658
3658
  *
3659
3659
  * @returns {SavingRecordsCollection}
3660
3660
  * @memberof editor
3661
- * @since edge
3661
+ * @since 15.1
3662
3662
  */
3663
3663
 
3664
3664
  this.savingRecords = new SavingRecordsCollection();
@@ -6371,7 +6371,7 @@ this.pageflow._editorGlobalInterop = (function (exports, Backbone, _$1, Marionet
6371
6371
  * @param {String} options.parentReferenceAttribute -
6372
6372
  * Set reference to parent model on models in collection.
6373
6373
  *
6374
- * @since edge
6374
+ * @since 15.1
6375
6375
  */
6376
6376
 
6377
6377
  var ForeignKeySubsetCollection = SubsetCollection.extend({
@@ -10974,7 +10974,7 @@ this.pageflow._editorGlobalInterop = (function (exports, Backbone, _$1, Marionet
10974
10974
  * Model including the {@link configurationContainer},
10975
10975
  * {@link failureTracking} and {@link delayedDestroying} mixins.
10976
10976
  *
10977
- * @since edge
10977
+ * @since 15.1
10978
10978
  */
10979
10979
 
10980
10980
  var EditConfigurationView = Marionette.Layout.extend({
@@ -3673,7 +3673,7 @@ var pageflow_paged = (function (exports, Backbone, _$1, Marionette, $, I18n$1, C
3673
3673
  *
3674
3674
  * @returns {SavingRecordsCollection}
3675
3675
  * @memberof editor
3676
- * @since edge
3676
+ * @since 15.1
3677
3677
  */
3678
3678
 
3679
3679
  this.savingRecords = new SavingRecordsCollection();
@@ -6338,7 +6338,7 @@ var pageflow_paged = (function (exports, Backbone, _$1, Marionette, $, I18n$1, C
6338
6338
  * @param {String} options.parentReferenceAttribute -
6339
6339
  * Set reference to parent model on models in collection.
6340
6340
  *
6341
- * @since edge
6341
+ * @since 15.1
6342
6342
  */
6343
6343
 
6344
6344
  var ForeignKeySubsetCollection = SubsetCollection.extend({
@@ -10740,7 +10740,7 @@ var pageflow_paged = (function (exports, Backbone, _$1, Marionette, $, I18n$1, C
10740
10740
  * Model including the {@link configurationContainer},
10741
10741
  * {@link failureTracking} and {@link delayedDestroying} mixins.
10742
10742
  *
10743
- * @since edge
10743
+ * @since 15.1
10744
10744
  */
10745
10745
 
10746
10746
 
@@ -1,3 +1,3 @@
1
1
  module Pageflow
2
- VERSION = '15.1.0.rc0'.freeze
2
+ VERSION = '15.1.0'.freeze
3
3
  end
@@ -875,7 +875,7 @@ var EditorApi = Object$1.extend(
875
875
  *
876
876
  * @returns {SavingRecordsCollection}
877
877
  * @memberof editor
878
- * @since edge
878
+ * @since 15.1
879
879
  */
880
880
 
881
881
  this.savingRecords = new SavingRecordsCollection();
@@ -3588,7 +3588,7 @@ var ChaptersCollection = Backbone.Collection.extend({
3588
3588
  * @param {String} options.parentReferenceAttribute -
3589
3589
  * Set reference to parent model on models in collection.
3590
3590
  *
3591
- * @since edge
3591
+ * @since 15.1
3592
3592
  */
3593
3593
 
3594
3594
  var ForeignKeySubsetCollection = SubsetCollection.extend({
@@ -8191,7 +8191,7 @@ ConfirmUploadView.open = function (options) {
8191
8191
  * Model including the {@link configurationContainer},
8192
8192
  * {@link failureTracking} and {@link delayedDestroying} mixins.
8193
8193
  *
8194
- * @since edge
8194
+ * @since 15.1
8195
8195
  */
8196
8196
 
8197
8197
  var EditConfigurationView = Marionette.Layout.extend({
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pageflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.1.0.rc0
4
+ version: 15.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codevise Solutions Ltd
@@ -1892,9 +1892,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
1892
1892
  version: '0'
1893
1893
  required_rubygems_version: !ruby/object:Gem::Requirement
1894
1894
  requirements:
1895
- - - ">"
1895
+ - - ">="
1896
1896
  - !ruby/object:Gem::Version
1897
- version: 1.3.1
1897
+ version: '0'
1898
1898
  requirements: []
1899
1899
  rubyforge_project:
1900
1900
  rubygems_version: 2.7.5