| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | refactor: class name for content container | Hsieh Chin Fan | 2024-09-22 |
| | | | | | | DumbyMap -> Dumby Since maps are inside it! | ||
| * | refactor: rename data attribute for editor | Hsieh Chin Fan | 2024-09-22 |
| | | | | | | | data-layout -> data-mode This prevents confusing with data-layout in dumbymap | ||
| * | fix: focus a map after all rendered | Hsieh Chin Fan | 2024-09-22 |
| | | |||
| * | feat: add resize bar for side-by-side layout | Hsieh Chin Fan | 2024-09-22 |
| | | | | | | * SVG comes from maplibre-gl-compare * plain-draggable is awesome! | ||
| * | chore(relase): 0.3.5 | Hsieh Chin Fan | 2024-09-22 |
| | | |||
| * | fix: 5d0a91d, should handle default aliases now | Hsieh Chin Fan | 2024-09-22 |
| | | |||
| * | chore(release): 0.3.4 | Hsieh Chin Fan | 2024-09-22 |
| | | |||
| * | chore: npm script for local build | Hsieh Chin Fan | 2024-09-22 |
| | | |||
| * | fix: apply new layout name in editor | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | chore(release): 0.3.3 | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | chore: npm script for publish | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | chore(release): update mapclay to 0.6.7 | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | style: reformat code | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | fix: middle click to hide draggable block | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | feat: improve CSS for layouts | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | refactor: layout class | Hsieh Chin Fan | 2024-09-21 |
| | | | | | | | * put class Layout and OverlayLayout together * apply extend on OverlayLayout * rename layouts: "none" -> "normal", "side" -> "side-by-side" | ||
| * | feat: add font-size plus/minus button | Hsieh Chin Fan | 2024-09-21 |
| | | | | | | * When draggable handle is on hover, they appears * Hide when drag start, show when drag end | ||
| * | feat: add throttle for next map by Showcase display | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | fix: typo for event API | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | feat: allow throttle set delays by function | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | style: add comment for animation | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | style: definition of link methods | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | refactor: apply Layout Class | Hsieh Chin Fan | 2024-09-21 |
| | | | | | | * Use {name, enterHandler, leaverHandler} for layout switch * Move "overlay" to another module | ||
| * | feat: throttle for layout and map focus | Hsieh Chin Fan | 2024-09-21 |
| | | | | | | | * add throttle for layout switch * apply throttle for 'Tab' key (focus next map) * remove throttle from DOMRect animation | ||
| * | refactor: setting draggable block in one place | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | fix: trivial case for DOMRect animation | Hsieh Chin Fan | 2024-09-21 |
| | | |||
| * | fix: trivial case for DOMRect animation | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | fix: add class name for container | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | docs: add structure explain | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | chore: remove static css from repo | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | chore: update scripts about building | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | chore(release): 0.3.2 | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | feat: add border line at bottom of draggable handle | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | feat: move anchor to newline after doc separator completion | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | chore: update CSS files by stylelint | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | chore: apply stylelint-order | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | feat: enable onscroll event from plain-draggable | Hsieh Chin Fan | 2024-09-20 |
| | | | | | | | | ref: https://github.com/anseki/plain-draggable/issues/148 * put CSS properties resize and overflow-y to content of draggable item * refine CSS for handle animation | ||
| * | feat: draggable elements only appears in overlay layout | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | feat: add throttle for DOMRect animation | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | chore(release): 0.3.1 | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | style: eslint | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | refactor: move utils method to new module | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | feat: animation for Showcase | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | feat(CSS): set showcase display by each layout | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | docs: update README | Hsieh Chin Fan | 2024-09-20 |
| | | |||
| * | fix: do not change focus map when it is alone | Hsieh Chin Fan | 2024-09-19 |
| | | |||
| * | chore: fix error from stylelint | Hsieh Chin Fan | 2024-09-19 |
| | | |||
| * | test: add style lint | Hsieh Chin Fan | 2024-09-19 |
| | | |||
| * | fix: don't show suggestion list in case | Hsieh Chin Fan | 2024-09-19 |
| | | |||
| * | chore(release): 0.3.0 | Hsieh Chin Fan | 2024-09-19 |
| | | |||