bh 6.1.0 → 6.1.1

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: b38e11a246e443eaf500463cd51b36e0b97e926ab96a412ec4c737cd282fe702
4
- data.tar.gz: 2a41e90a12dc66cf1251509f2542435f1c28b06a8d45f471432dfd187f8d80c8
3
+ metadata.gz: 8ecb9c4a9bb5d978cf2e1d672a42ffbbf8a7f329bdde97ada4720f626cda01fd
4
+ data.tar.gz: 969f053d393e15daaa94ef9ed6f4250f3d7070cc0ed41d4893925016cb9d62db
5
5
  SHA512:
6
- metadata.gz: ce3cdbab9f872be9bbb71301eec41becb424e2adf5a39a3d5c9fbfba3a52a4f10ad464b1dd6eb38a25a39a9f10db47d132f0cdec141e9f3424a063c95d88d336
7
- data.tar.gz: f27666887c21b24f2734c88862c4144dfdee858a09e8af486a72e095c4bd96b8f95c13b9f0e534d0d405bb551b49500f681dbb85297ac46edfae4eba612ca83f
6
+ metadata.gz: 71743592d09646b31cf58b0e418b7ebed3c3af6c4eff5472494b4dc11e4b09900992e5a52a8e679d5bcf4d13feeb457421f10003d54155f3ef7b7af2750d1a81
7
+ data.tar.gz: 24f9dba8c9be0190acaa8407dbcda80ce724083cad6b3a03cd132ffd85b089c5623e620b5f88d46c4ae8398a55161dd818abfb5a6a37c8784e3c91811b744b59
data/CHANGELOG.md CHANGED
@@ -6,9 +6,12 @@ For more information about changelogs, check
6
6
  [Keep a Changelog](http://keepachangelog.com) and
7
7
  [Vandamme](http://tech-angels.github.io/vandamme).
8
8
 
9
- ## 6.1.0 - 2026-03-18
9
+ ## 6.1.1 - 2026-03-18
10
10
 
11
11
  * [BREAKING CHANGE] The `table` method doesn't take the `headers` parameter anymore.
12
+
13
+ ## 6.1.0 - 2026-03-18
14
+
12
15
  * [FEATURE] New `column` method to define headers and body of a `table` at once
13
16
 
14
17
  ## 6.0.1 - 2026-02-23
@@ -83,8 +83,7 @@ module Bh
83
83
  tag.div class: 'collapse navbar-collapse', id: 'navbarSupportedContent', &block
84
84
  end
85
85
 
86
- def table(items:, empty_label:, positioned: false, cached: true, headers: [], pagy: nil, &block)
87
- # SAY THAT HEADERS IS REMOVED AND column SHOULD BE CALLED INSTEAD / breaking
86
+ def table(items:, empty_label:, positioned: false, cached: true, pagy: nil, &block)
88
87
  render 'bh/table', items: items, empty_label: empty_label, positioned: positioned, cached: cached, headers: headers, pagy: pagy, &block
89
88
  end
90
89
 
data/lib/bh/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bh
4
- VERSION = '6.1.0'
4
+ VERSION = '6.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bh
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.0
4
+ version: 6.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo