Yes there are some updates for Privacy Center coming. Below is a link to the release notes. You can find the privacy center updates under the section on the left called "Security, Identity and Privacy" then look for privacy center. help.salesforce.com/s/articleView?id=release-notes.salesforce_release_notes.htm&release=246&type=5
Hi working in a salesforce project as a UI Developer, I wrote global css to customize my UI but after the release of winter 24 some of places my UI is breaking now it is due to tag changes. Can you please let me know about tag changes in new release? It would be so helpful. Thanks
I am not aware of any tag changes in the new release, but there is a lot of information in the slide deck. Below is the slide deck from Salesforce with over 300 slides of information about the release. So you might be able to find the specific information you are looking for. Also, the issue may not be from the new release because today 9/1 is the first release weekend to a small number of sandboxes, 2nd release to a larger number of sandboxes is on 9/14. Below is a link to all the release date info as well. Sorry I was not much help but hopefully the documentation helps. docs.google.com/presentation/d/17hiCdIsVP7bq0bo-l06vjxBOOq0b7Q5ZA0eTTg_k-6A/edit#slide=id.g26dc66c02de_2_1140 www.salesforce.com/blog/winter-sandbox-preview/?_gl=1*1t892hd*_ga*NzE4NzA5OTk1LjE2NjEwMjAzMzc.*_ga_EE9XB9ZV8F*MTY5MTE4MDYxMi4yMi4wLjE2OTExODA2MTIuMC4wLjA.&_ga=2.21258235.1354603329.1691180613-718709995.1661020337
@@salesforceethan hey I found out why my css break it's due to attributes that was change so what I did earlier is I targeted class with attributes and now the attributes is changed that's why css breaks for me. Ex. .test[nameOfTheAttribute]
Hello Ethan,
Do we have any impact for Privacy Center and Salesforce Shield with Winter24 release?
Yes there are some updates for Privacy Center coming. Below is a link to the release notes. You can find the privacy center updates under the section on the left called "Security, Identity and Privacy" then look for privacy center.
help.salesforce.com/s/articleView?id=release-notes.salesforce_release_notes.htm&release=246&type=5
Hi working in a salesforce project as a UI Developer, I wrote global css to customize my UI but after the release of winter 24 some of places my UI is breaking now it is due to tag changes. Can you please let me know about tag changes in new release? It would be so helpful. Thanks
I am not aware of any tag changes in the new release, but there is a lot of information in the slide deck. Below is the slide deck from Salesforce with over 300 slides of information about the release. So you might be able to find the specific information you are looking for.
Also, the issue may not be from the new release because today 9/1 is the first release weekend to a small number of sandboxes, 2nd release to a larger number of sandboxes is on 9/14. Below is a link to all the release date info as well. Sorry I was not much help but hopefully the documentation helps.
docs.google.com/presentation/d/17hiCdIsVP7bq0bo-l06vjxBOOq0b7Q5ZA0eTTg_k-6A/edit#slide=id.g26dc66c02de_2_1140
www.salesforce.com/blog/winter-sandbox-preview/?_gl=1*1t892hd*_ga*NzE4NzA5OTk1LjE2NjEwMjAzMzc.*_ga_EE9XB9ZV8F*MTY5MTE4MDYxMi4yMi4wLjE2OTExODA2MTIuMC4wLjA.&_ga=2.21258235.1354603329.1691180613-718709995.1661020337
@@salesforceethan hey I found out why my css break it's due to attributes that was change so what I did earlier is I targeted class with attributes and now the attributes is changed that's why css breaks for me. Ex. .test[nameOfTheAttribute]