netzke-basepack 6.5.0.0.rc2 → 6.5.0.0

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: 466d7d0c92b2341a000c7f9931f833acb3529b43
4
- data.tar.gz: 475cbc128b6f078eb50c3336ccd0fa2957f94f07
3
+ metadata.gz: 23972dd99692f744f5ea975f8d96f7a9b16d6ed6
4
+ data.tar.gz: c8d404e5a3f65eb958c1f957d546080092acecd7
5
5
  SHA512:
6
- metadata.gz: 69aaf8a7c3e7c00540dc7bd86aaf296cbdada4fcfafc2a1d2a2a2c31a04ca207f0a94a95baedfd79227c22db28ef0357ba52ab57747c8fe8b317fd0aee306b67
7
- data.tar.gz: b879af62a8d4871d299a347792b7a96783caee05498eb4e6a85c653c2477e18971c8cbc3189a4684efed9052b479c0a5a6ce937f7ae7a5abee244158c74abe2d
6
+ metadata.gz: 273184315cd63d8d76131200c6c73bcacea67a6f33f17daecfe79ee76fdf83981edf9d57ab5debf8be66964f7514c01ad6932ccc3afdd02743a201448d60fbd2
7
+ data.tar.gz: 859f4cc88e2287ea470c020045e19ba4652533f5aa770831b9e397dc1fa5d073e393e22671ea0842c65acabf711fffb3d0605d9940cc3b3262331570bbcae78f
@@ -1,28 +1,8 @@
1
- # v1.0.1.0 - 2016-05-01
1
+ # v6.5.0.0 - 2017-09-20
2
2
 
3
- ### Breaking changes
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
- * Grid, Tree: use the `attributes` config option if you need to configure what attributes are shown in both the grid
6
- and its forms. The `columns` config option now only takes effect on grid, and it doesn't modify the layout of its
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', git: 'https://github.com/netzke/netzke-core', branch: '6-5-0'
31
- gem 'netzke-testing', git: 'https://github.com/netzke/netzke-testing', branch: '6-5-0'
30
+ gem 'netzke-core'
31
+ gem 'netzke-testing'
32
32
  gem 'faker'
33
33
  end
@@ -1,5 +1,5 @@
1
1
  module Netzke
2
2
  module Basepack
3
- VERSION = "6.5.0.0.rc2"
3
+ VERSION = "6.5.0.0"
4
4
  end
5
5
  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.rc2
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-08-19 00:00:00.000000000 Z
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