@rcarls/rc-fab 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,58 @@
1
+ # @rcarls/rc-fab
2
+
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @rcarls/rc-common@0.4.1
8
+
9
+ ## 0.4.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 55e8ab5: Preserve UA-like control and surface styling until an optional theme supplies decorative tokens.
14
+ Restore themed button hover and pressed state layers, including a pointer-origin Material ripple.
15
+ - 9a4aa64: Fix `rc-fab`'s CSS custom property documentation to match the component's
16
+ actual `revert`/unset fallbacks (background, color, radius, shadow, size,
17
+ gap, padding, font, focus-ring, and transition properties all defer to the
18
+ native button or a packaged theme, not the previously documented literal
19
+ defaults), and document `position`, `scroll-reveal`, and the computed
20
+ `scroll-below-threshold` attribute.
21
+ - Updated dependencies [e57277f]
22
+ - Updated dependencies [ccca8e2]
23
+ - Updated dependencies [037b1b3]
24
+ - @rcarls/rc-common@0.4.0
25
+
26
+ ## 0.3.2
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [88b4086]
31
+ - @rcarls/rc-common@0.3.2
32
+
33
+ ## 0.3.1
34
+
35
+ ### Patch Changes
36
+
37
+ - @rcarls/rc-common@0.3.1
38
+
39
+ ## 0.3.0
40
+
41
+ ### Added
42
+
43
+ - Add scroll-reveal behavior for back-to-top floating action buttons.
44
+
45
+ ### Changed
46
+
47
+ - Redesign the default behavior around the back-to-top use case.
48
+ - Update package metadata, README intro, and docs links.
49
+
50
+ ### Fixed
51
+
52
+ - Generalize published FAB examples.
53
+
54
+ ### Dependencies
55
+
56
+ - Sync internal dependencies to 0.3.0.
57
+
58
+ ## 0.2.0
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.4.0",
6
+ "version": "0.4.1",
7
7
  "description": "Sticky floating action button modeled after the Material 3 Floating action button, wrapping a consumer-supplied button with scroll-aware visibility.",
8
8
  "repository": {
9
9
  "type": "git",
@@ -45,7 +45,7 @@
45
45
  "test:browser:firefox": "vitest --run --project=firefox"
46
46
  },
47
47
  "dependencies": {
48
- "@rcarls/rc-common": "workspace:*"
48
+ "@rcarls/rc-common": "0.4.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@custom-elements-manifest/analyzer": "0.11.0",
@@ -62,4 +62,4 @@
62
62
  "peerDependencies": {
63
63
  "lit": "^3.0.0"
64
64
  }
65
- }
65
+ }