Skip to content

Releases: dev-murphy/pathwise

v1.6.0

14 May 22:24

Choose a tag to compare

1.6.0 (2026-05-14)

✨ Features

  • forms: add per-field placeholder and max character limit to builder (387d392)

🔨 Code Refactors

  • migrate to file-based routing with per-flow builder, preview, and stats pages (ef8cf0c)

v1.5.0

14 May 20:53

Choose a tag to compare

1.5.0 (2026-05-14)

✨ Features

  • app: option-to-node routing, drag-to-reorder field list, order-aware reorganize (4aaefc3)
  • app: pivot to flow-based form builder (1d6e7dc)
  • components: extract AppNav, FieldPanel, EdgePanel, ConnectionPanel, FieldList, FlowCanvas from dashboard (14b0265)
  • composables: add useFormStore for localStorage form persistence (fd7914e)
  • icons: add Checkbox, Home, ArrowLeft, ChartBar, Eye, Share, ExternalLink, AlertCircle, LayoutDashboard from Tabler Icons (0996dde)
  • pages: add landing page, 404, preview, and stats pages (e9a8751)
  • router: add Vue Router with file-based routing, update app shell and types (544b82b)
  • types: add FIELD_TYPE_ICONS map for field type to icon component mapping (3a8246f)
  • types: add flow domain types for form builder (830ebf2)
  • types: add targetNodeId to FieldOption, add multiselect to MULTI_BRANCH_TYPES (7993feb)
  • ui: add iconOptions prop to XSelect for icon-per-option rendering (66a6906)

🐛 Bug Fixes

  • config: restore DevTools plugin, update package description (986e98b)

🧹 Miscellaneous

  • add links to homepage footer (5be1a59)

📖 Documentation

  • readme: rewrite for form builder pivot (153d3e0)

🔨 Code Refactors

  • dashboard: slim down to coordinator using extracted sub-components (fc0bc46)

💅 UI Updates

  • fix text color for non hovered element (4312b8a)
  • flow: add field type pill to QuestionNode header (1d4fc52)
  • flow: show required asterisk on QuestionNode label (1a0dded)
  • meta: update title, description, keywords and OG tags for form builder (9aa70b3)

v1.4.0

14 May 18:54

Choose a tag to compare

1.4.0 (2026-05-14)

✨ Features

  • app: implement decision tree editor with question/answer flow (8bb14a3)
  • flow: add QuestionNode and FlowEdge components, remove unused scaffolding (559bcac)
  • ui: add displayOptions prop to XSelect for label/value separation (6d006a2)

📖 Documentation

  • move commit guidelines to CONTRIBUTING.md, simplify README releases section (4ab961d)
  • readme: expand getting started with dev and production build instructions (b9a6c9a)
  • readme: rewrite readme to reflect current decision tree editor (f627e58)

v1.3.0

14 May 17:06

Choose a tag to compare

1.3.0 (2026-05-14)

✨ Features

v1.2.1

14 May 04:50

Choose a tag to compare

1.2.1 (2026-05-14)

🧹 Miscellaneous

  • add auto import plugins and vueuse to app, refactored x-select component (a2fff6f)
  • add favicon, logo and seo meta tags to app (1f07d75)

v1.2.0

14 May 03:21

Choose a tag to compare

1.2.0 (2026-05-14)

✨ Features

v1.1.0

14 May 00:46

Choose a tag to compare

1.1.0 (2026-05-14)

✨ Features

  • remove boilerplate code (7a5b1c7)

🧹 Miscellaneous

📖 Documentation

v1.0.0

14 May 00:31

Choose a tag to compare

1.0.0 (2026-05-14)

✨ Features

📖 Documentation

  • add package manager, home page and other info to package manager (3d4e616)

⚙️ CI/CD

  • add release action to github (d6bdbb7)
  • ensure pages redirect works on vercel (59f6c34)