netzke-basepack 6.5.0.0.rc2 → 6.5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -26
- data/Gemfile +2 -2
- data/lib/netzke/basepack/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23972dd99692f744f5ea975f8d96f7a9b16d6ed6
|
|
4
|
+
data.tar.gz: c8d404e5a3f65eb958c1f957d546080092acecd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 273184315cd63d8d76131200c6c73bcacea67a6f33f17daecfe79ee76fdf83981edf9d57ab5debf8be66964f7514c01ad6932ccc3afdd02743a201448d60fbd2
|
|
7
|
+
data.tar.gz: 859f4cc88e2287ea470c020045e19ba4652533f5aa770831b9e397dc1fa5d073e393e22671ea0842c65acabf711fffb3d0605d9940cc3b3262331570bbcae78f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# v6.5.0.0 - 2017-09-20
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
* Support for Ext JS 6.5
|
|
4
|
+
* Support for Rails 5.1
|
|
5
|
+
* New versioning convention: the first 2 numbers correspond to the major Ext JS and Rails versions respectively.
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
forms.
|
|
8
|
-
|
|
9
|
-
* `edit_inline` config option is gone (see the new `editing` option).
|
|
10
|
-
|
|
11
|
-
* Provide full association name using the double-underscore notation in locales (e.g. `author__name` instead of just
|
|
12
|
-
`author`). This reverts the change introduced in 1.0.0.0.
|
|
13
|
-
|
|
14
|
-
### New and mproved
|
|
15
|
-
|
|
16
|
-
* Grid: new `paging` and `editing` options allow for more flexible combinations of different editing and paging modes.
|
|
17
|
-
|
|
18
|
-
* Tree: fixed date and datetime columns in some browsers.
|
|
19
|
-
|
|
20
|
-
* Tree: implement `scope` config option for Tree.
|
|
21
|
-
|
|
22
|
-
* Fix bug that allowed editing grids in inline mode by dblclicking the rows.
|
|
23
|
-
|
|
24
|
-
* Fix bug that allowed toggling checkbox in grids with prohibited update.
|
|
25
|
-
|
|
26
|
-
* Explicitly speficying grid actions will no longer display the buttons, whose actions are not permitted.
|
|
27
|
-
|
|
28
|
-
Please check [1-0-0](https://github.com/netzke/netzke-basepack/blob/1-0-0/CHANGELOG.md) for previous changes.
|
|
7
|
+
---
|
|
8
|
+
Please check [1-0](https://github.com/netzke/netzke-basepack/blob/1-0/CHANGELOG.md) for previous changes.
|
data/Gemfile
CHANGED
|
@@ -27,7 +27,7 @@ end
|
|
|
27
27
|
|
|
28
28
|
group :development, :test do
|
|
29
29
|
gem 'pry-rails'
|
|
30
|
-
gem 'netzke-core'
|
|
31
|
-
gem 'netzke-testing'
|
|
30
|
+
gem 'netzke-core'
|
|
31
|
+
gem 'netzke-testing'
|
|
32
32
|
gem 'faker'
|
|
33
33
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: netzke-basepack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.5.0.0
|
|
4
|
+
version: 6.5.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Gorin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A set of feature-rich extendible Netzke components (such as Grid, Tree,
|
|
14
14
|
Form, Window) and component extensions which can be used as building blocks for
|