Release notes
Make sure you read the Migration to v2 guide if you are upgrading from Sky Framework v1.
v2.2.5
Changes
- Extended tables with
table-striped
class
v2.2.3
Bug fixes
- Updated errors in the documentation
- Fixed broken table width sticky header component
v2.2.2
New features
- Extended framework with white-label source and documentation
Changes
- Deprecated and removed the popover component
- Visually updated the steps component
v2.1.1
Changes
- Updated color scales
v2.1
Major changes
- Upgraded responsive grid to flexbox
- Changed the utilities logic - instead of using a different value for each responsive tier, values are carried on to higher tiers unless overriden, resulting in significant smaller code footprint
New features
- Added responsive spacing (margin and padding) classes
- Added categorical color classes to list items
- Added flexbox utility classes
Code refactors
- Refactored source code for easier maintainance; variables have been grouped in more meaningful sets, mixins have been divided in different files
- Refactored progress bar component source code that resulted in significant footprint reduction
- Various small bugs and fixes in source and documentation
- Updated documentation to reflect changes of this version
Deprecations
- Deprecated visibility and hidden classes which have been replaced with semantic display classes
- Deprecated reverse-pad classes
v2.0
Major changes
- Major code refactoring that significantly reduced source code footprint
- Defined new variables and multiple SASS mixins in the source to accelerate future framework enhancements
- Table layout structure was replaced with flexbox
- Fresh and updated look across all the framework content and components
Supported browsers and devices
- Dropped support for Android stock browser up to v4.3
- Dropped support for Internet Explorer 10
- Dropped support for Windows phones
New features
- Input range added
- Additional responsive classes added for various utilities
- Added input-block size classes
- Added table-fixed-viewport classes to limit scrollable tables up to a maximum viewport height
- Added Javascript method
remove
for tags
Code refactors
- Progress bars have been rewritten to take advantage of accelerated CSS transforms - as opposed to the
width
attribute used in v1 - Updated validation colors
- Concatenated several Javascript functions resulting in smaller total file size.
Deprecations
- The
range slider
component has been removed - Warning validation classes have been removed from various form elements - input fields, selects, dropdowns, etc
- Multi-level header navigation component has been removed
- Dropdown
pointy-tip
styling has been removed