Skip to content

Fundamental UI Name Change

Saad M edited this page Oct 26, 2018 · 2 revisions

What's happening?

For better alignment and consistency in naming, Fundamental UI will be renamed to Fiori Fundamentals. The name change will impact in the following:

  • Git Repository
  • NPM Package
  • CDN links
  • Documentation Site

What do I need to do?

Git Repository

  • Repository name will change from SAP/fundamental to SAP/fiori-fundamentals.
  • All existing information will remain the same including - Issues, Wiki pages, Stars, Pull Requests, Branches, etc.
  • In addition to redirecting web traffic, all git clone, git fetch, or git push operations targeting the previous location will continue to function as if made on the new location.

TODO: To avoid confusion, it is strongly recommended that you change the remote's URL

NPM Package

  • The current NPM Package fundamental ui will be deprecated in favor of the one with the new name fiori-fundamentals.
  • All previous versions of fundamental-ui will continue to work and will be available via NPM

TODO:

  • Update your project's NPM depencency from fundamental-ui to fiori-fundamentals
  • Update any server build, CI scripts from fundamental-ui to fiori-fundamentals
  • NPM install command changes from npm i fundamental-ui to npm i fiori-fundamentals

CDN Links

  • CDN Link will change from https://unpkg.com/fundamental-ui/dist/fundamental-ui.min.css to https://unpkg.com/fiori-fundamentals/dist/fundamental-ui.min.css
  • Old CDN Links will continue to work

TODO:

  • Change any refernce to the CDN link in your project to new location - https://unpkg.com/fiori-fundamental@latest/dist/fiori-fundamentals.min.css ls

Documentation Site

Documentation site link will change from https://sap.github.io/fundamental/ to https://sap.github.io/fiori-fundamentals/

Questions or Support

You can send an email to fundamental@sap.com if you have any questions or concerns regarding this change.