- Fix clamped text for
location="start"
. - Text content is now always be trimmed.
- Add
location
prop. (#66) - Add ESM output and no longer require users to transpile.
- Externalize
resize-detector
to reduce bundle size.
- Fix the problem caused by array spread. (#47)
- Fix SSR support.
- Fix RTL support.
- Add
clampchange
event.
- Preserve at lease a single line of content when even a single line would exceeds
max-height
.
- Update layout when clamp status has been changed.
- Add
clamped: boolean
andexpanded: boolean
to scoped slotbefore
/after
. - Fix content extraction.
- First release.