CHANGELOG.md in pageflow-15.1.0.beta5 vs CHANGELOG.md in pageflow-15.1.0.beta6
- old
+ new
@@ -1,7 +1,20 @@
# CHANGELOG
+### Version 15.1.0.beta6
+
+2020-01-29
+
+[Compare changes](https://github.com/codevise/pageflow/compare/v15.1.0.beta5...v15.1.0.beta6)
+
+#### Core
+
+##### Internal
+
+- Add configuration to revisions
+ ([#1306](https://github.com/codevise/pageflow/pull/1306))
+
### Version 15.1.0.beta5
2020-01-29
[Compare changes](https://github.com/codevise/pageflow/compare/v15.1.0.beta4...v15.1.0.beta5)
@@ -37,11 +50,11 @@
Apply the following change to your host application's
`active_admin.rb` initializer:
```diff
- ActiveAdmin.application.unshift(Pageflow.active_admin_load_path)
- + ActiveAdmin.application.load_paths +=[Pageflow.active_admin_load_path]
+ + ActiveAdmin.application.load_paths += [Pageflow.active_admin_load_path]
```
- Improve support for Webpack setup in host appplication
([#1276](https://github.com/codevise/pageflow/pull/1276),
[#1279](https://github.com/codevise/pageflow/pull/1279))
@@ -127,26 +140,31 @@
([#1264](https://github.com/codevise/pageflow/pull/1264))
- Use seed data in scrolled entries
([#1248](https://github.com/codevise/pageflow/pull/1248),
[#1270](https://github.com/codevise/pageflow/pull/1270),
[#1278](https://github.com/codevise/pageflow/pull/1278),
- [#1286](https://github.com/codevise/pageflow/pull/1286))
+ [#1286](https://github.com/codevise/pageflow/pull/1286),
+ [#1314](https://github.com/codevise/pageflow/pull/1314))
- Fix section index and references to adjacent chapters
([#1316](https://github.com/codevise/pageflow/pull/1316))
- Render uploaded images in scrolled entries
([#1299](https://github.com/codevise/pageflow/pull/1299),
[#1303](https://github.com/codevise/pageflow/pull/1303))
- Use chapters from db in navigaition bar
([#1298](https://github.com/codevise/pageflow/pull/1298),
+ [#1300](https://github.com/codevise/pageflow/pull/1300),
[#1308](https://github.com/codevise/pageflow/pull/1308))
##### Editor
- Render demo in editor
([#1268](https://github.com/codevise/pageflow/pull/1268))
- Use data from Backbone collections in scrolled editor preview
- ([#1293](https://github.com/codevise/pageflow/pull/1293),
- [#1294](https://github.com/codevise/pageflow/pull/1294))
+ ([#1288](https://github.com/codevise/pageflow/pull/1288),
+ [#1293](https://github.com/codevise/pageflow/pull/1293),
+ [#1292](https://github.com/codevise/pageflow/pull/1292),
+ [#1294](https://github.com/codevise/pageflow/pull/1294),
+ [#1305](https://github.com/codevise/pageflow/pull/1305))
##### Internal
- Pass scrolled entry to watchCollections in tests
([#1317](https://github.com/codevise/pageflow/pull/1317))