pageflow 12.0.0.rc1 → 12.0.0.rc2

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.

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
  SHA1:
3
- metadata.gz: f93b87e1697a6eb8c06a64e0e354fdd1265f0eef
4
- data.tar.gz: e3e1d1606282bf57c6f00d186e0ff6f1fad73e4a
3
+ metadata.gz: 27c68e518121045d0fc5a741cec8a45949ab7be2
4
+ data.tar.gz: 89865570183eb26830f887fc729a668965944cdb
5
5
  SHA512:
6
- metadata.gz: f5d1f331a9462c36b8b99ad2a765c7ed50a1ddbf8df492d432f1431c3156297585044991bfbba2d536492ad8f6256d2d02d0eb5d17bc6a7d8413b297fc0904b5
7
- data.tar.gz: f2ce626a72cd771ff1680019c6eb7d3037ea3f7e6d706e7497df90fb830c12063cdf6bc9eed1c345e6f6815dc2a06379fd3380a2f0d3a25266880b80cc4534e5
6
+ metadata.gz: 516f8ba73529dfaad3d3f2f6c438f21e9772ea10ee88b484caa617a22bd0d6a0e282992d5ad4e44759a1ffc9795256ac131adf1040395ec8fbf5f48c761a51b9
7
+ data.tar.gz: 1bbbb921ed4edfae65f7d9bdc524057f41791a3801a95af89c17fcd5c8beea4cb7d109407ac02fb96350847979e2a560955cfc00cd59e10b6005c5feb4119f44
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # CHANGELOG
2
2
 
3
+ ### Version 12.0.0.rc2
4
+
5
+ 2017-05-10
6
+
7
+ [Compare changes](https://github.com/codevise/pageflow/compare/v12.0.0.rc1...v12.0.0.rc2)
8
+
9
+ - Improve text track positioning for slim player controls
10
+ ([#749](https://github.com/codevise/pageflow/pull/749))
11
+ - Bug fix: Fix HTML descriptions in infobox component
12
+ ([#751](https://github.com/codevise/pageflow/pull/751))
13
+ - Use correct matcher to expect destroyed record
14
+ ([#750](https://github.com/codevise/pageflow/pull/750))
15
+
3
16
  ### Version 12.0.0.rc1
4
17
 
5
18
  2017-04-25