Skip to content

Latest commit

 

History

History
159 lines (87 loc) · 8.99 KB

CHANGELOG.md

File metadata and controls

159 lines (87 loc) · 8.99 KB

Changelog

2.2.0 (2023-02-06)

Features

  • add accent color support (907407b)
  • add GitHub compatible 404 error page (37dd3fa)
  • dynamic.svelte: add CSS loader to loading state in dynamic components (6f6ebc6)

Bug Fixes

  • routing: fix routing in embeded pages (b276710)

2.1.0 (2023-02-06)

Features

  • add 404 fallback (59a7f29)
  • add accent color support (907407b)
  • add GitHub compatible 404 error page (37dd3fa)
  • dynamic.svelte: add CSS loader to loading state in dynamic components (6f6ebc6)

Bug Fixes

  • fix routing in embeded pages (90ff8e6)
  • routing: fix routing in embeded pages (b276710)

2.0.0 (2023-01-31)

⚠ BREAKING CHANGES

  • Tinro Routing is wrapped by custom component and All components and views can be dynamically imported

Features

  • add 404 fallback (59a7f29)
  • add accent color support (907407b)
  • add GitHub compatible 404 error page (37dd3fa)
  • add srcset with image optimizations (4b41e7d)
  • dynamic.svelte: add CSS loader to loading state in dynamic components (6f6ebc6)
  • postcss.config.js: add cssnano advanced CSS optimization (8999a2c)

Bug Fixes

  • fix routing in embeded pages (90ff8e6)
  • routing: fix routing in embeded pages (b276710)

Code Refactoring

  • refactor project structure (51926db)

2.0.0 (2023-01-31)

⚠ BREAKING CHANGES

  • Tinro Routing is wrapped by custom component and All components and views can be dynamically imported

Features

  • add 404 fallback (59a7f29)
  • add accent color support (907407b)
  • add GitHub compatible 404 error page (37dd3fa)
  • add srcset with image optimizations (4b41e7d)
  • dynamic.svelte: add CSS loader to loading state in dynamic components (6f6ebc6)
  • postcss.config.js: add cssnano advanced CSS optimization (8999a2c)

Bug Fixes

  • fix routing in embeded pages (90ff8e6)
  • routing: fix routing in embeded pages (b276710)

Code Refactoring

  • refactor project structure (51926db)

1.0.0 (2023-01-24)

⚠ BREAKING CHANGES

  • Tinro Routing is wrapped by custom component and All components and views can be dynamically imported

Features

  • add 404 fallback (59a7f29)
  • add accent color support (907407b)
  • add GitHub compatible 404 error page (37dd3fa)
  • add srcset with image optimizations (4b41e7d)
  • dynamic.svelte: add CSS loader to loading state in dynamic components (6f6ebc6)
  • initial commit (a8b8f53)
  • postcss.config.js: add cssnano advanced CSS optimization (8999a2c)

Bug Fixes

  • fix routing in embeded pages (90ff8e6)
  • routing: fix routing in embeded pages (b276710)

Code Refactoring

  • refactor project structure (51926db)

2.2.0 (2022-08-07)

Features

  • add accent color support (907407b)
  • add GitHub compatible 404 error page (37dd3fa)
  • dynamic.svelte: add CSS loader to loading state in dynamic components (6f6ebc6)

2.1.1 (2022-08-07)

Bug Fixes

  • routing: fix routing in embeded pages (b276710)

2.1.0 (2022-08-07)

Features

Bug Fixes

  • fix routing in embeded pages (90ff8e6)

2.0.0 (2022-08-07)

⚠ BREAKING CHANGES

  • Tinro Routing is wrapped by custom component and All components and views can be dynamically imported

Features

  • add srcset with image optimizations (4b41e7d)
  • postcss.config.js: add cssnano advanced CSS optimization (8999a2c)

Code Refactoring

  • refactor project structure (51926db)

1.0.0 (2022-08-04)

Features