Skip to content

Commit b533cd2

Browse files
authored
Merge pull request #34 from Workiva/1.3.0
UIP-1828 Release over_react 1.3.0
2 parents 51bc5ec + f79df90 commit b533cd2

File tree

5 files changed

+40
-4
lines changed

5 files changed

+40
-4
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ nbproject
2626
*.sublime-workspace
2727
.idea/*
2828

29+
# Docs ignores
30+
_site
31+
.jekyll-metadata
32+
2933
# Pub ignores
3034
.pub
3135
packages

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# OverReact Changelog
22

3+
## 1.3.0
4+
5+
> [Complete `1.3.0` Changeset](https://github.com/Workiva/over_react/compare/1.2.0...1.3.0)
6+
7+
__React JS Upgrade__
8+
9+
* [#31](https://github.com/Workiva/over_react/pull/31) Upgrade to
10+
[React JS `15.4.x`](https://github.com/facebook/react/releases/tag/v15.4.0) via
11+
[react-dart `3.1.0`](https://github.com/cleandart/react-dart/pull/108).
12+
* [#27](https://github.com/Workiva/over_react/ussues/27) Add missing SVG elements
13+
_(e.g. `Dom.foreignObject` pointed out by @kasperpeulen)_
14+
15+
__We are now on Gitter!__
16+
17+
* [#33](https://github.com/Workiva/over_react/pull/33) Implement vehicle for community discussion
18+
([on Gitter](https://gitter.im/over_react/Lobby)).
19+
_Thanks for [the suggestion](https://github.com/Workiva/over_react/issues/32) @jtrunick!_
20+
21+
22+
 
23+
324
## 1.2.0
425

526
> [Complete `1.2.0` Changeset](https://github.com/Workiva/over_react/compare/1.1.1...1.2.0)

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# OverReact
22

3-
[![Join the chat at https://gitter.im/over_react/Lobby](https://badges.gitter.im/over_react/Lobby.svg)](https://gitter.im/over_react/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
53
[![Pub](https://img.shields.io/pub/v/over_react.svg)](https://pub.dartlang.org/packages/over_react)
64
[![Build Status](https://travis-ci.org/Workiva/over_react.svg?branch=master)](https://travis-ci.org/Workiva/over_react)
75
[![Test Coverage](https://codecov.io/github/Workiva/over_react/coverage.svg?branch=master)](https://codecov.io/github/Workiva/over_react?branch=master)
86
[![Documentation](https://img.shields.io/badge/Documentation-over__react-blue.svg)](https://workiva.github.io/over_react)
7+
[![Join the chat at https://gitter.im/over_react/Lobby](https://badges.gitter.im/over_react/Lobby.svg)](https://gitter.im/over_react/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
98

109
> A library for building statically-typed React UI components using Dart.
1110
@@ -41,7 +40,7 @@
4140

4241
```yaml
4342
dependencies:
44-
over_react: "^1.2.0"
43+
over_react: "^1.3.0"
4544
```
4645
4746
2. Add the `over_react` [transformer] to your `pubspec.yaml`.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 1.2.0
2+
version: 1.3.0
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
authors:

smithy.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
project: dart
2+
language: dart
3+
4+
# dart 1.19.1, built from https://github.com/Workiva/smithy-runner-dart/tree/0.0.4
5+
runner_image: drydock-prod.workiva.org/workiva/smithy-runner-dart:74173
6+
7+
script:
8+
- pub get
9+
10+
artifacts:
11+
build:
12+
- ./pubspec.lock

0 commit comments

Comments
 (0)