biola_wcms_components 0.15.1 → 0.15.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c407fabebf9a7797993b24ac2c7ad3118d2c3ea4
4
- data.tar.gz: f805d4dab3ec115c2436d202ab101700f06f1fa0
3
+ metadata.gz: e8cb842515a500636192d1ed84662425677bba4e
4
+ data.tar.gz: b0dd1dc586090458017a14c7e7df22554bec3001
5
5
  SHA512:
6
- metadata.gz: 69094799e0579ce2cd07b1cad897179a9967a3b2ca958b9fa8006b93973077f611de890ba99e8988f3d5eadb7d33a5dd138700043db96f306683c2e18fe945d8
7
- data.tar.gz: 5547e587f4c19db88725321464b6f3e94e6eb1233310faeab3d31c1ac2d19b2564b34c5455a88b42b9ad798abe26bef65b7578557c1b972ad30892d06b646cd8
6
+ metadata.gz: 4d7001881f6214657e0074b0be3452711b3faec9d738ef88d3a13dd0830911c99c8035b387a8765566aec2200b99a97b4828fc28252facd2e68fad35961af426
7
+ data.tar.gz: d2065723ec149e55d82222d166eb76642b098f2b574536a45e67f96d4bd42ad62cb4fce67b886faaf80669f737f057ccdf3d7940e9daba5b003724c1a3c29ff2
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### Master (unreleased)
4
4
 
5
+ ### 0.15.2
6
+
7
+ * Fix how tables are handled in readactor. It was stripping out thead and th tags.
8
+
5
9
  ### 0.15.1
6
10
 
7
11
  * Fixed multiselect searching. It was searching the value field instead of the text.
@@ -49,7 +49,7 @@ button_to_tag_mapping =
49
49
  italic: ['i', 'em']
50
50
  link: ['a']
51
51
  orderedlist: ['ol', 'li']
52
- table: ['table', 'tr', 'tbody', 'td']
52
+ table: ['table', 'tr', 'thead', 'th', 'tbody', 'td']
53
53
  unorderedlist: ['ul', 'li']
54
54
  video: ['iframe']
55
55
 
@@ -1,3 +1,3 @@
1
1
  module BiolaWcmsComponents
2
- VERSION = "0.15.1"
2
+ VERSION = "0.15.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biola_wcms_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.1
4
+ version: 0.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Hall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-05 00:00:00.000000000 Z
11
+ date: 2015-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ace-rails-ap