-
Notifications
You must be signed in to change notification settings - Fork 56
Fundamental UI Name Change
Saad M edited this page Oct 26, 2018
·
2 revisions
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
- Repository name will change from
SAP/fundamental
toSAP/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
, orgit 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
- The current NPM Package
fundamental ui
will be deprecated in favor of the one with the new namefiori-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
tofiori-fundamentals
- Update any server build, CI scripts from
fundamental-ui
tofiori-fundamentals
- NPM install command changes from
npm i fundamental-ui
tonpm i fiori-fundamentals
- CDN Link will change from
https://unpkg.com/fundamental-ui/dist/fundamental-ui.min.css
tohttps://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 link will change from https://sap.github.io/fundamental/
to https://sap.github.io/fiori-fundamentals/
You can send an email to fundamental@sap.com if you have any questions or concerns regarding this change.