semantic-ui-button
Advanced tools
Comparing version 1.0.0 to 1.9.0
{ | ||
"name": "semantic-ui-button", | ||
"description": "Button - Semantic UI", | ||
"homepage": "http://beta.semantic-ui.com", | ||
"homepage": "http://www.semantic-ui.com", | ||
"author": { | ||
@@ -9,6 +9,22 @@ "name": "Jack Lukic", | ||
}, | ||
"ignore": ["docs", "node", "server", "spec", "src", "test"], | ||
"keywords": ["semantic", "ui", "css3", "framework"], | ||
"license": ["http://semantic-ui.mit-license.org/"], | ||
"main": ["button.css"] | ||
"ignore": [ | ||
"docs", | ||
"node", | ||
"server", | ||
"spec", | ||
"src", | ||
"test" | ||
], | ||
"keywords": [ | ||
"semantic", | ||
"ui", | ||
"css3", | ||
"framework" | ||
], | ||
"license": [ | ||
"http://semantic-ui.mit-license.org/" | ||
], | ||
"main": [ | ||
"button.css" | ||
] | ||
} |
@@ -11,5 +11,10 @@ { | ||
}], | ||
"keywords": ["semantic", "ui", "css", "framework"], | ||
"keywords": [ | ||
"semantic", | ||
"ui", | ||
"css", | ||
"framework" | ||
], | ||
"license": "MIT", | ||
"version": "1.0.0" | ||
"version": "1.9.0" | ||
} |
{ | ||
"name": "semantic-ui-button", | ||
"version": "1.0.0", | ||
"version": "1.9.0", | ||
"title": "Semantic UI - Button", | ||
@@ -11,3 +11,3 @@ "description": "Single component release of button", | ||
"type": "git", | ||
"url": "git@github.com:Semantic-Org/UI-Button.git" | ||
"url": "https://github.com/Semantic-Org/UI-Button.git" | ||
}, | ||
@@ -17,6 +17,3 @@ "bugs": { | ||
}, | ||
"dependencies": { | ||
"jquery": "x.x.x" | ||
}, | ||
"devDependencies": {} | ||
} |
@@ -19,6 +19,12 @@ # Semantic Button | ||
#### To install with Meteor | ||
``` | ||
meteor add semantic:ui-button | ||
``` | ||
## Addendum | ||
This element's definitions (required class names, html structures) are available in the [Beta UI Docs](http://beta.semantic-ui.com) | ||
This element's definitions (required class names, html structures) are available in the [UI Docs](http://www.semantic-ui.com) | ||
Please consider checking out [all the benefits to theming](http://learnsemantic.com/guide/expert.html) before using these stand-alone releases. | ||
Please consider checking out [all the benefits to theming](http://www.learnsemantic.com/guide/expert.html) before using these stand-alone releases. |
@@ -1,3 +0,64 @@ | ||
### Version 1.0.0 - XX XX, 2014 | ||
##### LESS Component Imports | ||
* You can also import individual definitions using `@import 'src/definitions/elements/button'`. | ||
### UI Changes | ||
- **Input** - Input with dropdowns is now much easier, see docs. `action input` and `labeled input` now use `display: flex`. `ui action input` now supports `<button>` tag usage (!) which support `flex` but not `table-cell` | ||
- **Button** - Loading buttons no longer receive `pointer-events` in default theme. Added variable for `loading button` opacity. | ||
- **Card** - Star / Like button colors have been fixed to match `ui rating` inside `card` | ||
### Version 1.8.1 - January 26, 2015 | ||
- **Input** - Fix border radius on `ui action input` with button groups, aka `ui buttons` | ||
### Version 1.8.0 - January 23, 2015 | ||
- **Button** - ``ui vertical basic buttons` now have dividers in default theme | ||
- **Button** - Fixes formatting for `disabled button` inside `ui buttons` | ||
### Version 1.7.0 - January 14, 2015 | ||
- **Button** - Fix issue with labeled icon groups in material theme | ||
### Version 1.6.2 - January 06, 2015 | ||
- **Button** - Fixes active orange button color | ||
### Version 1.5.1 - January 01, 2015 | ||
- **Button** - Fixed vertical alignment of ``ui animated button`` | ||
### Version 1.5.0 - December 30, 2014 | ||
- **Input** - Fixed bug when ``ui action input`` uses a ``ui icon button``, button was receiving `i.icon` formatting. | ||
- **List** - Fixed bug when using ``ui icon button`` or ``ui icon header`` causing element to receive icon formatting | ||
### Version 1.4.1 - December 23, 2014 | ||
- **Button** - Fixes issue with ``will-change`` property added to ``ui button`` causing layout z-indexing issues (dropdown button) | ||
### Version 1.4.0 - December 22, 2014 | ||
- **Button** - Fix Chrome bug with buttons sometimes not correctly repainting (particularly evenly divided groups) | ||
### Version 1.3.1 - December 17, 2014 | ||
- **Button** - Dist version of button accidentally included ``chubby`` theme instead of ``default`` theme | ||
### Version 1.3.0 - December 17, 2014 | ||
- **Button** - Button "or" positioning variables have been adjusted to be automatically calculated without magic numbers | ||
- **Button** - Add tabindex /keyboard nav documentation | ||
### Version 1.1.0 - December 02, 2014 | ||
- **Input** - ``ui action input`` can now accomodate ``ui button`` that adjust padding from default | ||
### Version 1.0.1 - November 28, 2014 | ||
- **Card/Item** - Fix generic link stylings erroneously affecting linked ui elements like buttons | ||
### Version 1.0.0 - November 24, 2014 | ||
- **Button** - Now has compact form, used for fitting into tight spaces | ||
@@ -4,0 +65,0 @@ - **Button** - Now has CSS loaders to allow loading state to maintain other styles |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
113773
0
8
2311
1
30
238
1
- Removedjquery@x.x.x
- Removedjquery@3.7.1(transitive)