Skip to content

Tags: jordanlepera/liva

Tags

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.8.0...v2.0.0) (2024-04-10)

### Bug Fixes

* **config files:** after switching to bun, breaking changes were introduced ([5132cfb](5132cfb))
* **config files:** switch from commonjs configuration files to es modules files ([4642a14](4642a14))

### Features

* **codebase:** major upgrade: code refactor, app router migration, seo and metadata, landing page ([f639838](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

Toggle v1.8.0's commit message
chore(release): 1.8.0 [skip ci]

# [1.8.0](v1.7.0...v1.8.0) (2024-01-24)

### Features

* **Introduction.tsx:** home page blocks to describe the company services ([1b240bb](1b240bb))

v1.7.0

Toggle v1.7.0's commit message
chore(release): 1.7.0 [skip ci]

# [1.7.0](v1.6.0...v1.7.0) (2024-01-24)

### Features

* **Home page:** add a new features block on the home page ([73c66e7](73c66e7))

v1.6.0

Toggle v1.6.0's commit message
chore(release): 1.6.0 [skip ci]

# [1.6.0](v1.5.2...v1.6.0) (2023-11-21)

### Features

* **Contact component:** add contact details + secure phone display ([9a3a626](9a3a626))

v1.5.2

Toggle v1.5.2's commit message
chore(release): 1.5.2 [skip ci]

## [1.5.2](v1.5.1...v1.5.2) (2023-11-20)

### Bug Fixes

* **public/assets/hero:** fix image format not supported (avif => webp) ([613b42e](613b42e))

v1.5.1

Toggle v1.5.1's commit message
chore(release): 1.5.1 [skip ci]

## [1.5.1](v1.5.0...v1.5.1) (2023-11-20)

### Bug Fixes

* **public/images/hero:** fix image format not supported by netlify (avif 10bit => webp) ([b6b5c79](b6b5c79))

v1.5.0

Toggle v1.5.0's commit message
chore(release): 1.5.0 [skip ci]

# [1.5.0](v1.4.2...v1.5.0) (2023-11-19)

### Features

* **Loading.tsx:** new loading animation component ([475662e](475662e))

### Performance Improvements

* **Hero.tsx:** add suspense to support carousel images loading ([e53d0fd](e53d0fd))

v1.4.2

Toggle v1.4.2's commit message
chore(release): 1.4.2 [skip ci]

## [1.4.2](v1.4.1...v1.4.2) (2023-11-19)

### Bug Fixes

* **Main.tsx:** fix conflicting z-index between mobile menu and menu bar ([03cbee1](03cbee1))
* **Main.tsx:** fix desktop top menu bar z-index to be always on top ([6803160](6803160))

v1.4.1

Toggle v1.4.1's commit message
chore(release): 1.4.1 [skip ci]

## [1.4.1](v1.4.0...v1.4.1) (2023-11-19)

### Bug Fixes

* **Main.tsx:** fix mobile menu not staying fix ([f2508d0](f2508d0))

v1.4.0

Toggle v1.4.0's commit message
chore(release): 1.4.0 [skip ci]

# [1.4.0](v1.3.0...v1.4.0) (2023-11-19)

### Features

* **contact form:** create a new contact component integrated in contact and home page ([17eb8a1](17eb8a1))