spark-component 1.1.4 → 1.1.5

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: 55e7c87e7b78b2e073ed5d8ba8612f51fd038aa4a91902782930a5a2367d305b
4
- data.tar.gz: b13756de2909fef4c1cdc93b1e674350c5c100c0b1109c6ba001187081f5cfd2
3
+ metadata.gz: 378edcff64aaee829b035f09ecb2e0290343e57a79dbbb1d1c91289119c7f9b0
4
+ data.tar.gz: 88118def9a641672c410162163c30286722b621fae2c66b814380b1a41e7cc5f
5
5
  SHA512:
6
- metadata.gz: 69753141da46b8361c76f0dd895ae440c123e5ece47f71a17bd9e95aa4a8c597c74a576d39c882fdcd33eb38afabd6d15a8dedab164d1bb4d1f2b8b688058da5
7
- data.tar.gz: 1a04eab2d9d35cdb8e691173d14f5874e94ecbee3d82ae5b823dadb71c07fa1537f28909a4eda3cdbec93e4648c4d5f604f47e56ba96906255996f922fb4a06b
6
+ metadata.gz: 0ab86bd0a9b49b8b2ccabfddb3bf1ccb18e591175bd1aa242baad98bd104edeb79820afe22cd1378dfcef19d9f6965be2319670ed74f7348dd1623409c52290b
7
+ data.tar.gz: 93099425050d87539789a2af6d7401d375175209eaacc7c0261dbd89e0aa08458a6e97c5a4f8106b2fd1e126b710e0300d7fb6f3a584e422e04754f3a4b1a61a
@@ -1,3 +1,6 @@
1
+ # v1.1.5 - 2020-01-28
2
+ - Fix: attrtibute_default_groups are now inherited when extending a component.
3
+
1
4
  # v1.1.4 - 2020-01-28
2
5
  - Fix: attrtibute_default_group now accepts booleans and normalizes keys.
3
6
  - Fix: element_attribute_default now merges attributes.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- spark-component (1.1.4)
4
+ spark-component (1.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -117,6 +117,7 @@ module Spark
117
117
  child.tag_attributes.replace(tag_attributes)
118
118
  child.data_attributes.replace(data_attributes)
119
119
  child.aria_attributes.replace(aria_attributes)
120
+ child.attribute_default_groups.replace(attribute_default_groups)
120
121
  end
121
122
 
122
123
  def elements
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Spark
4
4
  module Component
5
- VERSION = "1.1.4"
5
+ VERSION = "1.1.5"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spark-component
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis