Releases: sapo/Ink
Releases · sapo/Ink
2.2.1
Repository
- structural change: Ink.js Git submodule dropped, now Ink and Ink.js are the same repository
Javascript
- Ink.UI.Sticky bugfixes
- Ink.UI.Draggables improved
- Ink.Dom.Event improvements: throttle (limit the amount of times a function can be called) and observeMulti (attaches an event to a selector or array of elements).
- Ink.UI.Toggle now toggles several elements at once, if the selector selects many elements.
Global
- HTML/CSS legacy IE fixes
- Javascript minor bug fixes
2.2.0
Documentation
- Updated documentation
HTML/CSS
- Moved .ink-shade and .drag to utilities.less in order for the classes to be reusable by other components
- Removed hard coded z-index values
- Solved layering issue with datepicker component
JavaScript
- Bug fixes in Ink.UI.Draggable and Ink.UI.Droppable
- Bug fixes in Ink.UI.Toggle
- Improvement in Ink.Dom.Loaded
- Added DOM component Ink.Dom.FormSerialize
- Added UI component Ink.UI.Tooltip
2.1.1
HTML/CSS
- Bug fixes in appended and prepended inputs
JavaScript
- Bug fixes in Ink.UI.FormValidator
2.1.0
Documentation
- Improved documentation and site layout
HTML/CSS
- Badges
- Appended and prepended input fields
- Added more spacing and gutter size options. E. g. .half-space, .quarter-space, top-space, .bottom-space, .left-space, .right-space, .half-gutters, .horizontal-gutters and much more.
JavaScript
- Added UI component Draggable
- Added UI component Droppable
2.0.0
Documentation
- Vastly improved documentation and better site layout
HTML/CSS
- Layout component rewritten to use less markup and be easier to implement
- Extensive new typography rules for better looking typesetting with little effort
- Added more flexibility to forms
JavaScript
- Implemented an improved Javascript core
- Documentation has been improved and extending the Javascript core and/or components is now easier.
- Added support to UI components configurations via data attributes.
- Improved the UI components in matters of responsiveness and UX.
1.1.0
Merge branch 'release/v1.1' Signed-off-by: Pedro Correia <[email protected]> Conflicts: README.md
0.1.0
Initial release