Skip to content

Latest commit

 

History

History
397 lines (239 loc) · 45.4 KB

File metadata and controls

397 lines (239 loc) · 45.4 KB

1.27.0 (2026-05-29)

Features

  • create: add visible autosave status indicator (0b4fb0b), closes #328
  • create: add visible autosave status on create policy (4171f71), closes #328
  • create: localize remaining hardcoded receipt copy (d646fc7), closes #331
  • metrics: add chart data table fallback for policy metrics (7ee308f), closes #346
  • settings: add arrow key navigation to settings tabs (8181794), closes #336

1.26.3 (2026-05-29)

Bug Fixes

1.26.2 (2026-05-29)

Bug Fixes

  • improve header and notifications accessibility (823e57f)

1.26.1 (2026-05-29)

Bug Fixes

1.0.0 (2026-05-29)

Bug Fixes

Features

  • #124: Add retry UI for failed transactions (2b87699), closes #124
  • add claim flow polish, CODEOWNERS, release workflow, and component tests (96180ec), closes #205 #216 #217 #222 #205 #216 #217 #222
  • add claim form error summary with field navigation (#340) (727f69a)
  • add comprehensive input validation with Pydantic (bfc8e99)
  • add contract events risk pool and test coverage (e78c957)
  • add formatted coverage amount inputs for #73 (c356b70)
  • add frontend quality improvements and ci workflows (c00876b)
  • add global rate limiting to gateway (0995c90)
  • add k8s manifests and staging deployment workflow (31ef8ef)
  • add PostgreSQL connection pooling configuration (4a7ccfa)
  • added network swticher (ec3a2a8)
  • added partial claim support to contracts (761ab03)
  • addede the fixes (313064e)
  • analytics: integrate date range picker with preset shortcuts into dashboard (5d2aa04)
  • API error boundaries, offline banner, unsaved guard, reduced-motion (#125 #126 #122 #139) (d5d1ad2)
  • backend: add environment config, rate limiting, Redis caching, and webhook notifications (6d6a2bc), closes #48 #11 #9 #49
  • build policy summary review step for #78 (92564cf)
  • build: configure route-level code splitting (9605f69), closes #150
  • claims: add payout breakdown component with line items and status badge (53b285b)
  • claims: implement claim submission form with evidence inputs and preview (6743314)
  • components: add accessible popover primitive (c1928e6), closes #146
  • contracts: implement claim payout verification and treasury tracking (#20) (dc4ad59)
  • contracts: implement policy expiration checking (#18) (4e22353)
  • fix issues #285 and #283 (4ecde49)
  • frontend: add claim eligibility pre-check UI (f94f20c), closes #93
  • frontend: add keyboard shortcuts help modal (86386ef), closes ChaoLing140/StellarInsure#111
  • frontend: add pending transaction timeline (680a735), closes #81
  • frontend: add reusable modal, drawer, pagination, file validation, and policy selector components (74dc5d8), closes #113 #115 #118 #112
  • frontend: add reusable route seo metadata (e3bdfc4)
  • frontend: build policy creation page shell with stepper layout (c2b2ad0), closes #71
  • frontend: create transaction confirmation modal (cbe204b), closes #80
  • frontend: create trigger-builder, premium-estimate, and validation-summary components (#76, #74, #84) (89980ed)
  • frontend: expand settings page with account, preferences, and security sections (2f23a39), closes #99
  • frontend: implement loading skeleton library (4c6f387), closes #85
  • frontend: implement notifications center panel component (8443dd6), closes #97
  • frontend: implement policy draft autosave (935ed13), closes #79
  • frontend: implement policy type selector cards (ade8f80), closes #72
  • frontend: implement responsive mobile bottom navigation (#131) (b7da18a)
  • frontend: improve policy detail usability (06b9e74)
  • frontend: integrate condition builder, premium estimate, and validation summary (#76, #74, #84) (c1b14e3)
  • implement #189 transactions endpoint, #187 stellar signature verification, #196 multiple claims support, #188 JWT blacklisting (61fcdd5)
  • implement claim endpoints with file upload support (f52f40d)
  • implement claim endpoints with file upload support (8438a05)
  • implement dark mode with theme toggle and system preference support (4b8f35f)
  • implement database models with SQLAlchemy (06814fa)
  • implement frontend issues #119, #117, #120, #116 (eaf53cb)
  • implement frontend issues #91, #95, #121, #123 (499a80a)
  • implement issue #207 - API client integration (2032b2c)
  • implement issues #21, #30, #32, #47 (9bf8602)
  • implement issues #228, #300, #305, #306 (beccdfe)
  • implement JWT authentication system (2df9dd2)
  • implement policy endpoints with pagination and filtering (e868b1c)
  • implement status pills, sortable policy table, onboarding checklist, and withdrawal flow (4629294)
  • implement Stellar smart contract integration (bd66b5a)
  • implement token transfers and backend testing factories (a30df2d)
  • implement transaction history, onboarding flow, backend logging, and contract upgradeability (8800f2f)
  • initial commit - StellarInsure parametric insurance protocol (9a883eb)
  • multi-sig admin (#16), policy renewal (#22), integration tests (#29), emergency pause (#51) (48c88f0)
  • policies: fix aria labels, remove any types, persist view mode, add result count (7381748), closes #312 #313 #310 #316 #310 #312 #313 #316
  • policy list filter (654ec50)
  • pools: add risk pool deposit flow with multi-step UI and utilization display (6ee8b55)
  • premium calculation, mutation testing, and legal pages (c7f4d1f), closes #17 #52 #128
  • resolve issue templates, layout navigation, and fuzz coverage (704bfbe)
  • resolve multiple backend and contract issues (80d6697), closes #190 #186 #192 #195 #190 #186 #192 #195
  • scaffold accessible tooltip component with hover/focus/blur handlers (52bc8d4)
  • tighten radius tokens, fix dark accent contrast, add hero preview, flush features section (01fd4fb), closes #319 #320 #321 #323
  • Update Next.js, fix CSS variables, add oracle integration (0736d07), closes #275 #280 #198

1.26.0 (2026-05-29)

Features

  • tighten radius tokens, fix dark accent contrast, add hero preview, flush features section (01fd4fb), closes #319 #320 #321 #323

1.25.0 (2026-05-28)

Features

  • add claim form error summary with field navigation (#340) (727f69a)

1.24.1 (2026-05-28)

Bug Fixes

1.24.0 (2026-05-28)

Features

1.23.0 (2026-05-28)

Features

1.22.0 (2026-04-30)

Bug Fixes

  • table: improve table semantics and accessibility (30be705), closes #143

Features

  • build: configure route-level code splitting (9605f69), closes #150
  • components: add accessible popover primitive (c1928e6), closes #146

1.21.1 (2026-04-29)

Bug Fixes

1.21.0 (2026-04-29)

Features

1.20.0 (2026-04-29)

Features

  • added network swticher (ec3a2a8)
  • added partial claim support to contracts (761ab03)

1.19.0 (2026-04-29)

Features

  • implement dark mode with theme toggle and system preference support (4b8f35f)

1.18.1 (2026-04-29)

Bug Fixes

  • replace console.log with proper logging mechanism (761346c), closes #282

1.18.0 (2026-04-29)

Features

1.17.0 (2026-04-27)

Features

  • implement #189 transactions endpoint, #187 stellar signature verification, #196 multiple claims support, #188 JWT blacklisting (61fcdd5)

1.16.0 (2026-04-26)

Features

  • frontend: add reusable route seo metadata (e3bdfc4)

1.15.0 (2026-04-26)

Features

1.14.0 (2026-04-26)

Bug Fixes

Features

1.13.0 (2026-04-26)

Features

  • #124: Add retry UI for failed transactions (2b87699), closes #124

1.12.0 (2026-04-26)

Features

  • frontend: add reusable modal, drawer, pagination, file validation, and policy selector components (74dc5d8), closes #113 #115 #118 #112

1.11.0 (2026-04-26)

Features

1.10.0 (2026-04-25)

Features

1.9.1 (2026-04-25)

Bug Fixes

  • frontend: improve skip-link focus handling (#144) (47ac771)

1.9.0 (2026-04-25)

Features

1.8.0 (2026-04-25)

Features

1.7.0 (2026-04-25)

Features

  • scaffold accessible tooltip component with hover/focus/blur handlers (52bc8d4)

1.6.0 (2026-04-24)

Bug Fixes

  • resolve lint errors and add missing icon definitions (ea7df54)

Features

  • implement status pills, sortable policy table, onboarding checklist, and withdrawal flow (4629294)

1.5.0 (2026-04-24)

Features

  • frontend: add claim eligibility pre-check UI (f94f20c), closes #93
  • frontend: expand settings page with account, preferences, and security sections (2f23a39), closes #99
  • frontend: implement notifications center panel component (8443dd6), closes #97

1.4.0 (2026-04-24)

Features

  • analytics: integrate date range picker with preset shortcuts into dashboard (5d2aa04)
  • claims: add payout breakdown component with line items and status badge (53b285b)
  • claims: implement claim submission form with evidence inputs and preview (6743314)
  • pools: add risk pool deposit flow with multi-step UI and utilization display (6ee8b55)

1.3.0 (2026-04-24)

Features

  • add global rate limiting to gateway (0995c90)

1.2.0 (2026-04-24)

Features

1.1.0 (2026-04-24)

Features

  • add k8s manifests and staging deployment workflow (31ef8ef)

1.0.0 (2026-04-24)

Bug Fixes

Features

  • add claim flow polish, CODEOWNERS, release workflow, and component tests (96180ec), closes #205 #216 #217 #222 #205 #216 #217 #222
  • add comprehensive input validation with Pydantic (bfc8e99)
  • add contract events risk pool and test coverage (e78c957)
  • add formatted coverage amount inputs for #73 (c356b70)
  • add frontend quality improvements and ci workflows (c00876b)
  • add PostgreSQL connection pooling configuration (4a7ccfa)
  • addede the fixes (313064e)
  • backend: add environment config, rate limiting, Redis caching, and webhook notifications (6d6a2bc), closes #48 #11 #9 #49
  • build policy summary review step for #78 (92564cf)
  • contracts: implement claim payout verification and treasury tracking (#20) (dc4ad59)
  • contracts: implement policy expiration checking (#18) (4e22353)
  • frontend: add pending transaction timeline (680a735), closes #81
  • frontend: build policy creation page shell with stepper layout (c2b2ad0), closes #71
  • frontend: create transaction confirmation modal (cbe204b), closes #80
  • frontend: create trigger-builder, premium-estimate, and validation-summary components (#76, #74, #84) (89980ed)
  • frontend: implement loading skeleton library (4c6f387), closes #85
  • frontend: implement policy draft autosave (935ed13), closes #79
  • frontend: implement policy type selector cards (ade8f80), closes #72
  • frontend: implement responsive mobile bottom navigation (#131) (b7da18a)
  • frontend: improve policy detail usability (06b9e74)
  • frontend: integrate condition builder, premium estimate, and validation summary (#76, #74, #84) (c1b14e3)
  • implement claim endpoints with file upload support (f52f40d)
  • implement claim endpoints with file upload support (8438a05)
  • implement database models with SQLAlchemy (06814fa)
  • implement JWT authentication system (2df9dd2)
  • implement policy endpoints with pagination and filtering (e868b1c)
  • implement Stellar smart contract integration (bd66b5a)
  • implement token transfers and backend testing factories (a30df2d)
  • implement transaction history, onboarding flow, backend logging, and contract upgradeability (8800f2f)
  • initial commit - StellarInsure parametric insurance protocol (9a883eb)
  • multi-sig admin (#16), policy renewal (#22), integration tests (#29), emergency pause (#51) (48c88f0)
  • premium calculation, mutation testing, and legal pages (c7f4d1f), closes #17 #52 #128
  • resolve issue templates, layout navigation, and fuzz coverage (704bfbe)