Skip to content

Commit c5591a5

Browse files
authored
Merge pull request #346 from Active-CSS/v2.15.0
V2.15.0
2 parents f983f7d + 3fedb13 commit c5591a5

32 files changed

+26954
-51
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
module.exports = function(grunt) {
77
grunt.initConfig({
88
// Custom variables.
9-
realVersion: '2.14.0',
10-
fileVersion: '2-14-0',
9+
realVersion: '2.15.0',
10+
fileVersion: '2-15-0',
1111

1212
pkg: grunt.file.readJSON('package.json'),
1313

LICENSE

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Copyright (c) River Zend Dynamics Ltd.
22

3+
River Zend Dynamics Ltd. is a company based and registered in the UK. This
4+
license applies worldwide.
5+
36
This whole copyright and permission shall be included in all copies or
47
substantial portions of the Software.
58

69
The following statements are applicable to website/app/extension developers:
710

811
You cannot sell this software or an amended version of this software.
912
It is free and you cannot profit financially from its, or a derivative's
10-
sale, unless you have direct permission from RiverZend Dynamics Ltd. This
13+
sale, unless you have direct permission from River Zend Dynamics Ltd. This
1114
includes bundling it in with other saleable software.
1215

1316
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -31,16 +34,16 @@ eg. Google, Mozilla, W3C:
3134
Any browser or W3C specification implementation in part of whole of this
3235
project, or a historical version of it (Active CSS or Action CSS) to be used
3336
as functionality in a distributed browser, commercial or otherwise, must have
34-
received express written permission from Riverzend Dynamics Ltd. That includes
37+
received express written permission from River Zend Dynamics Ltd. That includes
3538
the ideas, functionality, specification or implied specification, code and
3639
documentation.
3740

3841
Browser vendors or W3C spec writers do not have the permission to copy syntax,
3942
implementation techniques, or the original ideas of this project without the
40-
express written permission of Riverzend Dynamics Ltd.
43+
express written permission of River Zend Dynamics Ltd.
4144

4245
Full creative ownership of this project and its documentation is strictly
43-
claimed by Riverzend Dynamics Ltd, with the exception of the reduced and
46+
claimed by River Zend Dynamics Ltd, with the exception of the reduced and
4447
modified versions of observableslim and lodash, which ownership applies to
4548
the authors of those projects, and that code can be extracted and used
4649
according to those project's licenses.

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33

44
# [Active CSS](https://activecss.org/)
55

6-
The smartest DOM tool in the world.
6+
A CSS / JavaScript hybrid language.
77

88
What if CSS could not only do :hover, but also all the DOM events like :click, :mouseover, etc.?
99

10-
Just that alone would be a major game-changer for simplifying web development. That was version 1 of Active CSS released at the start of 2020.
10+
Quick to code, low maintenance event handling, dynamic CSS, easy DOM manipulation and lots more.
11+
1112

1213
The language is in continual development, but work now tends to stay offline until in a stable condition to be put on the latest branch. Then it gets tested on a wider scale until it seems stable enough for release. It's cross-browser, so will work on all modern browsers back to ES6.
1314

1415
Please, if you see a bug, do report it so it gets fixed. All bugs are fixed as rapidly as possible.
1516

16-
ACSS is all about manual coding and taking back control of UI with a method that is scalable for complex websites. It has a near instant load-time.
17+
ACSS is all about manual coding and taking back control of UI with a method that is scalable for complex websites. It has a near instant load-time, due to minimal JavaScript compilation in the browser itself.
1718

1819
This is event-driven programming, so like any programming language use a good comment structure to label your code.
1920

@@ -68,10 +69,10 @@ The Active CSS installation instructions are [on the website](https://activecss.
6869
If you are looking for the core script to download, check out the [dist](https://github.com/Active-CSS/active-css/tree/master/dist) folder and then find the version(s) you need.
6970

7071
The production (live) version will look like this:<br>
71-
activecss-2-14-0.min.js
72+
activecss-2-15-0.min.js
7273

7374
The development (offline) version will look like this:<br>
74-
activecss-dev-2-14-0.min.js
75+
activecss-dev-2-15-0.min.js
7576

7677
There are also npm versions - links on the website.
7778

dist/v-2-15-0/activecss-2-15-0.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)