stimulus_rails_datatables 0.5.0 → 0.5.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: 3c608c879de27fc4bd4b8ddead4a52eb5f425194cbdf5ee3fd598ad754057c36
4
- data.tar.gz: 47f4a33a22dcfca000ae5a36761c314ca6d286d351fa2522e5b79b1fbedeb5c7
3
+ metadata.gz: bbb9263b496e3deed5f28f35c19530d54cdc311a032da2eeeefb60c0c9dfa07d
4
+ data.tar.gz: 613bcfbd3ce0dd842d0bf1a3067b91ddb24cb5d773340726ae2851cd17040a15
5
5
  SHA512:
6
- metadata.gz: d5f347f96168ea3599e75a8b8ae8dbf14e99f106d05ba44336c3d5886dfafe0c8b6a76da9141b5b025ff5f293a0fa714e3f7d01467d99c998c04f5f53b44b43a
7
- data.tar.gz: 1930559a899f34aefb359a093e2859ab33190460616363854472ab50c001f90433acbe6d3527154d58c9a14303b2cac98906ce04a05258922fb5192e6cbdb4c6
6
+ metadata.gz: 5619dd1eff78003687b588989cad96c353f52309eb184830764a5a42504033a61b5832bfc31fce8ef3fc856af7c4df30ebebc6554c3cfc1bb041b8a8b1c73ca7
7
+ data.tar.gz: d24f5d85abafab0b8dd73fd9ca3be0832efad5bdfc60caa98b2f0aa44990390792211432a46124ec6169fc54474787477dcbcb3e3fe282190c9b8d29fe1b6244
data/CHANGELOG.md CHANGED
@@ -5,6 +5,70 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.5.1] - 2026-07-28
9
+
10
+ ### Changed
11
+ - Updated system dependencies
12
+ - Bumped concurrent-ruby, erb, json, loofah, net-imap, parser, rails-html-sanitizer, and rubocop; updated Bundler version
13
+
14
+ ## [0.5.0] - 2026-06-08
15
+
16
+ ### Added
17
+ - Additional data handling for DataTables, with the JavaScript controller now dispatching additional-data events
18
+ - Updated README with usage details for the new additional data events
19
+
20
+ ## [0.4.0] - 2026-06-05
21
+
22
+ ### Added
23
+ - Custom header support in the DataTable helper
24
+ - Support for dependent location filters, with enhancements to the filter controller
25
+
26
+ ## [0.3.1] - 2026-01-14
27
+
28
+ ### Changed
29
+ - Updated the filter controller's local storage handling
30
+
31
+ ## [0.3.0] - 2026-01-09
32
+
33
+ ### Added
34
+ - `set_value` option for filters, allowing programmatic selection of filter values
35
+
36
+ ## [0.2.3] - 2025-12-17
37
+
38
+ ### Changed
39
+ - Enhanced DataTables configuration handling and updated installation instructions
40
+
41
+ ## [0.2.2] - 2025-12-17
42
+
43
+ ### Fixed
44
+ - Fixed initializer for ActionController loading in the Engine
45
+
46
+ ## [0.2.1] - 2025-12-02
47
+
48
+ ### Added
49
+ - `scrollX` and `stateSave` configuration options for datatables
50
+
51
+ ## [0.2.0] - 2025-12-01
52
+
53
+ ### Added
54
+ - `scroll_x` option support
55
+
56
+ ## [0.1.3] - 2025-11-25
57
+
58
+ ### Added
59
+ - `state_save` option to the `datatable_for` helper method
60
+
61
+ ## [0.1.2] - 2025-11-11
62
+
63
+ ### Changed
64
+ - Refactored DataTable initialization to use custom options and added a draw callback event
65
+ - Set a global DataTables default for `orderSequence`
66
+
67
+ ## [0.1.1] - 2025-11-09
68
+
69
+ ### Added
70
+ - Support for overriding DataTables configuration via a generated config file
71
+
8
72
  ## [0.1.0] - 2025-11-09
9
73
 
10
74
  ### Added
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StimulusRailsDatatables
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus_rails_datatables
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Den Meralpis
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0'
143
143
  requirements: []
144
- rubygems_version: 4.0.10
144
+ rubygems_version: 4.0.16
145
145
  specification_version: 4
146
146
  summary: Rails integration for DataTables with filters and remote data support
147
147
  test_files: []