core_elements 0.4.0+4 copy "core_elements: ^0.4.0+4" to clipboard
core_elements: ^0.4.0+4 copied to clipboard

discontinued
outdatedDart 1 only

Polymer core-elements for Dart

version 0.4.0+4 #

  • Cherry pick 33 to fix repeated quick showing and hiding of core overlays.

version 0.4.0+3 #

  • Fix core-list-dart for the case where it is initialized with an empty array 137.

version 0.4.0+2 #

  • Optimize core-list-dart for cases where the original list is cleared out entirely but not replaced by a new list (such as calling .clear() or setting .length = 0).

version 0.4.0+1 #

  • Fixes for core-list-dart, coming from 130. Adding and removing items from small lists is fixed.

version 0.4.0 #

  • Updated core elements to match JavaScript version 0.4.2
    • Important breaking change: core_list_dart behaves differently. You no longer need special properties on the model of the list item. The template will be bound to a wrapper model object that contains the index, whether the item is selected, and the model you provided. See dartdoc for details.
  • Cherry-picked newer version of core-tooltip/core-focusable to avoid adding a dependency to paper elements.
  • removed unnecessary files (README from the core element repos)

version 0.3.2 #

  • Updated to use polymer 0.15.1 (Dart interop support is loaded automatically now.)

version 0.3.1+1 #

  • Fix core-list-dart division by zero error when list is empty 124.

version 0.3.1 #

  • Update core_elements_config.yaml with the new deletion_patterns option. This deletes a lot of cruft code from bower update.

version 0.3.0+1 #

  • Fix import in core_transition_pages 118.

version 0.3.0 #

  • Update elements to the 0.4.1 js versions.
    • Breaking Change core-dropdown has been renamed to core-dropdown-menu, core-popup-menu has been renamed to core-dropdown, and core-popup-overlay has been renamed to core-dropdown-overlay.
    • New core-a11y-keys element, which helps when dealing with key events.

version 0.2.2+1 #

  • Upgrade custom_element_apigen to a real dependency as its required in the wrappers.

version 0.2.2 #

  • Update all elements so they can be built from code using a normal factory constructor, such as new CoreInput(). It is still necessary however to include the html import for each element you wish to create this way.

version 0.2.1+2 #

  • Fix for 107. The core-ajax-dart element no longer throws exception in checked mode, and the content-type header will have the proper default.

version 0.2.1+1 #

  • Update core-input element to 88cbe6f. This removes the need to use js interop for many methods that are forwarded to the underlying input element.

version 0.2.1 #

  • Update all elements to the 0.4.0 js versions.
    • New Added new element core_popup_menu.
    • Fix core_drag_drop example.
  • Upgrade polymer dependency to >= 0.14.0.
    • Removed platform.js from all tests and examples.
  • Upgrade dependency on web_components to >=0.7.0.

version 0.2.0+1 #

Upgrade polymer dependency to >=0.13.0

version 0.2.0 #

Updated all elements to the 0.3.5 js versions.

  • New Added core-dropdown element, which acts like a
0
likes
0
pub points
25%
popularity

Publisher

unverified uploader

Polymer core-elements for Dart

Homepage

License

unknown (LICENSE)

Dependencies

custom_element_apigen, polymer, quiver, web_components

More

Packages that depend on core_elements