Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/tng 1320 base url config #106

Merged
merged 7 commits into from
Aug 17, 2023
Merged

Conversation

Dramaturco
Copy link
Contributor

The sitemap and the remote API both no longer require the baseURL to be configured
The documentation and all tests have been changed accordingly
The nuxt version was updated to be able to use new features that made this possible
This version does not work on netlify. This issue will be addressed in the upcoming TNG-1321 ticket

Emre Neumann added 4 commits August 8, 2023 11:24
The sitemap and the remote API both no longer require the baseURL to be configured
The documentation and all tests have been changed accordingly
The nuxt version was updated to be able to use new features that made this possible
@netlify
Copy link

netlify bot commented Aug 11, 2023

Deploy Preview for singular-parfait-0ecd83 ready!

Name Link
🔨 Latest commit 798fb59
🔍 Latest deploy log https://app.netlify.com/sites/singular-parfait-0ecd83/deploys/64de1060137c650008df8c13
😎 Deploy Preview https://deploy-preview-106--singular-parfait-0ecd83.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

types.ts Show resolved Hide resolved
@Dramaturco Dramaturco changed the title Bugfix/tng 1320 base url config fix/tng 1320 base url config Aug 17, 2023
@nico-mcalley nico-mcalley merged commit 13ffc51 into main Aug 17, 2023
@nico-mcalley nico-mcalley deleted the bugfix/TNG-1320-base-URL-config branch August 17, 2023 12:38
dp-technical pushed a commit that referenced this pull request Aug 17, 2023
# 1.0.0 (2023-08-17)

### Bug Fixes

* **baseURL-config:** remove baseURL configuration ([#106](#106)) ([13ffc51](13ffc51))
* **button:** fix internal links ([#39](#39)) ([c1b210d](c1b210d))
* **components:** hide dev ([#44](#44)) ([ac3e759](ac3e759))
* **components:** hydration mismatch warnings ([#19](#19)) ([7a8d60c](7a8d60c))
* **dependencies:** update fsxa dependencies ([4a0b404](4a0b404))
* **dependencies:** update fsxa dependencies ([#88](#88)) ([c7b02ae](c7b02ae))
* **dependencies:** update to latest content-api version ([#100](#100)) ([230085e](230085e))
* **devcomponents:** hide if not preview mode ([#59](#59)) ([38e399d](38e399d))
* **dev:** fix dev component ([#53](#53)) ([ba74bb2](ba74bb2))
* **error.vue:**  exclamation mark style issue ([#64](#64)) ([cb22090](cb22090))
* **footer component:** legal links in footer now react to language switch ([de9fe56](de9fe56))
* **footer:** fix links on footer ([563c1ba](563c1ba))
* **languageswitch:** resolve language switch mismatch ([#86](#86)) ([511bb3c](511bb3c))
* **package.json:** repository url config semantic release ([7fae7a9](7fae7a9))
* **post-endpoint:** remove attribute mapping from request body ([10a0cbe](10a0cbe))
* **richtext:** add support for nested texts ([#20](#20)) ([e2b4c42](e2b4c42))
* **richtextelement:** render content as html ([#37](#37)) ([6373736](6373736))
* **routing:** correctly handle content projection ([#32](#32)) ([8117380](8117380))
* **routing:** differentiate between 404 and 500 ([#76](#76)) ([d16927c](d16927c))
* **routing:** redirect to new route after locale changed ([#22](#22)) ([20e398a](20e398a))
* **slug:** use showError instead of createError in useAsyncData ([#35](#35)) ([588e021](588e021))
* style improvements ([#50](#50)) ([4c85903](4c85903))
* todos in code ([#73](#73)) ([ac0d188](ac0d188))

### Features

* **components:** product category section ([#36](#36)) ([7f5114c](7f5114c))
* **components:** setup component wireframes ([#8](#8)) ([8e882c2](8e882c2))
* **content:** add caching layer to content ([#18](#18)) ([9c0e50f](9c0e50f))
* **content:** fetch and store dataset in content cache ([#33](#33)) ([72cf484](72cf484))
* **dev:** add syntax highlighting ([#69](#69)) ([97f516d](97f516d))
* **dev:** display products data ([#40](#40)) ([729b67a](729b67a))
* **endpoint:** create an endpoint to check for the health of server ([1430d75](1430d75))
* **featuredProducts:** add component ([2c2f331](2c2f331))
* **featuredproductsection:** add 2 new components: FeaturedProducts and FeaturedProductItem ([bdaa19c](bdaa19c))
* **locale:** change default lang via env ([#67](#67)) ([454ca7b](454ca7b))
* **locales:** get available locales ([#83](#83)) ([d36ad50](d36ad50))
* **logger:** add logger plugin ([#56](#56)) ([b569b30](b569b30))
* **logger:** import Logger class from fsxa-api ([a4a0739](a4a0739))
* **logger:** import Logger class from fsxa-api ([61f71ef](61f71ef))
* **product:** style product section ([#34](#34)) ([96e23aa](96e23aa))
* **projectProperties:** fetch pp on app start ([#15](#15)) ([a61f151](a61f151))
* **richtext:** add u element component ([f20dcb1](f20dcb1))
* setup basic navigation ([#7](#7)) ([97c9cd5](97c9cd5))
* setup fsxa ([#6](#6)) ([2f10a0b](2f10a0b))
* **sitemap:** add sitemap ([#47](#47)) ([5b18af6](5b18af6))
* style layout components ([#25](#25)) ([a379a98](a379a98))
* **tpp:** add editing functionality ([#51](#51)) ([69a8159](69a8159))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants