-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
✅ Deploy Preview for singular-parfait-0ecd83 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
nico-mcalley
requested changes
Aug 15, 2023
nico-mcalley
approved these changes
Aug 17, 2023
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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