Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cto
g1
Commits
324b0072
Commit
324b0072
authored
Mar 31, 2018
by
S Anand
Browse files
DOC: Release version 0.5.0
parent
ddec8083
Pipeline
#45250
passed with stage
in 2 minutes and 26 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
324b0072
# Change log
# Change log
-
`0.5.0`
: 31 Mar 2018
-
[
$.formhandler
](
#formhandler
)
has a
`link:`
option that links clicks to URLs. @tejesh.papineni
-
[
$.highlight
](
#highlight
)
adds classes to targets based on any event from any trigger
-
[
g1.datafilter
](
#datafilter
)
implements data filtering like FormHandler. @abinesh.lal
-
[
g1.types
](
#types
)
detects the type of each JavaScript Dataframe. @abinesh.lal
-
An internal
[
g1.scale
](
#scale
)
helps convert configurations to d3 scales
-
`0.4.0`
: 31 Jan 2018
-
[
$.formhandler
](
#formhandler
)
allows filters, custom formatting, error handling and more. By @tejesh.papineni
-
`0.3.0`
: 19 Jan 2018
-
[
$.formhandler
](
#formhandler
)
renders Gramex FormHandler results as a table. By @tejesh.papineni
-
`0.2.2`
: 26 Dec 2017
-
[
$.template
](
#template
)
can be applied to a container element like
`body`
. It supports
`data-selector=`
which defaults to
`script[type="text/html"]`
-
`0.2.1`
: 25 Dec 2017
-
[
$.template
](
#template
)
triggers a
`template`
event with the data and target nodes.
It also accepts a
`src=`
attribute that points to a template file.
-
`0.2.0`
: 23 Dec 2017. Added
-
[
$.template
](
#template
)
renders lodash templates
-
[
L.TopoJSON
](
#ltopojson
)
loads TopoJSON files just like GeoJSON
-
`0.1.0`
: 23 Dec 2017. Initial release with:
-
`0.1.0`
: 23 Dec 2017. Initial release with:
-
[
$.urlfilter
](
#urlfilter
)
changes URL query parameters when clicked. Used to filter data
-
[
$.urlfilter
](
#urlfilter
)
changes URL query parameters when clicked. Used to filter data
-
[
g1.url.parse
](
#urlparse
)
parses a URL into a structured object
-
[
g1.url.parse
](
#urlparse
)
parses a URL into a structured object
-
[
g1.url.join
](
#urljoin
)
joins two URLs
-
[
g1.url.join
](
#urljoin
)
joins two URLs
-
[
g1.url.update
](
#urlupdate
)
updates a URL's query parameters
-
[
g1.url.update
](
#urlupdate
)
updates a URL's query parameters
-
[
$.dispatch
](
#dispatch
)
is like
[
trigger
](
https://api.jquery.com/trigger/
)
but sends a native event (triggers non-jQuery events too)
-
[
$.dispatch
](
#dispatch
)
is like
[
trigger
](
https://api.jquery.com/trigger/
)
but sends a native event (triggers non-jQuery events too)
-
`0.2.0`
: 23 Dec 2017. Added
-
[
$.template
](
#template
)
renders lodash templates
-
[
L.TopoJSON
](
#ltopojson
)
loads TopoJSON files just like GeoJSON
-
`0.2.1`
: 25 Dec 2017
-
[
$.template
](
#template
)
triggers a
`template`
event with the data and target nodes.
It also accepts a
`src=`
attribute that points to a template file.
-
`0.2.2`
: 26 Dec 2017
-
[
$.template
](
#template
)
can be applied to a container element like
`body`
. It supports
`data-selector=`
which defaults to
`script[type="text/html"]`
-
`0.3.0`
: 19 Jan 2018
-
[
$.formhandler
](
#formhandler
)
renders Gramex FormHandler results as a table. By @tejesh.papineni
-
`0.4.0`
: 31 Jan 2018
-
[
$.formhandler
](
#formhandler
)
allows filters, custom formatting, error handling and more. By @tejesh.papineni
CONTRIBUTING.md
View file @
324b0072
...
@@ -38,12 +38,13 @@ To publish a new version on npm:
...
@@ -38,12 +38,13 @@ To publish a new version on npm:
# Run tests on dev branch
# Run tests on dev branch
git checkout dev
git checkout dev
npm run lint
npm test
npm test
# Update package.json version
# Update package.json version
# Update CHANGELOG.md
# Update CHANGELOG.md
# Ensure that there are no build errors on the server
# Ensure that there are no build errors on the server
git commit -m"DOC: Release version x.x.x"
git commit
.
-m"DOC: Release version x.x.x"
git push
git push
# Merge into dev branch
# Merge into dev branch
...
...
package.json
View file @
324b0072
{
{
"name"
:
"g1"
,
"name"
:
"g1"
,
"version"
:
"0.
4
.0"
,
"version"
:
"0.
5
.0"
,
"description"
:
"Gramex 1.x interaction library"
,
"description"
:
"Gramex 1.x interaction library"
,
"license"
:
"UNLICENSED"
,
"license"
:
"UNLICENSED"
,
"author"
:
"S Anand <s.anand@gramener.com>"
,
"author"
:
"S Anand <s.anand@gramener.com>"
,
...
...
Tejesh
🖖
@tejesh.p
mentioned in commit
a2354ba8
·
May 24, 2018
mentioned in commit
a2354ba8
mentioned in commit a2354ba8606bda2d2da7842432b0f8c14722e352
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment