Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit a63b6c9

Browse files
committed
Release 0.2.5
1 parent df70c1f commit a63b6c9

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Please see the wiki for documentation/references.
22

3-
- v0.1 - Sencha Touch 1.1 compatible version
4-
- v0.2.0 - Sencha Touch 2 PR2 compatible version
5-
- v0.2.1 - Sencha Touch 2 b1 compatible version
6-
- v0.2.2 - Sencha Touch 2 GA compatible version
7-
83
Latest Changes
94
---
5+
- v0.2.5
6+
* Fixed issue with scrollable: false adding a scroll element. Changed to null to avoid issues and unnecessary dom elements.
7+
* Tested with ST 2.3.0 and 2.3.1
8+
109
- v0.2.4
1110
* Fixed issue with onDrag see [issue #3](https://github.com/elmasse/Ext.ux.Cover/issues/3)
1211
* Tested with ST 2.2 and 2.2.1

theme/config.rb

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
dir = File.dirname(__FILE__)
33

44
# Load the sencha-touch framework automatically.
5-
load File.join(dir, '..', '..', 'common-libs', 'sencha-touch-1.1.0', 'resources', 'themes')
5+
load File.join(dir, '..', '..', 'touch', 'resources', 'themes')
66

77
# Compass configurations
8-
sass_path = dir
9-
css_path = File.join(dir, "..", "css")
10-
environment = :production
11-
output_style = :compressed
8+
sass_path = dir
9+
css_path = File.join(dir, "..", "css")
10+
11+
# Require any additional compass plugins here.
12+
images_dir = File.join(dir, "..", "images")
13+
output_style = :compressed
14+
environment = :production

0 commit comments

Comments
 (0)