Skip to content

Latest commit

 

History

History
93 lines (48 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

93 lines (48 loc) · 2.43 KB

CHANGELOG

2.2.0

New features

  • Add asynchronous beforeRender hook (#20)

2.1.2

Fixes

  • Fix missing .mjs files and Link with JSX runtime (#11)

2.1.1

New features

  • Add JSX runtime (#9)

2.0.1

⚠️ Breaking changes

  • Minimum supported Node.js version is 16.20.0 (#8)

Fixes

  • Fix htmlFor attribute not transformed (#7)

1.0.6

Fixes

  • Add fallback for replaceChildren support (#6)

1.0.5

Fixes

  • JSX, trim empty class name (654582c)

1.0.4

Fixes

  • JSX, fix array of children ignored (#5)

1.0.3

Fixes

  • Fix types for the optional parameter silentOnNotFound (cf2c4a9)

1.0.2

New features

  • Add the silentOnNotFound parameter. Useful when the route changes and the application wants to ignore these changes (#4)

1.0.1

Fixes

  • Fix types for the optional parameter basePath (5973658)

1.0.0

Fixes

  • Fix broken types for the Link component with @types/react-dom (69444e3, 89e0a0c)

New features

  • Add router base path (#3)

1.0.0-rc.1

Fixes

  • Fix Link with SVG children (21392bf)
  • Fix JSX children with type number (0cb5d03)

New features

  • Documentation has been moved from Wiki to Github pages
  • Add compatibility with nested components (46b35b7)

1.0.0-rc.0

New features

  • First Release Candidate of Costro 🚀