@rcarls/rc-toolbar 0.4.0 → 0.4.2

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 +61 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,61 @@
1
+ # @rcarls/rc-toolbar
2
+
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @rcarls/rc-common@0.4.2
8
+
9
+ ## 0.4.1
10
+
11
+ ### Patch Changes
12
+
13
+ - @rcarls/rc-common@0.4.1
14
+
15
+ ## 0.4.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 74d9046: Add native button-based chip controls and let toolbars coordinate groups of
20
+ interactive chips with roving focus.
21
+
22
+ ### Patch Changes
23
+
24
+ - b7270df: Compose the Markdown editor toolbar from `rc-toolbar`, `rc-button`, and
25
+ `rc-select`, and include native buttons inside direct `rc-button` wrappers in
26
+ toolbar roving-focus navigation.
27
+ - 4df89fd: Document the `label` and `orientation` attributes in the class JSDoc so the
28
+ generated ApiTable's attributes section is no longer empty.
29
+ - Updated dependencies [e57277f]
30
+ - Updated dependencies [ccca8e2]
31
+ - Updated dependencies [037b1b3]
32
+ - @rcarls/rc-common@0.4.0
33
+
34
+ ## 0.3.2
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [88b4086]
39
+ - @rcarls/rc-common@0.3.2
40
+
41
+ ## 0.3.1
42
+
43
+ ### Patch Changes
44
+
45
+ - @rcarls/rc-common@0.3.1
46
+
47
+ ## 0.3.0
48
+
49
+ ### Changed
50
+
51
+ - Update package metadata, README intro, and docs links.
52
+
53
+ ### Dependencies
54
+
55
+ - Sync internal dependencies to 0.3.0.
56
+
57
+ ## 0.2.0
58
+
59
+ ### Patch Changes
60
+
61
+ - @rcarls/rc-common@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.2",
7
7
  "description": "Toolbar that groups consumer-supplied controls into one tab stop with arrow-key navigation.",
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.2"
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
+ }