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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27c68e518121045d0fc5a741cec8a45949ab7be2
|
4
|
+
data.tar.gz: 89865570183eb26830f887fc729a668965944cdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|