Releases: jordanlepera/liva
Releases · jordanlepera/liva
v2.0.0
2.0.0 (2024-04-10)
Bug Fixes
- config files: after switching to bun, breaking changes were introduced (5132cfb)
- config files: switch from commonjs configuration files to es modules files (4642a14)
Features
- codebase: major upgrade: code refactor, app router migration, seo and metadata, landing page (f639838)
BREAKING CHANGES
- config files: Switch to bun package manager and runtime needed to change tailwind and postcss
config files to be renamed to .cjs (commonjs)
- codebase: Lots of code from boilerplates has been reviewed, and proper code changes for
complete migration from next.js pages router to app router has been completed. Complete refactor of
the codebase. Project package manager has been switched from pnpm to bun after bun v.1.1.1 Windows
support release. Seo and metadata have been updated to latest next.js 14 features and
recommendations
v1.8.0
1.8.0 (2024-01-24)
Features
- Introduction.tsx: home page blocks to describe the company services (1b240bb)
v1.7.0
1.7.0 (2024-01-24)
Features
- Home page: add a new features block on the home page (73c66e7)
v1.6.0
1.6.0 (2023-11-21)
Features
- Contact component: add contact details + secure phone display (9a3a626)
v1.5.2
1.5.2 (2023-11-20)
Bug Fixes
- public/assets/hero: fix image format not supported (avif => webp) (613b42e)
v1.5.1
1.5.1 (2023-11-20)
Bug Fixes
- public/images/hero: fix image format not supported by netlify (avif 10bit => webp) (b6b5c79)
v1.5.0
1.5.0 (2023-11-19)
Features
- Loading.tsx: new loading animation component (475662e)
Performance Improvements
- Hero.tsx: add suspense to support carousel images loading (e53d0fd)
v1.4.2
1.4.2 (2023-11-19)
Bug Fixes
- Main.tsx: fix conflicting z-index between mobile menu and menu bar (03cbee1)
- Main.tsx: fix desktop top menu bar z-index to be always on top (6803160)
v1.4.1
1.4.1 (2023-11-19)
Bug Fixes
- Main.tsx: fix mobile menu not staying fix (f2508d0)
v1.4.0
1.4.0 (2023-11-19)
Features
- contact form: create a new contact component integrated in contact and home page (17eb8a1)