Skip to content

Changes to Icon-set and UI-icons together with YouSee Logo and styling improvements

Choose a tag to compare

@grandorf grandorf released this 15 Aug 14:03
· 184 commits to master since this release

Breaking changes:
Unclear difference between icon-set and ui-icons #140
We decided to merge the two icon sets to keep it simple. This means that the path to the SVG Sprite has changed and "UI Icons" is not a thing anymore. Please see documentation site for the new path. Also, many icons has been renamed so they make more sense and can be grouped better. You have to go through all the icons you use on your site to see if you need to change the ID. Please go to https://dna.yousee.dk/docs/design-guidelines/icons for a complete overview.
Also, the notifications and input-fields (validation icons only) now have hardcoded SVG code directly inside the component. This makes more sense because the icons are tweaked for this usage specific and are not part of the new icon library. Please copy the new HTML for these components:
https://dna.yousee.dk/docs/components/feedback/notifications.html
https://dna.yousee.dk/docs/components/form-elements/input-field.html

Change yousee logo from icon to svg #198
Inlined YouSee logo instead of using an icon from SVG-sprite. If you used to add the YouSee Logo by using the icon system you need to inline the logo instead. Get he code here: https://dna.yousee.dk/docs/components/icons-and-logo/logo.html.


Non-breaking changes:
New icons to Icon Library #203
Added some more icons to the library.

Input Field styling changes #197
Shadow adjusted and semibold text added to the input fields and text-area field to improve visibility


Commits:
4de62fb (HEAD -> master, tag: v2.0.0, origin/master, origin/HEAD) 2.0.0
e9cbbf5 (origin/icons2, icons2) Adding new icons to icon library - closes #203
56d9c31 Changing links to contribtution page and fixeing styling for text-area on focus
cf69fd6 (origin/input-fields, input-fields) Changed reference to element-preview because we don't need the icon-preview anymore.
620500d Improving documentation for links
35a4c52 Fixing focus state for readonly inout fields
6c52de8 Removing src/docs/07-Contributors.md because it will be generated automatically on build time
cac79ce Made smll styling changes to input fields - closes #197
a4af524 (origin/icons, icons) Inlining SVG directly to some components because the icons are made special for that UI component. I also made necessary CSS adjustments
6718ff1 Changing yousee logo from icon to svg - closes #198
ad0d7de Updating HTML guidelines and describtions on how to implement icons
407abc7 Renaming icons to match the design systems sketch file to align everything
04aa6b5 Merging Icon-Set and UI-icons to the same folder. Replacing some icons with new icons. Optimizing all icons with SVGO