CSS ComponentThe latest version of this package is: 17.0.30-alpha.8, Opens in new window
Bundle
This component provides .css
, .styl
, .less
and .scss
-files.
To be able to install this component, please refer to the Project Setup documentation.
$ npm i @ids-core/loader@17.0.30-alpha.8
Table of Contents
Edit this section, Opens in new windowUsage
For webpages and web applications, you can use the supplied styling and the svg files located under src/svg/
(or in
the downloadable bundle). If you want loaders that are animated with JavaScript only, use the svg files
under src/svg/animated
.
<svg class="if loader dots horizontal" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<g class="if svg g">
<circle class="if svg circle" fill="#331e11" cx="8" cy="32" r="8" />
<circle class="if svg circle" fill="#331e11" cx="32" cy="32" r="8" />
<circle class="if svg circle" fill="#331e11" cx="56" cy="32" r="8" />
</g>
</svg>
Changelog
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
14.22.2 (2022-05-03)
Miscellaneous chores
- package locks: update package locks (813eac7)
14.20.1 (2022-04-19)
Miscellaneous chores
- changelog: regenerate all CHANGELOG.md files (64ab385) , closes #586342
- changelog: regenerate all changelogs after updating changelog generation (70789c9) , closes #587270
14.18.3 (2022-04-13)
Bug Fixes
- changelog: generate new CHANGELOG.md files for root and
packages (349fda4)
,
closes #586063
. We regenerate the files to include all relevant commits and to use
conventional-commits
at 100%
14.16.0 (2022-04-07)
Bug Fixes
14.9.0 (2022-03-03)
Miscellaneous chores
-
🤖 Bootstrap (6822f5b)
reinstall (d425056)
bootstrap (9a713df)
merge (2b1c5f1)
reinstall (5221600)
reinstall (147df55)
-
Add engines for all packages (e95dfff)
reinstall (afce1f2)
reinstall (67f3140)
-
Add changelog.md to files (3338314)
Reinstall (a2abf51)
14.2.2 (2021-12-10)
Code Refactoring
reinstall (885c74b)
14.0.4 (2021-11-15)
Bug Fixes
reinstall (545a069)
13.12.3 (2021-11-09)
⚠ BREAKING CHANGES
- 🧨 The scope for If Design System npm packages has now changed from
@if-design-system
to@ids-core
. We have also renamed the repository fromif-design-system
toids-core
- 🧨 Util is now renamed to Utils
- 🧨 We have now changed the navigation structure for the documentation site. Please update any saved links!
- 🧨 Navigation structure has now changed. Please see release notes!
Documentation Updates
-
✏️ Adjust documentation, examples etc (d161cd3)
-
✏️ Move position of the quick links (5cb0897)
-
✏️ Remove unneeded margins for shortcuts (36c7e8d)
-
✏️ Separate out CSS documentation (f6ed3ba) , closes #467386
-
✏️ Update links and change navigation structure (0bfd27d) , closes #490579
Code Refactoring
-
💡 Reduce spacing tokens, use correct size tokens (97aa461)
-
💡 Rename scope and repository (3ea5423)
-
💡 Use new navigation structure for documentation (415aee5) , closes #490579
-
another change in the structure (38a0d2e)
Miscellaneous chores
-
🤖 Prune changelogs (2c660c2)
-
🤖 Rename util to utils (f78721f)
-
fix all old references to util (d57bf17)
-
prepare for merge (0184490)
reinstall (da80dba)
13.11.0 (2021-10-19)
Features
- 🎸 Input field hot reload (eac76b7)
13.7.0 (2021-09-22)
Documentation Updates
- ✏️ Update linking layout and naming (15c383b)
13.6.3 (2021-09-17)
Bug Fixes
13.5.0 (2021-09-06)
Documentation Updates
bootstrap (d23e139)
- 🤖 Use correct order for diff (cc6a4fd)
12.14.1 (2021-08-12)
Miscellaneous chores
12.13.1 (2021-08-11)
Bug Fixes
-
🐛 Whitelist docs dir for npm packaging (1a5cfd0) , closes #457621
-
🤖 Remove .gitignore, use npm package.json files instead, ignore zip files for npm pack (49f0269) , closes #412081 . This will whitelist files to be used in "npm pack"
-
🤖 Reinstall (e660696)
-
🤖 Update published date (61e7ccf)
12.6.0 (2021-05-27)
Bug Fixes
12.0.0 (2021-05-05)
⚠ BREAKING CHANGES
- 🧨 Teasers are no more. It has been replaces with Lifestyle Navigational Card, Text Navigational Card. Studio Teasers is gone, use Studio Navigational Card instead, which is based on the old Studio Crosslinks
- 🧨 Notification is now renamed to Alert Banner
- 🧨 This extracts the Hero variation with no image into a separate, design updated component named Header
Features
Bug Fixes
- 🐛 Fix some layout bugs with navigational cards (565db7f)
Code Refactoring
-
💡 Remove Teasers, added Text and Lifestyle cards (1247479) , closes #336508
-
💡 Rename Notification to Alert Banner (8b4e48d) , closes #336508
Miscellaneous chores
-
🤖 Convert util tokens from theo to style-dictionary (99fb4f5)
-
🤖 Reinstall (2c763ea)
-
🤖 Reinstall (69e1a5b)
-
🤖 Update references to util variables (b79ec36)
-
🤖 Updating links (70f166e)
rebuild (7edb430)
-
🤖 Rename Change Log to Changelog (d412e63)
-
🤖 Remove all references to sketch (35fc554) , closes #339203
-
🤖 Update package fields (200c0af)
-
reinstall packages (fcfacf4)
7.1.0 (2020-11-16)
Features
6.43.3 (2020-11-03)
Miscellaneous chores
reinstall (2cefe15)
6.36.0 (2020-10-12)
Miscellaneous chores
- 🤖 Add what-input to demo and dev files (56801b7)
6.29.4 (2020-09-09)
Documentation Updates
- ✏️ Use correct strong element with if class (6b484df)
6.29.3 (2020-09-07)
Documentation Updates
- ✏️ Merge atoms/molecules/organisms into components (90ed590)
6.27.0 (2020-08-27)
Documentation Updates
- ✏️ Add componentName for loader component docs (4ce7bdc)
6.26.12 (2020-08-03)
Documentation Updates
- ✏️ Update documentation for the new registry (3e7ba20)
Miscellaneous chores
-
🤖 lerna bootstrap (d835ec9)
-
🤖 Temporarily remove package-lock.json-files (87b3f7f)
-
🤖 Update references to new scope (b5575dd)
6.26.10 (2020-07-14)
Miscellaneous chores
-
🤖 Manually update some links (ecc0133)
-
🤖 Update CHANGELOG.md links to workitems and commits (ab2887b)
6.23.0 (2020-07-01)
Miscellaneous chores
reinstall (1ab1527)
6.21.6 (2020-06-11)
Miscellaneous chores
- 🤖 Remove .zip files from .npmignore (b3bc7dc)
6.19.0 (2020-06-02)
Miscellaneous chores
reinstall (3416c65)
6.17.0 (2020-05-20)
Features
- 🎸 Smoother animation of loader ( horizontal) (a94c06e)
Bug Fixes
- 🐛 Fix loader (2f1f793)
6.15.5 (2020-05-15)
Miscellaneous chores
-
prepped and ready to separate documentation site from code (d3e1fd9)
-
pruning and reinstalling (5cda0bc)
-
Remove livingcss data and add frontmatter data (b384946)
6.15.4 (2020-05-14)
Bug Fixes
- 🐛 Add missing deps (d423d87)
Miscellaneous chores
-
🤖 Add missing preprocessor files and tests for loader (3ed21eb)
-
lerna bootstrap (0c4f599)
-
update deps (3fbea80)
6.11.1 (2020-04-22)
Bug Fixes
- 🐛 Readd missing asset build (34fb48a)
6.10.9 (2020-04-22)
Miscellaneous chores
- 🤖 Add *.zip-files to .npmignore-files (062b8b0)
6.10.6 (2020-04-17)
Miscellaneous chores
- 🤖 lerna bootstrap (d8faf26)
6.9.1 (2020-04-16)
Documentation Updates
- ✏️ Use correct badge color in README.md (03b563e)
6.6.0 (2020-04-09)
Documentation Updates
- ✏️ Change edit this document to edit this section (791b646)
6.5.3 (2020-04-06)
Documentation Updates
- ✏️ Some more sg updates and tweaks (d1d6802)
6.3.4 (2020-04-01)
Miscellaneous chores
- 🤖 Use more of if styling on documentation site (2eaf386)
6.3.2 (2020-03-31)
Documentation Updates
- ✏️ Replace sg.message with if.notification (5d1aa99)
5.2.0 (2020-03-17)
Code Refactoring
- 💡 Reorganized sections in the documentations (dd31802) . Adjust navigation styling on the left hand side. The reorganization is mostly to make the site load a bit smoother
5.0.4 (2020-03-14)
Miscellaneous chores
5.0.1-alpha.160 (2020-03-12)
Miscellaneous chores
5.0.1-alpha.149 (2020-03-05)
Miscellaneous chores
-
🤖 Finish adjusting components to baseline grid (50f7a69) . Chang approx 6888 raw values to variables
-
🤖 Starting to align components to new baseline grid (cf2c073)
5.0.1-alpha.147 (2020-03-02)
Miscellaneous chores
5.0.1-alpha.117 (2020-02-06)
Documentation Updates
- ✏️ Add edit links to documentation files (7c6e770)
5.0.1-alpha.105 (2020-01-13)
Bug Fixes
- 🐛 Reduce footprint of loader (d4a115c)
5.0.1-alpha.82 (2019-12-03)
Bug Fixes
- 🐛 Remove circle loader, embolish horizontal loader (0a37cfe)
5.0.1-alpha.81 (2019-12-03)
Documentation Updates
- ✏️ Pause animaton on loader teasers (3dd23b8)
5.0.1-alpha.79 (2019-12-03)
Documentation Updates
- ✏️ Scope all examples to .if (26bd7cd)
5.0.1-alpha.76 (2019-12-02)
Miscellaneous chores
- 🤖 Use correct class for examples (8857386)
5.0.1-alpha.74 (2019-11-29)
Bug Fixes
- 🐛 Adjust animation timing function for loaders (f2f2b9d)
5.0.1-alpha.73 (2019-11-29)
Features
- 🎸 Add pngs for circle loader (c10586f)
Documentation Updates
Miscellaneous chores
- lerna bootstrap (031fec7)
5.0.1-alpha.72 (2019-11-29)
Features
- 🎸 Add loader component (5b810bd)