markawesome 0.9.4 → 0.9.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: 0ce87485ab7f37e8a96dfabf4d09b95d0fe796cff0ca885eb4aa83a4f013131c
4
- data.tar.gz: cbe429ce4efdc6227b7f390468496f776d4971d09fb1df4ffc47e1aad22a42f1
3
+ metadata.gz: 284af0f54ea550fda282556a2e9d4cbf190a69363a408c66240bef3e69428016
4
+ data.tar.gz: 2ba7b8a239a80f4d54aff572f1681192db79a9aaafba5f88d271ff0812ab2b31
5
5
  SHA512:
6
- metadata.gz: ad056dfdf6b8cf4c4ded5634994bfb131dd77979c1c23fc6e9ae19f38ed344a4488a7cee14f1cfd30d54674545c02390ec3fa9676ffb1f5e9d2ebccfc9fb3f0d
7
- data.tar.gz: fe3945efdacd009afab96a4a3ba215076c7efd9f5c27f6dea59119b1258b0b85e5e48c17703ef06b3f95b5e6b9b74f345acd331d55c1dcd1c79f75bd27caee12
6
+ metadata.gz: 83a9e33d11f03781693bd13c817710899421f757ea979eaf933dcfe83bb6872fec39018e199c379f08422b4728bcee1c28cd37d02fc38ef91f4f9645c9f29cb0
7
+ data.tar.gz: 31ff66f883de01c5dae5f9c8730937d656da05352889bebf73cdd1412640596d193c264a68c3c186c71e821bd8d5083e58cff5a2dea8e71d9e5e1c581ae79644
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.9.5] - 2026-03-18
8
+
9
+ ### Fixed
10
+
11
+ - Added `type='button'` attribute to link-style popover trigger `<button>` elements to satisfy `no-implicit-button-type` HTML validation rule
12
+
7
13
  ## [0.9.4] - 2026-03-13
8
14
 
9
15
  ### Changed
@@ -167,7 +167,7 @@ module Markawesome
167
167
  'color: inherit; text-decoration: underline; ' \
168
168
  'text-decoration-style: dotted; ' \
169
169
  'cursor: pointer; font: inherit;'
170
- "<button id='#{popover_id}' class='ma-popover-trigger' style='#{link_style_attr}'>#{trigger_content}</button>"
170
+ "<button type='button' id='#{popover_id}' class='ma-popover-trigger' style='#{link_style_attr}'>#{trigger_content}</button>"
171
171
  else
172
172
  "<wa-button id='#{popover_id}' variant='text'>#{trigger_content}</wa-button>"
173
173
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Markawesome
4
- VERSION = '0.9.4'
4
+ VERSION = '0.9.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markawesome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janne Waren