Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Releases: sociomantic-tsunami/nessie-ui

Release 6.4.8

03 Jun 14:22
Compare
Choose a tag to compare
  • Release 6.4.8 (05224f5)
  • compiled styles and sprite (7caeacc)
  • Merge pull request #952 from izi-versano-sociomantic/Experimental-icons (e4fcd6d)

Release 6.4.7

05 Apr 07:04
Compare
Choose a tag to compare
  • Release 6.4.7 (85954d3)
  • compiled styles and sprite (c48bee8)
  • 🐛 Check whether the position has changed before calling setState (b2a6583)

Release 7.0.4

03 Apr 14:51
Compare
Choose a tag to compare
  • Release 7.0.4 (86fd721)
  • compiled styles and sprite (1968a52)
  • Merge branch 'master' into Release (b7b473f)
  • Merge pull request #934 from uladzimir-dzmitrachkou-dunnhumby/combobox-getDropdownPosition-fix (8de956c)
  • 🐛 Check whether the position has changed before calling setState (1d712ae)
  • Merge pull request #756 from sociomantic-tsunami/Issue-738-slider-touch (2aa3773)
  • Merge branch 'master' into Issue-738-slider-touch (ae222e5)
  • removed EventListener, fix lint errors (a60d54e)
  • depend on lifeCycle hooks (9d06b48)
  • Release 7.0.3 (97a5bcd)
  • added react-event-listener HOC, set Passive to false #738 (21be32d)

Release 7.0.3

21 Jan 12:12
Compare
Choose a tag to compare
  • Release 7.0.3 (142c01a)
  • compiled styles and sprite (30a56af)
  • Merge branch 'master' into Release (9ef6a7f)
  • Merge pull request #754 from sociomantic-tsunami/upgrade-lochness@2.3.1 (a536216)
  • upgraded loch-ness to 2.3.1 (1f0eda0)
  • Merge pull request #740 from sociomantic-tsunami/Issue-739-Flounder-search-position (0343a79)
  • added left 0 for search (f6abced)
  • Revert "added left 0 for search, updated webpack-dev-server" (7e81ef4)
  • added left 0 for search, updated webpack-dev-server (7a11f45)
  • Updated Travis Slack key (37a4f86)
  • Release 7.0.2 (2872572)

Release 7.0.2

09 Jan 13:59
Compare
Choose a tag to compare

Release 7.0.1

05 Dec 13:15
Compare
Choose a tag to compare
  • Release 7.0.1 (1160502)
  • compiled styles and sprite (f25152b)
  • Merge branch 'master' into Release (7c93ef6)
  • Added missing clickTab() to TabsDriver (9a941fb)
  • Remove dist from .gitignore (919630e)
  • Release 7.0.0 (96baeee)

Release 7.0.0

04 Dec 13:20
Compare
Choose a tag to compare
  • Release 7.0.0 (ab88f52)
  • Merge branch 'master' into Release (31bb016)
  • Merge pull request #557 from sociomantic-tsunami/Milestone-TestDriverRevamp (8645517)
  • Merge branch 'master' into Milestone-TestDriverRevamp (e586f09)
  • Updated GHPages (25049c3)
  • Release 6.5.0 (ffa2fde)
  • Merge pull request #723 from sociomantic-tsunami/Issue-468-RemoveTestGlobals (abde1b7)
  • Removed globals part3 #468 (36926e5)
  • Removed globals part2 #468 (463e3f4)
  • Removed globals part1 #468 (3c566b1)
  • Merge branch 'master' into Milestone-TestDriverRevamp (5716944)
  • Merge pull request #722 from sociomantic-tsunami/Issue-717-DateTimeInputOnChange (eb292aa)
  • Merge pull request #716 from sociomantic-tsunami/Issue-695-CodeEditorOnKeyPress (2895e1b)
  • Added onChange driver and tests #717 (c445cf8)
  • Changed pressKey to keyPress #695 (c4ee62d)
  • Merge branch 'Milestone-TestDriverRevamp' into Issue-695-CodeEditorOnKeyPress (54311c9)
  • Merge pull request #713 from sociomantic-tsunami/Issue-712-onKeyEventsParam (0edfbc8)
  • Updated DatePicker driver and tests part1 #717 (694e6e7)
  • Fixed PR issue; removed extra methods and tests #695 (22acdaa)
  • Added keyCode key as keyPress param; PR fix #712 (f4a12d1)
  • Returned and updated old driver methods/tests for CodeEditor #695 (18fe706)
  • Fixed typo, removed onKeyPress from div #695 (a85a2b5)
  • Added onKeyPress prop #695 (85a4edc)
  • Passed keyCode as value for 'which' #712 (fc8b74a)
  • Release 7.0.0-alpha.1 (76c86a8)
  • Merge pull request #675 from sociomantic-tsunami/Issue-670-CheckboxErrMsg (c013428)
  • Merge branch 'Milestone-TestDriverRevamp' into Issue-670-CheckboxErrMsg (8bf1be6)
  • Merge pull request #702 from sociomantic-tsunami/Issue-698-InputFieldRemoveOnBlurFocus (d413852)
  • Updated DatePicker driver and tests; minor code cleanup #670 (4e5ba1b)
  • Updated ValuedTextInput driver #670 (a99279f)
  • Updated ToggleButton driver and tests; code cleaning CodeEditor and TextInput #670 (1616e95)
  • Updated TextInput driver and tests #670 (18925cf)
  • Updated TextArea driver; added missing methods and tests #670 (e870ce4)
  • Updated TagInput driver #670 (53d36f9)
  • Updated Radio driver #670 (d7f4712)
  • Updated PasswordInput driver #670 (2709322)
  • Updated ModalDialog driver #670 (e42c16d)
  • Updated InputField driver #670 (90e8eab)
  • Updated IconWithTooltip driver; removed IconButton err tests #670 (31b464c)
  • Updated IconButton driver #670 (738b415)
  • Removed Fieldset err from driver #670 (54551db)
  • Updated Fieldset driver #670 (fad6436)
  • Updated ValuedTectInput err and tests #698 (13d6260)
  • Updated ToggleButton err and tests #698 (a6fc436)
  • Updated TextInput err and tests #698 (d321017)
  • Updated TextArea err and tests #698 (92b06a0)
  • Updated TagInput errors and tests #698 (ad0b65b)
  • Updated Radio errors and tests #698 (a071a3b)
  • Updated PasswordInput errors and tests #698 (c9fcc17)
  • Removed errors when isReadOnly onEvent is triggered; InputContainer linter fix #698 (3a08398)
  • Merge branch 'Milestone-TestDriverRevamp' into Issue-670-CheckboxErrMsg (c17f1fa)
  • Merge pull request #693 from sociomantic-tsunami/Issue-690-InputFieldOnChangeDriver (9a27c31)
  • Removed label from CodeEditor tests #670 (ef0afb4)
  • Merge branch 'Milestone-TestDriverRevamp' into Issue-690-InputFieldOnChangeDriver (2bae633)
  • Merge pull request #691 from sociomantic-tsunami/Issue-689-DriversOnKeyArg (0dd70db)
  • Fixed InputField/InpuContainer import in drivers; removed unnecessary code #690 (31088b4)
  • Change method changes value on input node #690 (d37c96c)
  • Added onChange test for InputField #690 (601e23e)
  • Merge branch 'Milestone-TestDriverRevamp' into Issue-689-DriversOnKeyArg (a5c47ec)
  • Merge pull request #687 from sociomantic-tsunami/Issue-667-InputFieldInstancesDriverFix (b9dd653)
  • Added keyCode to onKeyEvents #689 (a6383a0)
  • Fixed component imports in drivers #667 (af9bbee)
  • Updated ValuedTextInput driver #670 (95806c8)
  • Updated ToggleButton driver #670 (4bb003d)
  • Updated PasswordInput #670 (c039e1b)
  • Updated ListBox driver #670 (4d21447)
  • Updated Flounder driver #670 (5c156fe)
  • Updated DatePicker driver #670 (0482258)
  • Removed 'label' from CodeEditor err msg #670 (79b419f)
  • Updated Button errors #670 (4eb8e73)
  • Added copyright to CheckboxGroup #670 (30dcfb5)
  • Updated errors for groups #670 (6f1c699)
  • Fixed Radio err; revert Checkable #670 (bf27454)
  • Merge branch 'Milestone-TestDriverRevamp' into Issue-670-CheckboxErrMsg (1d38925)
  • Fixed Checkbox err; Checkable part1 #670 (31da06b)
  • Merge pull request #669 from sociomantic-tsunami/Issue-668-ModuleClickToggle (47d5304)
  • Fixed check for iconType in driver #668 (f79a40f)
  • Merge branch 'Release' into Milestone-TestDriverRevamp (adfa047)
  • Merge branch 'master' into Milestone-TestDriverRevamp (e3ffd19)
  • Merge branch 'master' into Milestone-TestDriverRevamp (069b988)
  • Temporary hack to make dist work (819a489)
  • Added scrollBar.css (85bd9ce)
  • Remove scrollbar.css (30b036a)
  • Merge branch 'master' into Milestone-TestDriverRevamp (33b5655)
  • Merge branch 'master' into Milestone-TestDriverRevamp (80837a8)
  • Fixed PR issues before merging with master (50fee2d)
  • Merge branch 'master' into Milestone-TestDriverRevamp (626fec6)
  • Merge pull request #549 from sociomantic-tsunami/Issue-516-RewriteErrors (31cb201)
  • Merge branch 'Milestone-TestDriverRevamp' into Issue-516-RewriteErrors (e25af27)
  • Fixed PR issue #516 (fa0bfb8)
  • Merge pull request #550 from sociomantic-tsunami/Issue-547-CheckableGroupDriverFix (05f7d62)
  • Updated Checkbox-/RadioGroup drivers #547 (70fe974)
  • Changed ERR arg name from 'doWhat' to 'onEvent' #516 (45222c8)
  • ValuedTextInput errors #516 (6b76828)
  • Uploader errors #516 (abb3bda)
  • Tooltip errors #516 (fad1b6c)
  • ToggleButton errors #516 (4479f44)
  • TextInput errors #516 (7c01022)
  • TextArea errors #516 (c44d661)
  • TagInput errors #516 (21b1bdd)
  • Switch errors; removed no-unused-expressions exception in tests #516 (f9d6c53)
  • Slider errors #516 (5603997)
  • ScrollBox errors #516 (10cc06d)
  • RadioGroup errors #516 (a342492)
  • Radio errors #516 (ed4c431)
  • PasswordInput errors #516 (606e81e)
  • NotificationBar errors #516 (dca9c88)
  • Module errors #516 (bcde96b)
  • ListBox removed errors #516 (b1def53)
  • Fieldset, Icon/-WithTooltip errors #516 (4cbaf85)
  • DatePicker errors #516 (eb7c076)
  • CodeEditor errors #516 (ea6b62a)
  • Updated Checkbox/-Group errors #516 (924c3d5)
  • Updated IconButton and ToggleButton errors #516 (f13a8be)
  • Merge branch 'Milestone-TestDriverRevamp' into Issue-516-RewriteErrors (6598291)
  • Merge pull request #548 from sociomantic-tsunami/Issue-515-SeparateComponentsDrivers (899c6e7)
  • Fixed leftovers from #534 (efe7257)
  • Updated CheckableGroup errors #516 (ac7cc99)
  • Updated ButtonDriver errors #516 (8c379af)
  • Added separated drivers #515 (878fb68)
  • Merge pull request #544 from sociomantic-tsunami/Issue-534-RemoveSimulateTests (cce4616)
  • Updated tests descriptions; minor tweaks #534 (60e92bd)
  • Merge branch 'Milestone-TestDriverRevamp' into Issue-534-RemoveSimulateTests (8b236fc)
  • Added missing driver method and tests for ComboBox (42c6271)
  • Merge pull request #535 from sociomantic-tsunami/Issue-517-ImportComponentsInDrivers (a1ef692)
  • Updated Button, CheckableGroup, Checkbox and CodeEditor tests #534 (89b7858)
  • Updated ToggleButton, Uploader and ValuedTextInput tests #534 (01d1d67)
  • Updated TextArea and TextInput tests #534 (6799d0e)
  • Updated TagInput tests #534 (9685b39)
  • Updated Slider and SliderGroup tests #534 (9d65c93)
  • Updated PasswordInput tests #534 (da7956b)
  • Updated IconWithTooltip and InputField tests #534 (003b235)
  • Updated Icon and IconButton tests #534 (c200086)
  • Updated Fieldset and Icon tests #534 (be6758d)
  • Updated Button and DatePicker tests #534 (31f589e)
  • Added missing tests for DatePicker #534 (0b6a5f1)
  • Button, DatePicker part1 updated tests #534 (ffbfc0f)
  • Imported components in drivers; few minor tweaks #517 (20124a9)
  • Merge pull request #467 from sociomantic-tsunami/Issue-267-ImproveTestDrivers (c69a0d7)
  • Minor merge fixes #267 (470332c)
  • Merge branch 'Milestone-TestDriverRevamp' into Issue-267-ImproveTestDrivers (06613da)
  • Merge branch 'master' into Milestone-TestDriverRevamp (b32b0e1)
  • Merge pull request #523 from sociomantic-tsunami/Issue-468-RemoveGlobalFromTests (c37b723)
  • Fixed PR issue #468 (8aead0e)
  • Moved global rules from tests to .eslintrc; minor eslint fixes #468 (c0c8ca1)
  • Fixed wrong merge (f8fec62)
  • Merge branch 'Milestone-TestDriverRevamp' of github.com:sociomantic-tsunami/nessie-ui into Milestone-TestDriverRevamp (01ffacf)
  • Checkbox and Radio driver minor improvement #267 (d7a6888)
  • Updated Checkbox and Radio driver and tests #267 (2d316a3)
  • Updated DatePicker and DateTimeInput driver and tests #267 (03a8fea)
  • TextInputWithDropdown driver and tests #267 (815f10f)
  • Flounder removed blur and focus tests #267 (73502f8)
  • Flounder removed openOnHover method #267 (0172441)
  • Flounder driver and tests part2 #267 (2adcc83)
  • Flounder driver and tests part1 #267 (0a020ff)
  • TextInputWithIcon driver and tests part2 #267 (69f72fb)
  • TextInputWithIcon driver and tests part1 #267 (17a272a)
  • Removed eslint no-console comments #267 (75d35da)
  • Code cleanup and tweak #267 (13fe212)
  • DateTimeInput removed get and set methods #267 (710a4a6)
  • DateTimeInput driver tweaks #267 (a02e302)
  • ScrollBar tests tweak #267 (98d0b4a)
  • SliderGroup minor code cleanup #267 (a92463b)
  • SliderGroup driver and tests #267 (87af045)
  • ValuedTextInput driver and tests #267 (e63241f)
  • Uploader driver and tests part2 #267 (d532cf3)
  • Removed isLoading tests for ToggleButton #267 (4113fd9)
  • Fixed Button tests; Uploader driver and tests part1 #267 (18b4c48)
  • Button and ToggleButton tests #267 (94e0de1)
  • TextArea and TextInput driver and tests #267 (bc5a4a3)
  • Removed TextArea onMouse errors #267 (...
Read more

Release 6.5.0

04 Dec 12:21
Compare
Choose a tag to compare
  • Release 6.5.0 (c1bf599)
  • compiled styles and sprite (a654b4b)
  • Merge branch 'master' into Release (17cdfc3)
  • Merge pull request #710 from sociomantic-tsunami/MinorChanges-Neanderthal (690ad64)
  • Merge branch 'master' into MinorChanges-Neanderthal (2929795)
  • Release 6.4.6 (5194cba)
  • Merge branch 'master' into MinorChanges-Neanderthal (88f0c60)
  • Merge pull request #652 from sociomantic-tsunami/Issue-642-TabsDriver-clickTab (26ef7f3)
  • added clickTab driver method #642 (5199273)
  • Merge pull request #645 from sociomantic-tsunami/Issue-625-improve-fontSystem (280c149)
  • added font-weight/style for each placeholder #625 (52652e1)
  • Merge pull request #643 from sociomantic-tsunami/Issue-626-ScrollBar-ThumbDrag (4779b50)
  • added the new Thumb drag events #626 (cf20cdc)
  • Merge pull request #636 from sociomantic-tsunami/Issue-506-DevBundle (11b464f)
  • Build dev bundle(s) as part of release #506 (e912f37)
  • Added library name to dev bundle #506 (0fa8021)
  • Merge branch 'MinorChanges-Neanderthal' into Issue-506-DevBundle (8bb5f75)
  • Simplified webpack config #506 (ceb1af8)
  • Merge pull request #633 from sociomantic-tsunami/Issue-627-TabsPadding (9b749c8)
  • Fixed PR issue #627 (0ec2ca6)
  • Changed the order of setting padding #627 (d0a841b)
  • Padding prop controls content padding #627 (b885274)
  • Added padding prop; removed margin-bottom #627 (f31ca25)
  • Export a dev bundle; make sure CSS is minified in prod bundle #506 (12211b6)

Release 6.4.6

16 Nov 12:04
Compare
Choose a tag to compare
  • Release 6.4.6 (b87bdca)
  • compiled styles and sprite (5a4f078)
  • Merge branch 'master' into Release (7ee100e)
  • Merge pull request #709 from sociomantic-tsunami/Issue-708-flounder-clickable-edge (c8f3b37)
  • Fixes CSS comment syntax error #708 (0becd8b)
  • Merge pull request #715 from sociomantic-tsunami/Issue-714-IconWithTooltip-edge (a406de9)
  • pointer-events: none for Icon #714 (2b88711)
  • removed display from .main #708 (009c054)
  • fixed clickable state of the arrow #708 (bcd7ad6)
  • Removed lost 'console.log' from Slider (60ede16)
  • Merge pull request #707 from sociomantic-tsunami/Issue-706-deactivated-propTypes (efe8740)
  • inclueded deactivated to propTypes #706 (b5563ce)
  • fixing gh pages rendering issue (3d26121)
  • updaged gh page to 6.4.5 (427efb4)
  • Release 6.4.5 (cdb1da1)

Release 6.4.5

08 Nov 09:57
Compare
Choose a tag to compare
  • Release 6.4.5 (8788bb1)
  • compiled styles and sprite (2f52114)
  • Merge branch 'master' into Release (cd592e0)
  • Merge pull request #705 from sociomantic-tsunami/Issue-703-AddDeactivatedStatusIcon (30b9081)
  • add deactivated icon and some tweaks #703 (32431ba)
  • Release 6.4.4 (6fb2151)