html_components 0.3.0
html_components: ^0.3.0 copied to clipboard
A reusable component library written in HTML and Dart using Polymer.dart.
Changelog #
0.3.0 #
- Updated to latest SDK (1.5.1) and polymer (0.11.0) version
- Renamed the web folder to example
- Updated Bootstrap CSS to use /deep/ selectors
- Added the
packages/polymer/polymer.htmlimport to every Polymer element definition page. packages/web_components/platform.jsandpackages/web_components/dart_support.jsadded to the example pages instead of thepackages/polymer/polymer.htmlHTML importpackages/browser/dart.jsremoved from the example pagesenteredViewandleftViewlifecycle methods replaced withattachedanddetachedrespectively@hostCSS rules changed to:host- Removed the dependency to the
animationpackage - An old pagination bug reintroduced by Polymer.dart was fixed in the library
- For the
h-image-comparecomponent, now thebeforeandafterCSS classes are required as the:first-childand:last-childpseudo selectors got out of the spec - Fixed the animation bug in
h-accordion - Refactored the example CSS files, some of them could be removed
- Removed
applyAuthorStylesfrom everywhere - Removed some example dart files and modified those components to be
noscript - Fixed some warning messages in
pub build - Fixed the undefined function error in
h-paginator - Fixed
h-datatableissues outside of Dartium - The components can be used in Dartium (SDK 1.5.1), Chrome Stable 35, Chrome Canary 38, Opera 22, Firefox 30, Safari 7
0.2.1 #
- Updated to latest SDK (1.4.2) and polymer (0.10.1+1) version
0.2.0 #
- Updated to latest SDK (1.3) and polymer version
- Some bug fixes
exampledirectory renamed towebuntil the pages can be compiled without an errorunittestis now a dev dependency
0.1.7 #
- tree: animate property renamed to animating to fix the naming collision with the Element class
- menu button: positioning bug fixed
0.1.6 #
- confirmation dialog is centered before shown, fix in CSS
- CSS fixes: confirmation dialog, dialog, boolean button, masked input, select item, select button, select checkbox menu
- breadcrumb fixed
0.1.5 #
- carousel's select button is now a span, initialization is async
- datatable now fires
columnresizedandrowtoggledevents instead ofcolumnResizedandrowToggled - treetable now fires
columnresizedinstead ofcolumnResized - confirmation dialog now fires the
buttonclickedevent when a button is clicked - autocomplete, boolean button, masked input and rating now fires
valuechangedinstead ofvalueChanged - masked input is now a block component and can be resized horizontally
- context menu now has a
disabledattribute - select button and select checkbox menu now fires
selectionchangedinstead ofselectionChanged - orientation of menubar can now be changed dynamically
- menu button closes if a menu item is clicked
- submenu label does not fire click event
- feed reader does not fire the
refreshedevent on the first time - gallery and image compare are now initialized 100 milliseconds after
enteredView - image compare is now a block component
- accordion is initialized in a
Timer.runfunction instead ofscheduleMicrotask - panel now has two public methods:
open()andcollapse()to open and collapse the panel dynamically - a tab cannot be closed in a tabview if the tab is disabled
- new property in NotificationBarComponent: z (z-index for the notification bar)
- draggable is now a block component
- growl messages animate when closed automatically after
lifetimemilliseconds - initialization of the resizable component is now async
- examples updated
0.1.4 #
- item template renamed to safe html
- new item template component created
- the functionality of orderlist is merged into select listbox
- select listbox renamed to listbox
- feed reader, autocomplete, carousel, listbox, picklist, datagrid, paginator, tree, tree node, datatable, column, row expansion, treetable migrated to Polymer.dart
- examples added for the item template and safe html components
0.1.3 #
- draggable, resizable, panel, accordion, photocam, lightbox, image compare, gallery, boolean button, masked input, rating, select item, select button, select checkbox menu, tag, tagcloud, dialog, confirmation dialog, breadcrumb, context menu, menubar, menu button, menu item, menu separator, split button, submenu migrated to Polymer.dart
0.1.2 #
- tab, tabview migrated to Polymer.dart
- added examples for the migrated components
- added Github pages for live demo
- readme updated
0.1.0 #
- clock, growl, growl message, notification bar migrated to Polymer.dart