Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/TWILIGHT-25…
Browse files Browse the repository at this point in the history
…44-add-pnpm-support
  • Loading branch information
Nabute committed Dec 29, 2024
1 parent adff0ec commit b39cb1e
Show file tree
Hide file tree
Showing 28 changed files with 509 additions and 8,665 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @jalmatari @ashrafreda
93 changes: 92 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,104 @@ On this page, you will find all about Salla's Theme Raed updates, including freq
> ℹ️ Info
>The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
# [1.189.0](https://github.com/SallaApp/theme-raed/compare/1.187.0...1.189.0)(29-12-2024)
### Feature

- Support the `is_default` property for homepage components as well as default data for some components
- Add preview images for each component in Theme Raed using the image key in the `twilight.json` file

# 🧶 [1.187.0](https://github.com/SallaApp/theme-raed/compare/1.185.0...1.187.0)(17-12-2024)
### Enhancement

- Upgrade the `twilight-components` to fix the style of product's options

# 🪐 [1.185.0](https://github.com/SallaApp/theme-raed/compare/1.184.0...1.185.0)(09-10-2024)
### Enhancement
- Remove the `advertisement.twig` file, and render its content automatically
#### Developers Actions:
- Leverage New Feature<br>
Remove the `advertisement.twig` file so the [`salla-advertisement`](https://docs.salla.dev/doc-478502/?nav=01HNFTE06J4QC24T0D5BPRYKMD) JS Web component renders automatically, and ensure you test the styles.

# 🌪️ [1.184.0](https://github.com/SallaApp/theme-raed/compare/1.183.0...1.184.0)(25-09-2024)
### Feature
- Support Blog Interaction with Comments and Likes:
- Support for liking and unliking on the blog single page.
- Display likes count and comments count on blog cards.
- Enable comments and replies on the blog post page.

# 🌂 [1.183.0](https://github.com/SallaApp/theme-raed/compare/1.182.0...1.183.0)(25-09-2024)
### Feature
- Support comments and like in the Merchant blog

# 🎓 [1.182.0](https://github.com/SallaApp/theme-raed/compare/1.181.0...1.182.0)(24-09-2024)
### Bug Fixes
- Display rating in the `product-card`

# 👔 [1.181.0](https://github.com/SallaApp/theme-raed/compare/1.180.0...1.181.0)(24-09-2024)
### Bug Fixes
- Display rating in the `product-card`

# 💈 [1.180.0](https://github.com/SallaApp/theme-raed/compare/1.179.0...1.180.0)(31-08-2024)
### Enhancement
- Enhancements in the Menus

# 🪡 [1.179.0](https://github.com/SallaApp/theme-raed/compare/1.178.0...1.179.0)(30-08-2024)
### Bug Fixes
- Avoid storing menu items in the browser

# 👣 [1.178.0](https://github.com/SallaApp/theme-raed/compare/1.177.0...1.178.0)(29-08-2024)
### Bug Fixes
- Fix align of text in the My Account page


# 🃏 [1.177.0](https://github.com/SallaApp/theme-raed/compare/1.176.0...1.177.0)(19-08-2024)
### Bug Fixes
- Fix memory leak error in the `product-card`

# 🔅 [1.176.0](https://github.com/SallaApp/theme-raed/compare/1.175.0...1.176.0)(12-08-2024)
### Bug Fixes
- Fix the error message style when a user uploads an avatar with size more than 2MB

# 🧮 [1.175.0](https://github.com/SallaApp/theme-raed/compare/1.174.0...1.175.0)(08-08-2024)
### Enhancement
- Enhance the reviews system

# 📊 [1.174.0](https://github.com/SallaApp/theme-raed/compare/1.173.0...1.174.0)(06-08-2024)
### Bug Fixes
- Fix unavailable options

# 🪞 [1.173.0](https://github.com/SallaApp/theme-raed/compare/1.172.0...1.173.0)(05-08-2024)
### Bug Fixes
- Update Product Price with unavailable Option

# 🔮 [1.172.0](https://github.com/SallaApp/theme-raed/compare/1.171.0...1.172.0)(01-08-2024)
### Bug Fixes
- Upgrade to the `twilight-components`

# 🖼️ [1.171.0](https://github.com/SallaApp/theme-raed/compare/1.170.0...1.171.0)(01-08-2024)
### Bug Fixes
- Fix the product's image in the product's details page

# 🔦 [1.170.0](https://github.com/SallaApp/theme-raed/compare/1.169.0...1.170.0)(25-07-2024)
### Bug Fixes
- Upgrade twilight-components package


# 🖲️ [1.169.0](https://github.com/SallaApp/theme-raed/compare/1.168.0...1.169.0)(23-07-2024)
### Enhancements
- Upgrade Twilight & Twilight components

#💈[1.168.0](https://github.com/SallaApp/theme-raed/compare/1.167.0...1.168.0)(17-07-2024)
### Enhancements
- Handle protected digital files

# ⛓️‍💥 [1.167.0](https://github.com/SallaApp/theme-raed/compare/1.165.0...1.167.0)(10-07-2024)
### Features
- Support Digital Product Option

# 💈 [1.165.0](https://github.com/SallaApp/theme-raed/compare/1.164.0...1.165.0)(02-07-2024)
### Enhancements
- Support order option book appointment field in the salla-booking-field JS Web Component
- Support order option book appointment field in the `salla-booking-field` JS Web Component

# 🖼️ [1.164.0](https://github.com/SallaApp/theme-raed/compare/1.163.0...1.164.0)(29-06-2024)
### Bug Fixes
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"author": "Salla",
"dependencies": {
"@salla.sa/twilight": "^2.13.106",
"@salla.sa/twilight-tailwind-theme": "^2.13.106",
"@salla.sa/twilight": "^2.14.35",
"@salla.sa/twilight-tailwind-theme": "^2.14.35",
"animejs": "^3.2.1",
"fslightbox": "^3.3.0-2",
"lite-youtube-embed": "^0.2.0",
Expand All @@ -29,8 +29,7 @@
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.16.5",
"@babel/runtime": "^7.25.6",
"@salla.sa/twilight-components": "^2.14.2",
"@salla.sa/twilight-components": "^2.14.35",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
Expand Down
6,301 changes: 77 additions & 6,224 deletions public/app.css

Large diffs are not rendered by default.

431 changes: 2 additions & 429 deletions public/app.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
Loading

0 comments on commit b39cb1e

Please sign in to comment.