Skip to content

Commit

Permalink
Remove Polymer example and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojakob committed Oct 19, 2016
1 parent 890bbfc commit cb24b0a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 198 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog


## Version 0.3.4 (2016-10-19)

* Fix strong-mode type errors (#15).
* Remove Shadow DOM example and (dev)dependency on Polymer (was causing some confusion).


## Version 0.3.3 (2016-09-22)

* Allow a configurable clickSuppression distance (#13). We found that the click
Expand Down
1 change: 0 additions & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ <h1>Dart Drag and Drop Examples</h1>
<li><a href="nested-dropzones/web/">Nested Dropzone</a></li>
<li><a href="nested-elements/web/">Nested Elements</a></li>
<li><a href="simple-sortable/web/">Sortable</a></li>
<li><a href="shadow-dom/web/">Shadow DOM</a></li>
</ul>
</div>
</body>
Expand Down
13 changes: 0 additions & 13 deletions example/shadow-dom/pubspec.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions example/shadow-dom/web/example.css

This file was deleted.

23 changes: 0 additions & 23 deletions example/shadow-dom/web/example.dart

This file was deleted.

34 changes: 0 additions & 34 deletions example/shadow-dom/web/index.html

This file was deleted.

25 changes: 0 additions & 25 deletions example/shadow-dom/web/inner_container.html

This file was deleted.

32 changes: 0 additions & 32 deletions example/shadow-dom/web/outer_container.html

This file was deleted.

8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: dnd
version: 0.3.3
version: 0.3.4
author: Marco Jakob <majakob@gmx.ch>
description: Drag and Drop for Dart web apps with mouse and touch support.
homepage: http://code.makery.ch/library/dart-drag-and-drop/
documentation: http://www.dartdocs.org/documentation/dnd/latest/
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
browser: '>=0.10.0+2 <0.11.0'
dev_dependencies:
polymer: '>=0.15.1 <0.16.0'
browser: '>=0.10.0 <0.11.0'
8 changes: 0 additions & 8 deletions tool/drone_io.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ github_repo='git@github.com:marcojakob/dart-dnd.git'
pub install
pub build ${build_folder}

# Build the shadow dom example separately because it has a transformer.
cd example/shadow-dom
pub build
cd ../..
rm -rf build/example/shadow-dom/*
mv example/shadow-dom/build/* build/example/shadow-dom/


# -----------------------------------
# Configure git in build subfolder
# -----------------------------------
Expand Down

0 comments on commit cb24b0a

Please sign in to comment.