pageflow-external-links 2.2.1 → 2.3.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d667192454267997136db2359354bf6736861c4b663b4b042f3902db5be31bd0
4
- data.tar.gz: 053ceeea26282f5fe1e7777e6439f24f57a92ce094ae778e6221586eedab8790
3
+ metadata.gz: 0c12b927a2072019bb2e7a9d9c9ea717ee56af93fa7703ede0d3233be892d1cf
4
+ data.tar.gz: b123367dc4d2075c96732cf654115f161da86e848b0415f28da9ac1988efa75e
5
5
  SHA512:
6
- metadata.gz: 14bdc1df07ec6053138e40302c8b295a8716f3af48db2b82eec89c2767e2e1d8cef8ea2d8d8a002616c17784789c117a5a5379120e86a90b68bf5dd8de9a7329
7
- data.tar.gz: 5aa73cf35b0ed78de23ae36d23eb877c829291b9194c4a8014f06d5350651a4641c7727bbbbbe53ca3930a3eeb6e15a849c29f5f136dddbf8abb072459078e41
6
+ metadata.gz: 6cc118d9fdbfcadd3c0ab1b2f20d0a6b8a316d1e7bdfb23688d60f433f5c3687e57b538a88c9c91516cd8877939c3fe9ef4b7f113de10a5cd3753f09c488066f
7
+ data.tar.gz: 9ecd9cbb770216ce76286b88529a69f0ce17359821cd50794abf6629580ab871db6497ba7bda8626b9934f5ab6963a9b0209404de81c4343e3df9decd41af715
data/CHANGELOG.md CHANGED
@@ -1,27 +1,16 @@
1
1
  # CHANGELOG
2
2
 
3
- ### Version 2.2.1
3
+ ### Version 2.3.0
4
4
 
5
- 2020-02-11
5
+ 2022-03-29
6
6
 
7
- [Compare changes](https://github.com/codevise/pageflow-external-links/compare/v2.2.0...v2.2.1)
7
+ [Compare changes](https://github.com/codevise/pageflow-external-links/compare/2-2-stable...v2.3.0)
8
8
 
9
+ - Add border-radius theme option
10
+ ([#46](https://github.com/codevise/pageflow-external-links/pull/46))
9
11
  - Prevent error with missing site urls in Pageflow 15.1
10
- ([#45](https://github.com/codevise/pageflow-external-links/pull/45))
11
-
12
- ### Version 2.2.0
13
-
14
- 2019-11-04
15
-
16
- [Compare changes](https://github.com/codevise/pageflow-external-links/compare/2-1-stable...v2.2.0)
17
-
18
- - Change file lookup to usage.perma_id
19
- ([#42](https://github.com/codevise/pageflow-external-links/pull/42))
20
- - Fix Travis CI
21
- ([#43](https://github.com/codevise/pageflow-external-links/pull/43))
22
- - Extend pageflow version requirement to < 16
23
- ([#41](https://github.com/codevise/pageflow-external-links/pull/41))
12
+ ([#44](https://github.com/codevise/pageflow-external-links/pull/44))
24
13
 
25
14
  See
26
- [2-1-stable branch](https://github.com/codevise/pageflow-external-links/blob/2-1-stable/CHANGELOG.md)
15
+ [2-2-stable branch](https://github.com/codevise/pageflow-external-links/blob/2-2-stable/CHANGELOG.md)
27
16
  for previous changes.
@@ -38,6 +38,9 @@ $external-links-item-hover-underline: true !default;
38
38
  /// Padding around the text inside an item.
39
39
  $external-links-item-padding: 20px !default;
40
40
 
41
+ /// Border radius of items.
42
+ $external-links-item-border-radius: null !default;
43
+
41
44
  @include pageflow-page-type-pictograms("external_links");
42
45
 
43
46
  .external-links-page {
@@ -45,6 +48,7 @@ $external-links-item-padding: 20px !default;
45
48
  background-color: $external-links-item-background-color;
46
49
  color: $external-links-item-text-color;
47
50
  text-decoration: none;
51
+ border-radius: $external-links-item-border-radius;
48
52
 
49
53
  &:hover {
50
54
  background-color: $external-links-item-active-background-color;
@@ -1,5 +1,5 @@
1
1
  module Pageflow
2
2
  module ExternalLinks
3
- VERSION = '2.2.1'.freeze
3
+ VERSION = '2.3.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pageflow-external-links
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codevise Solutions Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-11 00:00:00.000000000 Z
11
+ date: 2022-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pageflow
@@ -214,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  - !ruby/object:Gem::Version
215
215
  version: '0'
216
216
  requirements: []
217
- rubyforge_project:
218
- rubygems_version: 2.7.5
217
+ rubygems_version: 3.0.8
219
218
  signing_key:
220
219
  specification_version: 4
221
220
  summary: Pageflow Page Type for links to external sites