Skip to content

Latest commit

 

History

History
163 lines (99 loc) · 6.94 KB

File metadata and controls

163 lines (99 loc) · 6.94 KB

CHANGELOG

v0.4.0 (2026-03-18)

Bug Fixes

  • components,templates: Restore hello-world on iOS and Android (d7ac93b)

Continuous Integration

  • workflows: Add semantic-release pipeline and PR commit linting (0711683)

  • workflows: Append detailed changes link to release notes (11d50a7)

  • workflows: Fix duplicate release, and use changelog for release notes (1cd5393)

  • workflows: Simplify release pipeline to use python-semantic-release defaults (2766f24)

Documentation

  • repo: Rewrite README with banner, structured sections, and badges (7c083f4)

  • repo: Simplify README with badges and one-paragraph overview (3ac84b1)

Features

  • components: Standardize fluent setters and align base signatures (d236d89)

  • components,core: Add layout/styling APIs and fluent setters (6962d38)

Refactoring

  • components: Declare abstract static wrap in ScrollViewBase (593fee4)

  • core,components,examples: Add annotations; tighten mypy (86e4ffc)

v0.3.0 (2025-10-22)

Build System

  • repo: Remove invalid PyPI classifier (c8552e1)

Chores

  • experiments: Remove experiments directory (caf6993)

  • repo,core,mkdocs: Bump version to 0.3.0 (64d7c1c)

Documentation

  • mkdocs: Add Architecture page (6d61ffc)

Features

  • core,templates: Add push/pop navigation and lifecycle wiring (06ea22d)

  • templates,core: Adopt Fragment-based Android navigation (7a3a695)

v0.2.0 (2025-10-14)

Build System

  • templates,cli: Ship template dirs with package; drop zip artifacts (7725b14)

Chores

  • Clean up (6c7a882)

  • core,components,cli: Align lint, typing, and tests with CI (30037d1)

  • experiments: Remove unused experiment directories (db06fd1)

  • repo,ci,docs: Rename demo to examples/hello-world and update refs (6d5b78e)

  • repo,core,mkdocs: Bump version to 0.2.0 (d3f8d31)

  • templates: Scrub DEVELOPMENT_TEAM from iOS template (64ab266)

Continuous Integration

  • workflows,mkdocs: Set CNAME to docs.pythonnative.com for docs deploy (401a076)

Documentation

  • mkdocs: Add roadmap and link in nav (16ede97)

  • mkdocs: Update Getting Started, Hello World, Components, and platform guides (f3a03b0)

  • repo: Add CONTRIBUTING.md (f61cb85)

Features

  • Update README (e839585)

  • cli,mkdocs,tests: Add pn init/run/clean; use bundled templates (9c61757)

  • cli,templates: Auto-select iOS sim; guard PythonKit (7b7c59c)

  • cli,templates: Bundle offline templates; add run --prepare-only (d9dd821)

  • cli,templates: Dev-first templates; stage in-repo lib for pn run (b3dd731)

  • cli,templates,core: Bootstrap entrypoint; pn run shows Hello UI (2805e1d)

  • cli,templates,core: Fetch iOS Python runtime and bootstrap PythonKit (bcc0916)

  • components,utils: Unify constructors; set Android context (4c06b67)

  • repo,mkdocs,workflows: Migrate to src layout; add pyproject and docs scaffold (f273922)

Refactoring

  • cli: Make pn.py typing py3.9-compatible and wrap long lines (b38da78)

  • components,core: Align component names with docs (a326ceb)

v0.1.0 (2025-10-14)

v0.0.1 (2025-10-14)