v0.6.6
What's Changed
- Update
lowclassand@lume/elementversions. by @trusktr in #4 - feat: prevent autorunning editors from running until they come on screen (f.e. by scrolling them into view) to prevent a page with lots of examples from overloading the network and CPU, remove the lodash-es dependency and implement our own tiny debounce function
- BREAKING: improve button styling and spacing between between large and small layouts. Breaking because style changed a bit: added padding to the button bar, remove top border from buttons, gave buttons a background, gave buttons their own padding so they are easier targets to tap, increased button font size. Also fixed small preview-only view so the button bar is not highlighted with tab color. by @trusktr in 1c34088
- Add a
<dialog>-based fallback for iOS, as iOS doesn't have the Full Screen API. Also document some attributes/properties in the README. by @trusktr in 12a0136 - BREAKING: default to the live preview tab when the view is smaller and shows tabs. If you still want to default to the code tab, there is no option currently, but you can programmatically trigger a click on the code tab using JavaScript. by @trusktr in 00c2f13
Full Changelog: v0.5.2...v0.6.6