@rcarls/rc-scroller 0.5.0 → 0.6.0
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.
- package/CHANGELOG.md +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# @rcarls/rc-scroller
|
|
2
|
+
|
|
3
|
+
## 0.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d67efde: Add a native-host scroll region with optional centered content and fullbleed
|
|
8
|
+
layout tracks, aggregate framework typings, RTL-aware boundary state, and
|
|
9
|
+
Material layout defaults.
|
|
10
|
+
- d67efde: Add reflected `at-block-start`, `at-block-end`, `at-inline-start`, and
|
|
11
|
+
`at-inline-end` attributes, tracking whether the scroller is at each edge
|
|
12
|
+
on its enabled axes. Lets a consumer drive an edge-fade, shadow, or other
|
|
13
|
+
affordance from outside the shadow root without hand-rolling a scroll
|
|
14
|
+
listener and ResizeObserver.
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 7adbd76: Keep development diagnostics concise and prevent expected test fixtures from emitting noisy warnings.
|
package/package.json
CHANGED