Skip to content

Commit

Permalink
Merge branch 'release/v2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Jul 12, 2022
2 parents 1e0d9e6 + b010e4b commit e423fbf
Show file tree
Hide file tree
Showing 15 changed files with 5,195 additions and 10,214 deletions.
5 changes: 5 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Browsers that we support
last 2 versions
ie >= 9
ios >= 7
android >= 4.4
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 2.0.4 (11 July 2022)

* Updated SCSS to remove deprecated slash division.
* Updated the packages and got the build working again.

# 2.0.3 (23 June 2018)

This version makes Motion UI compatible with Meteor > 1.4.1 by allowing Meteor to use newer versions of the `fourseven:scss` dependency. Motion UI stays compatible with Meteor v1.2.1 and above.
Expand Down Expand Up @@ -71,7 +76,7 @@ For the `mui-zoom` transition mixin: if no `$from` or `$to` are given, manually

## 🚀 New pausing behavior for `mui-queue` for Safari support

With the previous `mui-series` behavior, the serie was paused until the `.is-animating` class was added. Unfortately, the implementation behind this did not work on all macOS Safari versions and was even breaking the whole animation. In order to fully support macOS Safari, we changed the `mui-series` paused
With the previous `mui-series` behavior, the serie was paused until the `.is-animating` class was added. Unfortately, the implementation behind this did not work on all macOS Safari versions and was even breaking the whole animation. In order to fully support macOS Safari, we changed the `mui-series` paused
behavior and introduced `.is-paused`.

#### ⚠️ Breaking changes
Expand Down Expand Up @@ -215,7 +220,7 @@ Also in this release, we removed `-ms-` prefixing from the pre-compiled CSS. IE9
# 1.0.3 (22 October 2015)
> Released by Geoff Kimball ([@gakimball](https://github.com/gakimball))
Fixes an issue where transitions couldn't be created if `motion-ui-transitions` was not included.
Fixes an issue where transitions couldn't be created if `motion-ui-transitions` was not included.

# 1.0.2 (20 October 2015)
> Released by Geoff Kimball ([@gakimball](https://github.com/gakimball))
Expand Down
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://zurb.com/playground/motion-ui">
<a href="https://get.foundation/sites/docs/motion-ui.html">
<img src="https://user-images.githubusercontent.com/9939075/40385796-108879b6-5e08-11e8-8a12-3bbe7d0bc631.png" alt="Motion UI" width="448px" style="max-width:100%;"/>
</a>
</p>
Expand All @@ -8,21 +8,17 @@


<p align="center">
<a href="https://github.com/zurb/motion-ui/blob/docs/installation.md"><b>Install</b></a>
| <a href="https://zurb.com/playground/motion-ui">Demo</a>
| <a href="https://github.com/zurb/motion-ui/blob/docs">Documentation</a>
| <a href="https://github.com/zurb/motion-ui/releases">Releases</a>
<a href="https://github.com/foundation/motion-ui/blob/docs/installation.md"><b>Install</b></a>
| <a href="https://get.foundation/sites/docs/motion-ui.html">Demo</a>
| <a href="https://github.com/foundation/motion-ui/blob/docs">Documentation</a>
| <a href="https://github.com/foundation/motion-ui/releases">Releases</a>
</p>

---


[![Build Status](https://travis-ci.org/zurb/motion-ui.svg?branch=develop)](https://travis-ci.org/zurb/motion-ui)
[![CDNJS](https://img.shields.io/cdnjs/v/motion-ui.svg)](https://cdnjs.com/libraries/motion-ui/)
[![dependencies Status](https://david-dm.org/zurb/motion-ui/status.svg)](https://david-dm.org/zurb/motion-ui)
[![devDependencies Status](https://david-dm.org/zurb/motion-ui/dev-status.svg)](https://david-dm.org/zurb/motion-ui?type=dev)

💎 The powerful Sass library for creating CSS transitions and animations. Originally integrated into [Foundation for Apps](http://foundation.zurb.com/apps), the code is now a standalone library, used by [Foundation for Sites](http://foundation.zurb.com/sites) and Foundation for Apps. Made by your friends at [ZURB](http://zurb.com).
💎 The powerful Sass library for creating CSS transitions and animations. The code is a standalone library, used by [Foundation for Sites](https://get.foundation/sites/).

## Installation

Expand All @@ -48,20 +44,20 @@ Or to use the equivalent pre-compiled **CSS**, import the Motion UI standalone C

To easily transition elements in and out using Motion UI classes, import the Motion UI **JavaScript** library `dist/motion-ui.js` or `dist/motion-ui.min.js`.

See the [full installation instructions](https://github.com/zurb/motion-ui/tree/master/docs/installation.md)
See the [full installation instructions](https://github.com/foundation/motion-ui/tree/master/docs/installation.md)

## Demos

[View live demos on the ZURB Playground.](http://zurb.com/playground/motion-ui)
[View live demo.](https://get.foundation/sites/docs/motion-ui.html)

## Documentation

[View the documentation here.](https://github.com/zurb/motion-ui/tree/master/docs)
[View the documentation here.](https://github.com/foundation/motion-ui/tree/master/docs)

## Develop Locally

```sh
git clone https://github.com/zurb/motion-ui
git clone https://github.com/foundation/motion-ui
cd motion-ui
npm install
```
Expand Down
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
{
"name": "zurb/motion-ui",
"name": "foundation/motion-ui",
"description": "Sass library for creating transitions and animations.",
"version": "2.0.3",
"version": "2.0.4",
"keywords": [
"css",
"sass",
"motion",
"animation"
],
"homepage": "http://foundation.zurb.com",
"homepage": "https://get.foundation/sites/docs/motion-ui.html",
"authors": [
{
"name": "ZURB, Inc.",
"homepage": "http://zurb.com",
"email": "[email protected]"
"name": "Foundation",
"homepage": "https://get.foundation/",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/zurb/motion-ui/issues",
"forum": "http://foundation.zurb.com/forum"
"email": "[email protected]",
"issues": "https://github.com/foundation/motion-ui/issues"
},
"license": "MIT"
}
Loading

0 comments on commit e423fbf

Please sign in to comment.