CHANGELOG.md in pageflow-14.1.1 vs CHANGELOG.md in pageflow-14.2.0
- old
+ new
@@ -1,75 +1,45 @@
# CHANGELOG
-### Version 14.1.1
+### Version 14.2.0
-2019-05-20
+2019-06-18
-[Compare changes](https://github.com/codevise/pageflow/compare/v14.1.0...v14.1.1)
+[Compare changes](https://github.com/codevise/pageflow/compare/14-1-stable...v14.2.0)
-- Ensure remove link button is show in text editor (14.1 Backport)
- ([#1162](https://github.com/codevise/pageflow/pull/1162))
+#### Published Entries
-### Version 14.1.0
+- Bug fix: Prevent duplicate network requests for video preload
+ ([#1173](https://github.com/codevise/pageflow/pull/1173))
+- Bug fix: Fix hide text on swipe
+ ([#1172](https://github.com/codevise/pageflow/pull/1172))
-2019-05-20
+#### Editor
-[Compare changes](https://github.com/codevise/pageflow/compare/14-0-stable...v14.1.0)
+- Add plugin API to add common page config tabs
+ ([#1169](https://github.com/codevise/pageflow/pull/1169))
+- Add page type specific configuration editor tab translations
+ ([#1168](https://github.com/codevise/pageflow/pull/1168))
+- Make TabsView tabs scrollable
+ ([#1164](https://github.com/codevise/pageflow/pull/1164),
+ [#1174](https://github.com/codevise/pageflow/pull/1174),
+ [#1175](https://github.com/codevise/pageflow/pull/1175))
+- Add JSONInputView
+ ([#1167](https://github.com/codevise/pageflow/pull/1167))
+- Bug fix: Prevent creating storyline twice
+ ([#1171](https://github.com/codevise/pageflow/pull/1171))
+- Bug fix: Ensure remove link button is show in text editor
+ ([#1160](https://github.com/codevise/pageflow/pull/1160),
+ [#1161](https://github.com/codevise/pageflow/pull/1161))
-#### Manual Update Steps
-- Configurable sharing providers
- ([#1142](https://github.com/codevise/pageflow/pull/1142))
-
- You can now configure which sharing providers should be enabled for your stories.
- Default providers for new and existing stories can be set via the pageflow initializer:
- ```
- config.default_share_providers = [:facebook, :twitter, :email]
- ```
+#### Internal
- To restrict the set of sharing providers you can also specify which ones should
- be available to editors:
- ```
- config.available_share_providers = [:email, :facebook, :linked_in, :twitter, :telegram, :whats_app]
- ```
- By default all available providers are enabled.
-
- For custom themes the share icons can be styled via newly introduced SCSS-variables:
-
- ```
- $share-icon-color: #7D7D7D;
- $share-icon-hover-color: #909090;
- $share-icon-active-color: #FFC001;
- ```
+- Fix Capybara tests in Chrome 75
+ ([#1176](https://github.com/codevise/pageflow/pull/1176))
+- Update bundler in Travis build
+ ([#1166](https://github.com/codevise/pageflow/pull/1166))
+- Fix sassc-rails development dependency
+ ([#1165](https://github.com/codevise/pageflow/pull/1165))
-- Remove paperclip_filesystem_root config
- ([#1150](https://github.com/codevise/pageflow/pull/1150))
-
- Since uploads go directly to S3 via direct upload (signed post request)
- the `paperclip_filesystem_root` configuration is now deprecated and can be removed
- from the pageflow initializer.
-
-#### Editor
-- Add lists to WYSIHTML editor
- ([#1156](https://github.com/codevise/pageflow/pull/1156))
-- Add option to link to other pages from page text
- ([#1154](https://github.com/codevise/pageflow/pull/1154))
-- Bug fix: Prevent page styles from applying to editor elements
- ([#1153](https://github.com/codevise/pageflow/pull/1153))
-
-#### Published Entries
-- Reset background color in fullscreen Safari
- ([#1159](https://github.com/codevise/pageflow/pull/1159))
-
-#### Custom Themes
-- Add theme variable for title color
- ([#1157](https://github.com/codevise/pageflow/pull/1157))
-
-#### Internals
-- Add build-edge script
- ([#1152](https://github.com/codevise/pageflow/pull/1152))
-- Fix spec for jbuilder 2.9
- ([#1158](https://github.com/codevise/pageflow/pull/1158))
-
-
See
-[14-0-stable branch](https://github.com/codevise/pageflow/blob/14-0-stable/CHANGELOG.md)
+[14-1-stable branch](https://github.com/codevise/pageflow/blob/14-1-stable/CHANGELOG.md)
for previous changes.