-
Notifications
You must be signed in to change notification settings - Fork 259
Changelog
Pedro Correia edited this page Feb 25, 2014
·
3 revisions
#Changelog http://ink.sapo.pt
- Repository structural change: Ink.js Git submodule dropped, now Ink and Ink.js are the same repository
- Javascript Ink.UI.Sticky bugfixes
- Javascript Ink.UI.Draggables improved
- Javascript 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).
- Javascript Ink.UI.Toggle now toggles several elements at once, if the selector selects many elements.
- HTML/CSS legacy IE fixes
- Javascript minor bug fixes
- Website Updated documentation
- HTML/CSS Moved .ink-shade and .drag to utilities.less in order for the classes to be reusable by other components
- HTML/CSS Removed hard coded z-index values
- HTML/CSS Solved layering issue with datepicker component
- Javascript Bug fixes in Ink.UI.Draggable and Ink.UI.Droppable
- Javascript Bug fixes in Ink.UI.Toggle
- Javascript Improvement in Ink.Dom.Loaded
- Javascript Added DOM component Ink.Dom.FormSerialize
- Javascript Added UI component Ink.UI.Tooltip
- HTML/CSS Bug fixes in appended and prepended inputs
- Javascript Bug fixes in Ink.UI.FormValidator
- Website Improved documentation and site layout
- HTML/CSS Badges
- HTML/CSS Appended and prepended input fields
- HTML/CSS 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
- Javascript Added UI component Droppable
- Website Vastly improved documentation and better site layout
- HTML/CSS Layout component rewritten to use less markup and be easier to implement
- HTML/CSS Extensive new typography rules for better looking typesetting with little effort
- HTML/CSS Added more flexibility to forms
- Javascript Implemented an improved Javascript core
- Javascript Documentation has been improved and extending the Javascript core and/or components is now easier.
- Javascript Added support to UI components configurations via data attributes.
- Javascript Improved the UI components in matters of responsiveness and UX.
- Ink launched at Codebits.
- Truly fluid layout
- Markup and CSS components for common web UI
- Navigation
- Typography
- Icons
- Forms
- Alerts
- Tables
- JS components:
- Gallery
- Modal
- Table
- Tree View
- Sortable list
- Date Picker
- Tabs
- Form Validator
- Dockable, collapsible and close behaviours