Skip to content

Releases: timble/kodekit-ui

v1.2.3

14 Jan 11:49
3e37476
Compare
Choose a tag to compare

fixed - Delete action in form not working

v1.2.2

28 Nov 13:18
ac04b68
Compare
Choose a tag to compare

changed - Change Javascript event prefix to k: from koowa:

v1.2.1

15 Oct 18:28
Compare
Choose a tag to compare

Changelog

  • Webkit fixes #49

v1.2.0

18 Sep 10:28
Compare
Choose a tag to compare

Changelog

  • Added: Bootstrap 4 grid
  • Refactored: Tab scroller to use a jQuery plugin pattern
  • Refactored: Initialize logic to better support SPAs

v1.1.0

27 Aug 09:06
Compare
Choose a tag to compare

Changelog

  • Added: Labels molecule
  • Added: Loaders in buttons / tabs
  • Added: Inherit + transparent background / color utilities
  • Added: Option to add content to a loader in a loader-container
  • Changed: Transparent background and no color for empty state to inherit parent styling
  • Fixed: Replaced default outline with top box-shadow focus for active tabs

v1.0.4

22 Jun 09:43
Compare
Choose a tag to compare
  • Fix k-positioner active class

v1.0.3

07 Jun 14:09
Compare
Choose a tag to compare
  • Fixed: ckeditor source flexbox styling
  • Fixed: ckeditor flexbox styling when closing fullscreen view

v1.0.2

30 May 07:12
Compare
Choose a tag to compare

Load styled-file-input inside kquery so it will run even when the main JS file is loaded in the head of the page

v1.0.1

28 Mar 11:05
Compare
Choose a tag to compare
  • Added: transitioning class to body element when layout transitioning
  • Fixed: z-index only applied when layout transitioning
  • Fixed: broken right swipe menu

v1.0.0

26 Feb 12:18
Compare
Choose a tag to compare

Changelog

  • Added: Three column layout with resizable middle column (using cookies)
  • Added: Toggle buttons content editable by adding [data-toggle-button-content]
  • Added: each SCSS file can be conditionally compiled using variables
  • Added: AJAX loading pages
  • Added: Flexbox MCE container
  • Added: CSS warnings when using the markup in a wrong way
  • Added: Sticky and dismissible alerts
  • Changed: The whole UI is based on a 4pixel grid
  • Changed: The JS grid has been replaced by 1. inline-block + JS --> display: flex + JS --> display: grid (no JS)
  • Changed: Normalize has been updated to v7
  • Changed: Improved folder structure for SCSS
  • Changed: Cleanup for all SCSS and JS
  • Changed: Load kui-initialize.js instead of inline JS right after <body>
  • Fixed: Swipe menus have their own "open" and "closed" classes for easier styling
  • Fixed: All SCSS variable names are now built-up using the same pattern
  • Fixed: Added global kodekitUI JS variable to have acces to JS like kodekitUI.gallery(); etc.
  • Fixed: More robust tabs scroller code
  • Fixed: RTL styling
  • Removed: Table layout fallback, everything is flexbox now
  • Removed: Styleguide code