Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/flexbox #46

Merged
merged 7 commits into from Jul 17, 2017
Merged

Feature/flexbox #46

merged 7 commits into from Jul 17, 2017

Conversation

adamgruber
Copy link
Owner

  • Rework multiple components to use flexbox for layout instead of floats/absolute positioning
  • Remove resize handler and associated store props as they are no longer needed

@adamgruber adamgruber merged commit 7ad57de into 3.0 Jul 17, 2017
@adamgruber adamgruber deleted the feature/flexbox branch July 17, 2017 20:46
@adamgruber adamgruber mentioned this pull request Oct 8, 2017
11 tasks
adamgruber added a commit that referenced this pull request Nov 13, 2017
* nav menu: update to use flexbox

* suite: update to use flexbox

* test: update to use flexbox

* navbar/report: use flexbox, remove unnecessary width props

* quick-summary: update to use flexbox

* store: remove unused props

* update tests
adamgruber added a commit that referenced this pull request Nov 30, 2017
* Feature/trim data (#43)

* types: remove properties to match new trim data structure

* components: derive properties from update suite data structure

* lib: nicely stringify json data for saving to file

* Feature/flexbox (#46)

* nav menu: update to use flexbox

* suite: update to use flexbox

* test: update to use flexbox

* navbar/report: use flexbox, remove unnecessary width props

* quick-summary: update to use flexbox

* store: remove unused props

* update tests

* Fix lint (#49)

* Fix ESLint violations

* Fix stylelint deprecation warning

* Feature/perf (#51)

* Duration: extend from PureComponent

* Icon: convert to class and extend from PureComponent

* Test: extend from PureComponent / only render body when in expanded state

* Suite: convert to class / implement shouldComponentUpdate

* eslint: update react rules for PureComponents

* enable transform-react-constant-elements for production

* remove unnecessary looping and lodash dependency from reportStore

* Feature/functional tests (#52)

* add functional tests

* remove babel-runtime from functional tests

* add info about development

* Feature/improve options handling (#59)

* export yargs options directly

* Add saveJson option

* Replace getBaseConfig method with getMergedOptions

This incorporates options handling which was previously part of the reporter.

* Update tests

* Feature/react16 (#62)

* Update react/enzyme deps

* Simplify test scripts

* Configure adapter for Enzyme

* Update failing tests

* Feature/loader (#54)

* 2.2.2 [ci skip]

* Add ReportBody and Loader components

* Add isLoading prop and toggleIsLoading method to store

* Wire up new ReportBody component

* Fix broken test

* Feature/html option (#63)

* options: add saveHtml

* lib: implement saveHtml option

* Feature/long text (#67)

* Add test case for long suite/test title

* Fix CSS issue with test icon and long test title

* Fix test lint

* Feature/render perf (#64)

* Separate Loader into its own component

* Loader: make an observer of reportStore.isLoading

* Replace computed suites property with observable filteredSuites

- Remove the computed suites property
- Add new filteredSuites observable array
- Add updateFilteredSuites method

* ReportBody: remove loader; add reaction function; call updateFilteredSuites on mount

* Report: add Loader component

* Update deps (#68)

* Update webpack and loader deps

* Add string replace loader and add VERSION property to store

* Update postcss plugins and fix style calculations

* Update stylelint deps and rules

* Update deps

* Update cross-env and fix npm scripts

* Update test deps

* Eslint: Update deps and fix new lint issues

* Update normalize.css and remove opinionate.css

* jsdom: bump minor version

* Footer version (#69)

* Footer: display package version

* Bump version to 3.0.0

* Update documentation (#70)

* changelog: change links from releases to compare

* Update README

* changelog: update with release notes for 3.0

* Create global reference to store as marge (#71)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant