1.2.52 • Published 2 years ago

cademy-shared-web v1.2.52

Weekly downloads
60
License
MIT
Repository
github
Last release
2 years ago

cademy-shared-web

Web components and services shared across Cademy web projects

NPM JavaScript Style Guide

Install

npm install --save cademy-shared-web

Usage

import React, { Component } from 'react'

import { ComponentName } from 'cademy-shared-web'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © adrianbinzaru

Changelog

1.2.52 - reworded the error boundary message. 1.2.51 - added don't slack option to the toaster service. 1.2.50 - improvements to toaster notification alerts. 1.2.49 - removed all packages. 1.2.48 - test firing slack alerts on toasts. 1.2.47 - fix formatAs.title not returning the string. 1.2.46 - fix error when formatAs was not passed a value. 1.2.45 - relabeled address field. 1.2.44 - updated evergreen & other npm packages. 1.2.43 - fixing the logout redirects. 1.2.42 - including the redirect path for API triggered logouts. 1.2.41 - differentiating handled errors and unhandled errors in the requests error logger. 1.2.40 - updated the general error log for requests to give me more info about the errors. 1.2.39 - added a general error log for requests. 1.2.38 - updated styling on generic errors on slack. 1.2.37 - updated slack service to push to beta channels if on localhost. 1.2.36 - updated slack service to push to '#system-events' by default, and to push to beta channels if need be. 1.2.35 - updated slack service to log errors through it better. 1.2.34 - updated npm packages. 1.2.33 - updated npm packages. 1.2.32 - updated request service to support an ignore_refresh_token opts. 1.2.31 - updated error boundary to no longer have a "Home" button. 1.2.30 - removing underscored from the title formatting function 1.2.29 - added formatAs title function. 1.2.28 - added formatAs (price, and priceShowFre) service. 1.2.27 - fixed slack service when text is not passed in. 1.2.26 - updated slack service to support overriding the slack channel. 1.2.25 - updated slack service. 1.2.24 - updated address field to pass further down all props to inputs. 1.2.23 - added stars for required address inputs. 1.2.22 - fixing trim function crapping out when no value is passed. 1.2.21 - fixing npm not liking my trim service. 1.2.20 - forgot to export the new trim service. 1.2.19 - added a trim function to shorten long strings. 1.2.18 - updated address field to support passing down a styles prop. 1.2.17 - updated the slack service to use blocks. 1.2.16 - updated the slack service uri. 1.2.15 - updated the request service to handle errors not being returned as arrays better. 1.2.14 - adjusting the image service error. 1.2.13 - throwing errors when the images service is not passed anything. 1.2.12 - final address field fixes. 1.2.11 - fixing address field width again. 1.2.10 - fixing address field width. 1.2.9 - fixes to the AddressField. 1.2.8 - added form-field-label class to address field component to allow for custom styles overrides in the different apps. 1.2.6 - updated request service to use the localservice service. 1.2.5 - added a localstorageservice accessible via ls. 1.2.4 - added the ability to pass an options object to the toaster service.

1.2.52

2 years ago

1.2.51

3 years ago

1.2.46

3 years ago

1.2.49

3 years ago

1.2.47

3 years ago

1.2.48

3 years ago

1.2.50

3 years ago

1.2.45

3 years ago

1.2.44

3 years ago

1.2.42

3 years ago

1.2.43

3 years ago

1.2.41

3 years ago

1.2.40

3 years ago

1.2.39

3 years ago

1.2.35

3 years ago

1.2.38

3 years ago

1.2.36

3 years ago

1.2.37

3 years ago

1.2.34

3 years ago

1.2.32

3 years ago

1.2.33

3 years ago

1.2.31

3 years ago

1.2.30

3 years ago

1.2.29

3 years ago

1.2.28

3 years ago

1.2.27

3 years ago

1.2.26

3 years ago

1.2.24

3 years ago

1.2.25

3 years ago

1.2.23

3 years ago

1.2.22

3 years ago

1.2.19

3 years ago

1.2.21

3 years ago

1.2.18

3 years ago

1.2.16

3 years ago

1.2.17

3 years ago

1.2.15

3 years ago

1.2.14

3 years ago

1.2.13

3 years ago

1.2.12

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago