aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* chore(release): 0.3.4Hsieh Chin Fan2024-09-22
|
* chore: npm script for local buildHsieh Chin Fan2024-09-22
|
* fix: apply new layout name in editorHsieh Chin Fan2024-09-21
|
* chore(release): 0.3.3Hsieh Chin Fan2024-09-21
|
* chore: npm script for publishHsieh Chin Fan2024-09-21
|
* chore(release): update mapclay to 0.6.7Hsieh Chin Fan2024-09-21
|
* style: reformat codeHsieh Chin Fan2024-09-21
|
* fix: middle click to hide draggable blockHsieh Chin Fan2024-09-21
|
* feat: improve CSS for layoutsHsieh Chin Fan2024-09-21
|
* refactor: layout classHsieh Chin Fan2024-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 buttonHsieh Chin Fan2024-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 displayHsieh Chin Fan2024-09-21
|
* fix: typo for event APIHsieh Chin Fan2024-09-21
|
* feat: allow throttle set delays by functionHsieh Chin Fan2024-09-21
|
* style: add comment for animationHsieh Chin Fan2024-09-21
|
* style: definition of link methodsHsieh Chin Fan2024-09-21
|
* refactor: apply Layout ClassHsieh Chin Fan2024-09-21
| | | | | * Use {name, enterHandler, leaverHandler} for layout switch * Move "overlay" to another module
* feat: throttle for layout and map focusHsieh Chin Fan2024-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 placeHsieh Chin Fan2024-09-21
|
* fix: trivial case for DOMRect animationHsieh Chin Fan2024-09-21
|
* fix: trivial case for DOMRect animationHsieh Chin Fan2024-09-20
|
* fix: add class name for containerHsieh Chin Fan2024-09-20
|
* docs: add structure explainHsieh Chin Fan2024-09-20
|
* chore: remove static css from repoHsieh Chin Fan2024-09-20
|
* chore: update scripts about buildingHsieh Chin Fan2024-09-20
|
* chore(release): 0.3.2Hsieh Chin Fan2024-09-20
|
* feat: add border line at bottom of draggable handleHsieh Chin Fan2024-09-20
|
* feat: move anchor to newline after doc separator completionHsieh Chin Fan2024-09-20
|
* chore: update CSS files by stylelintHsieh Chin Fan2024-09-20
|
* chore: apply stylelint-orderHsieh Chin Fan2024-09-20
|
* feat: enable onscroll event from plain-draggableHsieh Chin Fan2024-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 layoutHsieh Chin Fan2024-09-20
|
* feat: add throttle for DOMRect animationHsieh Chin Fan2024-09-20
|
* chore(release): 0.3.1Hsieh Chin Fan2024-09-20
|
* style: eslintHsieh Chin Fan2024-09-20
|
* refactor: move utils method to new moduleHsieh Chin Fan2024-09-20
|
* feat: animation for ShowcaseHsieh Chin Fan2024-09-20
|
* feat(CSS): set showcase display by each layoutHsieh Chin Fan2024-09-20
|
* docs: update READMEHsieh Chin Fan2024-09-20
|
* fix: do not change focus map when it is aloneHsieh Chin Fan2024-09-19
|
* chore: fix error from stylelintHsieh Chin Fan2024-09-19
|
* test: add style lintHsieh Chin Fan2024-09-19
|
* fix: don't show suggestion list in caseHsieh Chin Fan2024-09-19
|
* chore(release): 0.3.0Hsieh Chin Fan2024-09-19
|
* feat: improve CSS for draggable blockHsieh Chin Fan2024-09-18
|
* feat: swith focus map by tab key and clickHsieh Chin Fan2024-09-18
| | | | | | | | | | * Use data-focus attribute and MutationObserver to move map-container between Sementic HTML and Showcase. * Currently set return value of docuement.onkeydown in editor, then reset onkeydown function in dumbymap. Maybe there is a better way? * CSS to make placeholder not so obvious
* chore(release): 0.2.7Hsieh Chin Fan2024-09-16
|
* fix: update text decoration properlyHsieh Chin Fan2024-09-16
|
* fix: prevent autosave overrides content from hashHsieh Chin Fan2024-09-16
|
* chore(release): apply newer mapclay for user projectionHsieh Chin Fan2024-09-16
|